diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-21 23:24:03 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:10 -0600 |
commit | a2d50bdd26c6fea539ac48bb2842e601a9d03a59 (patch) | |
tree | a6e0890a1debe60d3ab2c2ad0f79d7f53e971b11 /libraries/IMAPClient/README | |
parent | d648077be5c29f8dbd607e34bd04cbf9c22c307d (diff) |
libraries/IMAPClient: Added (IMAP client library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/IMAPClient/README')
-rw-r--r-- | libraries/IMAPClient/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/IMAPClient/README b/libraries/IMAPClient/README new file mode 100644 index 000000000000..386bd0d0ac30 --- /dev/null +++ b/libraries/IMAPClient/README @@ -0,0 +1,18 @@ +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. + +Python versions 2.6, 2.7, 3.2 and 3.3 are officially supported. |