blob: 3614673ad2352f251818b20a480b85ed7c6c5b3c (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
Overview of changes in ayatana-webmail 23.10.13
- ayatanawebmail/application.py: Add colour scheme handler.
- ayatanawebmail/appdata.py: Drop APPRECOMMENDS.
- ayatanawebmail/dialog.py: Add a tooltip to the command chooser.
- Pass host information when calling exec-on-receive.
- Translation updates.
Overview of changes in ayatana-webmail 22.12.15
- Translation updates.
Overview of changes in ayatana-webmail 22.6.28
- Hardcode server list.
- ayatanawebmail/dialog.py: Add GMX mail to server list.
- Fix blocked idler on calling the `stop` method.
- ayatanawebmail/dialog.py: Drop special warning case for Google.
- Do not fail in the idler stop method on connection drops.
- ayatanawebmail/application.py: Drop libunity and use dbus.
- ayatanawebmail/dialog.py: Add Horde template (incomplete).
- Translation updates.
Overview of changes in ayatana-webmail 22.2.26
- ayatanawebmail/application.py: Fetch X-GM-THRID for GMail accounts only.
- ayatanawebmail/imaplib2.py: Display debug output in debug mode only.
- ayatanawebmail/application.py: Do not check idler state when reconnecting
in callback.
- Turn on automagic debug mode for developer instance.
- Do not run helper applications unless ayatana-webmail is running.
- Translation updates.
Overview of changes in ayatana-webmail 21.11.17
- Settings process count hack. Make opening Ayatana Webmail
settings more robust.
- Translation updates.
Overview of changes in ayatana-webmail 21.2.6
- ayatanawebmail/application.py: If no Ayatana Indicator Application is
running, still attempt loading the AyatanaAppIndicator GIO module before
falling back to the (less maintained) AppIndicator GIO module.
- Drop the bundled Faenza icon.
- man/*: Add man pages for all the command line tools we ship.
- Ship app's own status icons instead those of the Messages Indicator.
- Translation updates.
Overview of changes in ayatana-webmail 21.1.25
- Allow at most max-item-count fetches per connection.
- Remove all GMail references.
- Bring back the translation link on the support page.
- Fix duplicate translation strings.
- Use server configuration templates + set minimum folder list height.
- Do not queue settings dialogs if one is already shown.
- Add README.md.
- Update translation files.
Overview of changes in ayatana-webmail 20.8.16
- Port from Unity Mail.
- Change crash notication message.
|