diff --git a/_modules/index.html b/_modules/index.html index 3ac8732..abc9f19 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -8,7 +8,7 @@ -
| + |
- 3.1.0
+ 3.2.0
@@ -733,6 +733,24 @@ headers
|
parsedmarc.timestamp_to_human(timestamp)[source]¶Converts a UNIX/DMARC timestamp to a human-readable string
+| Parameters: | timestamp – The timestamp | +
|---|---|
| Returns: | The converted timestamp in YYYY-MM-DD HH:MM:SS format |
+
| Return type: | str | +
parsedmarc.watch_inbox(host, username, password, callback, reports_folder='INBOX', archive_folder='Archive', delete=False, test=False, wait=30, nameservers=None, dns_timeout=6.0)[source]¶