Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.57 KB

CHANGELOG.rst

File metadata and controls

37 lines (30 loc) · 1.57 KB

0.4.2 - 13 May, 2016

Bugfixes

  • #8083: Allow pixelated UA not interfere with Thunderbird operation.
  • Cast local identity (version string) to bytes, avoid TLS transport raising exception.

0.4.1 - 18 Apr, 2016

Features

  • #7656: Emit multi-user aware events.
  • #4008: Add token-based authentication to local IMAP/SMTP services.
  • #7889: Use cryptography instead of pycryptopp to reduce dependencies.
  • #7263: Implement local bounces to notify user of SMTP delivery errors.
  • Use twisted.cred to authenticate IMAP/SMTP users.
  • Verify plain text signed email.
  • Validate signature with attachments.
  • Use fingerprint instead of key_id to address keys.

Bugfixes

  • #7861: Use the right succeed function for passthrough encrypted email.
  • #7898: Fix IMAP fetch headers
  • #7977: Decode attached keys so they are recognized by keymanager.
  • #7952: Specify openssl backend explicitely.
  • Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly).
  • Let the inbox used in IncomingMail notify any subscribed Mailbox.
  • Adds user_id to Account (fixes Pixelated mail leakage).

Misc

  • Change IMAPAccount signature, for consistency with a previous Account change.