|
|
NOTE
imaperyx is not ready for use at this point. We are still in the process of merging code bases from imap-wrap and IMAPClient, as well as deciding on details of the API to implement. Please check back as we continue to make progress.
TODO
- Integrate IMAP fetch parser into Connection
- Update BodyItem (part of fetch command) to use slice notation for <partial> values
- Update IMAPMailbox / MessageSet to use slice notation
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.
- Convenience methods are provided for commonly used functionality.
- Exceptions are raised when errors occur.
Contributors
- David Blewett
- Menno Smits
