summaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: 45f1a7fbc270168671c77e6d63204fe13bfea53a (plain)
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
0.3.4 Oct 4:
  o Improve charset handling when exposing mails to the mail
    client. Related to #3660.
  o Return Twisted's smtp Port object to be able to stop listening to
    it whenever we want. Related to #3873.

0.3.3 Sep 20:
  o Remove cleartext mail from logs. Closes: #3877.

0.3.2 Sep 6:
  o Make mail services bind to 127.0.0.1. Closes: #3627.
  o Signal unread message to UI when message is saved locally. Closes: #3654.
  o Signal unread to UI when flag in message change. Closes: #3662.
  o Use dirspec instead of plain xdg. Closes #3574.
  o SMTP service invocation returns factory instance.

0.3.1 Aug 23:
  o Avoid logging dummy password on imap server. Closes: #3416
  o Do not fail while processing an empty mail, just skip it. Fixes
    #3457.
  o Notify of unread email explicitly every time the mailbox is
    sync'ed.
  o Fix signals to emit only string in the contents instead of bool or
    int values.
  o Improve unseen filter of email.
  o Make default imap fetch period 5 minutes. Client can config it via
    environment variable for debug. Closes: #3409
  o Refactor imap fetch code for better defer handling. Closes: #3423
  o Emit signals to notify UI for SMTP relay events. Closes #3464.
  o Add events for notifications about imap activity. Closes: #3480
  o Update to new soledad package scheme (common, client and
    server). Closes #3487.
  o Improve packaging: add versioneer, parse_requirements,
    classifiers.

0.3.0 Aug 9:
  o Add dependency for leap.keymanager.
  o User 1984 default port for imap.
  o Add client certificate authentication. Closes #3376.
  o SMTP relay signs outgoing messages.