Metadata-Version: 1.1
Name: imaplibext
Version: 0.7.3
Summary: An imaplib extension module, that provides versions of IMAP4 and IMAP4_SSL with UID-based functions.
Home-page: https://github.com/teward/imaplibext
Author: Thomas Ward
Author-email: teward@dark-net.io
License: AGPLv3+
Download-URL: https://pypi.python.org/pypi/imaplibext
Description: This is an extension module for `imaplib`. The functions of 'copy', 'search', 'fetch', 'store', and possibly others, in the standard `imaplib` module do not return unique-identifier message numbers in their number sets, which makes interaction with messages via 'store' a little bit more difficult, and can result in the wrong messages being adjusted. This extension module is designed to override the 'copy', 'search', 'fetch', and 'store' functions and provide UID-based commands, by using the `uid` command and passing UID-format commands for the functions that are overridden.
Keywords: imaplib imap UID email
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries :: Python Modules
