python-sievelib 1.0.0-1 source package in Ubuntu

Changelog

python-sievelib (1.0.0-1) unstable; urgency=low

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Michael Fladischer ]
  * New upstream release.
  * Use https:// for copyright-format 1.0 URL.
  * Bump Standards-Version to 4.1.1.
  * Clean up modified files to allow two builds in a row.

 -- Michael Fladischer <email address hidden>  Wed, 01 Nov 2017 16:16:50 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sievelib_1.0.0-1.dsc 1.8 KiB 2e90620aebf289d460abdd2d1363f1bee277f3efb4ba26e758b022b767111d58
python-sievelib_1.0.0.orig.tar.gz 26.7 KiB 121e1adf3b04fd4893b2f3ca278171320cdede5da7abf923406888db657b8180
python-sievelib_1.0.0-1.debian.tar.xz 2.3 KiB cd38d6b869224d7b762b40f3881f59b6fce73b94232d7ac2f2aaba17ca26b643

Available diffs

No changes file available.

Binary packages built by this source

python-sievelib: Client-side Sieve and Managesieve library

 Client-side Sieve and Managesieve library written in Python.
 .
 Sieve:
 Currently, the provided parser supports most of the functionalities described
 in RFC 5228. The only exception concerns section 2.4.2.4. Encoding Characters
 using "encoded-character" which is not supported.
 The following Sieve extensions are also supported:
  * Date and Index (RFC 5260)
  * Vacation (RFC 5230)
 .
 ManageSieve:
 All mandatory commands are supported. The RENAME extension is supported, with a
 simulated behaviour for server that do not support it.
 For the AUTHENTICATE command, supported mechanisms are DIGEST-MD5, PLAIN and
 LOGIN.

python3-sievelib: Client-side Sieve and Managesieve library (Python3 version)

 Client-side Sieve and Managesieve library written in Python.
 .
 Sieve:
 Currently, the provided parser supports most of the functionalities described
 in RFC 5228. The only exception concerns section 2.4.2.4. Encoding Characters
 using "encoded-character" which is not supported.
 The following Sieve extensions are also supported:
  * Date and Index (RFC 5260)
  * Vacation (RFC 5230)
 .
 ManageSieve:
 All mandatory commands are supported. The RENAME extension is supported, with a
 simulated behaviour for server that do not support it.
 For the AUTHENTICATE command, supported mechanisms are DIGEST-MD5, PLAIN and
 LOGIN.
 .
 This package contains the Python 3 version of the library.