Expand description
ยงMIME message parsing module.
Structsยง
- Delivery
Report ๐ - Delivery Status Notification (RFC 3464, RFC 6533)
- Mime
Message ๐ - A parsed MIME message.
- Part
- Parsed MIME part.
- Report ๐
- Message Disposition Notification (RFC 8098)
Enumsยง
- Avatar
Action ๐ - System
Message - System message type.
Constantsยง
- MIME_
AC_ ๐SETUP_ FILE
Functionsยง
- get_
all_ ๐addresses_ from_ header - Extracts all addresses from the header named
header
. - get_
attachment_ ๐filename - Tries to get attachment filename.
- get_
from ๐ - Returned addresses are normalized and lowercased.
- get_
list_ ๐post - Returned addresses are normalized and lowercased.
- get_
mime_ ๐type - Returns the mimetype and viewtype for a parsed mail.
- get_
recipients ๐ - Returned addresses are normalized and lowercased.
- handle_
mdn ๐ - handle_
ndn ๐ - Marks a message as failed after an ndn (non-delivery-notification) arrived. Where appropriate, also adds an info message telling the user which of the recipients of a group message failed.
- is_
attachment_ ๐disposition - is_
hidden ๐ - Returns if the header is hidden and must be ignored in the IMF section.
- is_
known ๐ - Returns true if the header overwrites outer header when it comes from protected headers.
- parse_
message_ ๐id - parse_
message_ ๐ids - remove_
header ๐ - update_
gossip_ ๐peerstates - Parses
Autocrypt-Gossip
headers from the email and applies them to peerstates. Params: from: The address which sent the message currently being parsed