aioimaplib 1.1.0-2 source package in Ubuntu

Changelog

aioimaplib (1.1.0-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload.

 -- Boyuan Yang <email address hidden>  Mon, 29 Jul 2024 20:34:09 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aioimaplib_1.1.0-2.dsc 2.0 KiB 0007b0ff2ca750585067b32e15fbeb3e25675cc41c3193fc7aebbe3c078e59a0
aioimaplib_1.1.0.orig.tar.gz 375.8 KiB dedf23e11292f7e9565ae3603a6b9733eac449e301c384422d46fa06a6b35bb9
aioimaplib_1.1.0-2.debian.tar.xz 2.1 KiB f6cd85b392757005d99a1a3c5241110c0f5ee3c38ab7461839f76e3862d94baa

Available diffs

No changes file available.

Binary packages built by this source

python3-aioimaplib: 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.