1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: aioimaplib
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
python3-setuptools,
Build-Depends-Indep:
python3-imaplib2 <!nocheck>,
python3-openssl <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-tz <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/bamthomas/aioimaplib
Vcs-Browser: https://salsa.debian.org/python-team/packages/aioimaplib
Vcs-Git: https://salsa.debian.org/python-team/packages/aioimaplib.git
Package: python3-aioimaplib
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Asynchronous IMAP4rev1 client library using Python asyncio
Python library that implements the IMAP4rev1 protocol with an asynchronous
model using asyncio. This package allows users to handle IMAP communication in
a non-blocking manner, enhancing the performance of applications by leveraging
the asyncio framework to manage tasks concurrently.
.
Key features include:
- Implementation of the IDLE command (RFC2177) for efficient real-time email
monitoring.
- Threading support with asyncio for safe concurrent operations.
- Enhanced logging capabilities and OAuth2 authentication support for
services like Microsoft Outlook and potentially Google Mail.
.
This library is ideal for developers needing to integrate IMAP support into
applications that benefit from asynchronous programming, providing capabilities
like email fetching, mailbox management, and real-time notifications without
blocking the application's main thread.
|