aiosmtplib 1.1.6-2 source package in Ubuntu

Changelog

aiosmtplib (1.1.6-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.

 -- Jelmer Vernooij <email address hidden>  Fri, 27 May 2022 19:30:50 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiosmtplib_1.1.6-2.dsc 2.3 KiB 5c5d4dff3d50a28345e56d2959c1a9645c4765c978955b579a014406d0bbf523
aiosmtplib_1.1.6.orig.tar.gz 54.3 KiB d138fe6ffecbc9e6320269690b9ac0b75e540ef96e8f5c77d4a306760014dce2
aiosmtplib_1.1.6-2.debian.tar.xz 3.2 KiB b1f2566da4af77e6ecba2cbf3c0a34310b1717931a2c47e6a9cbc653dd960137

Available diffs

No changes file available.

Binary packages built by this source

python3-aiosmtplib: Python3 asynchronous SMTP client for use with asyncio

 This is a SMTP client, but written to be based on asyncio for Python3.
 It is designed to work with standard EmailMessages (or MIMEMultipart, or any
 raw message), generated with the standard Python3 library and send these using
 the classic asyncio mechanics.
 .
 It supports TLS/SSL, STARTTLS and authentication.
 .
 This package contains the Python3 library.

python3-aiosmtplib-doc: Documentation for python3-aiosmtplib

 This is a SMTP client, but written to be based on asyncio for Python3.
 It is designed to work with standard EmailMessages (or MIMEMultipart, or any
 raw message), generated with the standard Python3 library and send these using
 the classic asyncio mechanics.
 .
 It supports TLS/SSL, STARTTLS and authentication.
 .
 This package contains the documentation of the library.