ports/mail/py-imapclient/pkg-descr
Loïc Bartoletti f10a08c936 [NEW PORTS] mail/py-mailsuite and its dependency mail/py-imapclient
- mail/py-imapclient: Easy to use, Pythonic and complete IMAP client library
- mail/py-mailsuite: Python package to simplify receiving, parsing, and sending email

PR:		250808, 250806
Submitted by:	Goran Mekic
2021-03-04 11:47:56 +00:00

15 lines
739 B
Text

IMAPClient is an easy-to-use, Pythonic and complete IMAP client library.
Features
* Arguments and return values are natural Python types.
* IMAP server responses are fully parsed and readily usable.
* IMAP unique message IDs (UIDs) are handled transparently. There is no need
to call different methods to use UIDs.
* Escaping for internationalised mailbox names is transparently handled.
Unicode mailbox names may be passed as input wherever a folder name is
accepted.
* Time zones are transparently handled including when the server and client
are in different zones.
* Convenience methods are provided for commonly used functionality.
* Exceptions are raised when errors occur.
WWW: https://github.com/mjs/imapclient