Types¶
email_profile.core.types.IMAPHost
dataclass
¶
The IMAP host + port + ssl flag for an account.
Source code in email_profile/core/types.py
8 9 10 11 12 13 14 | |
email_profile.core.types.SMTPHost
dataclass
¶
The SMTP host + port + SSL/STARTTLS mode for outgoing mail.
Source code in email_profile/core/types.py
17 18 19 20 21 22 23 24 | |
email_profile.core.types.AppendedUID
dataclass
¶
Result of a successful IMAP APPEND when the server supports UIDPLUS.
Source code in email_profile/core/types.py
27 28 29 30 31 32 | |