forked from pulb/mailnag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
229 lines (186 loc) · 7.54 KB
/
NEWS
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
Version 2.2 (2021-02-14):
=========================
* Massive robustness improvements. Especially long running IMAP IDLE
connections do survive peer resets and system hibernation now
* New default connectivity test based on glib NetworkMonitor
(likely to improve VPN issues as well)
* Configuration UI hints for Gmail
* Updated translations
NOTES FOR PACKAGERS:
The networkmanager dependency may be removed
since Mailnag now uses the NetworkMonitor API (of glib),
which in turn optionally depends on networkmanager.
Version 2.1 (2020-12-30):
=========================
* Mark-as-read also marks e-mails read on the server
if supported (thanks Andreas Angerer!)
* libnotify plugin: close associated notification when the e-mail
has been read (single-notification-mode only,
thanks Dan Christensen!)
* libnofify plugin: correctly identify
desktop environment (thanks Denis Anuschewski!)
* Misc other fixes and improvements
* Updated translations
Version 2.0 (2020-03-28):
===========================
* Ported to Python3
* Migrated from Gnome keyring to libsecret
* Moved functionality of dbus plugin to mailnag core
* Added support for CRAM-MD5 auth
* Added STARTTLS support for pop3 accounts
* Cosmetic UI fixes
* Misc other fixes and improvements
IMPORTANT NOTES FOR PACKAGERS:
Please note that mailnag now requires python >= 3.5 and
that the GNOME-Keyring dependency has been replaced by libsecret.
Version 1.3 (2019-03-24):
===========================
* UI modernization including headerbars
* Ported to GtkApplication
* Support for mbox and maildir backends (thanks tikank!)
* Massive refactoring (thanks tikank!)
* Support for UTF-7 folder decoding (thanks cheshire-mouse!)
* Improved folder parsing in config UI
* Misc other fixes and improvements
* Updated translations
Version 1.2.1 (2016-05-28):
===========================
* Improved GNOME-Software integration
* Fixed missing plugin config dialogs in Ubuntu 14.04
* Fixed IMAP idle folders issue
* Fixed GTK warnings
* Misc other fixes and improvements
* Updated translations
Version 1.2.0 (2016-03-23):
===========================
* Added support for notification settings in GNOME-Control-Center
* Improved account dialog featuring a new IMAP folder chooser
* libnotify plugin: added new 'Short Summary' notification mode
(new default notification mode; recommended for GNOME 3)
* userscript plugin: accountnames are now passed to the specified userscript
* Non-SSL accounts are now utilizing STARTTLS if available (thanks todi!)
* Mailnag now logs a warning if an unencrypted connection is detected
* Acountnames are now exported via the DBUS-API
* The config window is resizable now
* Misc other fixes and improvements
* Updated translations / removed badly maintained translations
NOTES:
If you're using the userscript plugin, please note that Mailnag now passes
(accountname, sender, subject) sequences to the script as opposed to (sender, subject)
sequences in previous releases.
Version 1.1.0 (2015-02-08):
===========================
* GNOME Online Accounts integration
(via a plugin -> https://github.com/pulb/mailnag-goa-plugin)
* Added support for platform-specific credential (login password) backends
(Configurable in the config file.
Supported options are currently "AUTO", "GNOME" and "NONE".)
* The GNOME-Keyring dependency is optional now
* Improved connectivity tests
(Configurable in the config file.
Supported options are "AUTO", "NETWORKMANAGER" and "PING".)
* Shorter notification strings
* Added appdata file for GNOME Software app
* Removed bash wrapper scripts
* Misc other fixes and improvements
* Updated translations
IMPORTANT NOTES FOR PACKAGERS:
Please note that GNOME-Keyring and Networkmanager
are now optional dependencies and the httplib2 dependency
is not required anymore.
Version 1.0.0 (2014-06-28):
===========================
* Mailnag is desktop-independent now (was GNOME3-only)
* Added plugin system to allow easy extensibility
* Cut down the core daemon functionality to mail checking only and
moved everything else to plugins
* Released GNOME 3/Ubuntu Unity extension/plugin for a tighter desktop integration
* Added account assistants for popular email providers like Gmail
* Added DBUS service (for remote control/integration in other apps)
* Redesigned and simplified config UI
* Added propper logging (log messages are sent to stdout and the system log now)
* Heavy code cleanup & refactoring
* Reduced disk write access, other performance improvements
* Fixes for various major and minor bugs
* New icon by Reda Lazri
IMPORTANT NOTES:
The fileformat of the config file has changed.
It's highly recommended to rename/backup your
current config file (~/.config/mailnag/mailnag.cfg).
Version 0.5.2 (2013-01-06):
===========================
* Fixed path of the autstart file
* Minor other fixes
Version 0.5.1 (2012-12-23):
===========================
* Restored translated strings (previously available in mailnag <= 0.4.3)
that were removed due to a bug in the gen_po_template script
* Fixed a race condition that can lead to mutliple mailnag instances
Version 0.5.0 (2012-12-05):
===========================
* Bugfix: (really) don't crash on session start
if the notification DBUS interface isn't available yet
* Migrated to the new keyring gir binding
* Removed evolution account import (not working anymore)
* Minor other fixes
* Updated translations
IMPORTANT NOTES:
- Packagers should incorporate the new dependecy list.
- The new keyring binding stores credentials in ~/.local/share/keyrings
instead of in ~/.gnome2/keyrings. So you probably have to fire up
mailnag_config and re-enter your mail account password(s).
Version 0.4.4 (2012-10-20):
===========================
* Bugfix: don't crash on session start
if the notification DBUS interface isn't available yet
* Bugfix: fix notification sound playback in GNOME 3.6
* Removed messagetray-label configuration since gnome-shell
no longer shows labels in the messagetray
Version 0.4.3 (2012-09-22):
===========================
* Added installation script (setup.py)
* IMAP related bugfixes
* Updated translations
Version 0.4.2 (2012-07-10):
===========================
* Bugfix: enable gettext fallback language
* Updated translations
Version 0.4.1 (2012-05-21):
===========================
* Fixed some crashes and connection issues
* Use unicode for translated strings
* Don't play notification sounds when GNOME Shell notifications are disabled
* Updated translations
Version 0.4 (2012-01-15):
=========================
* Much improved IMAP IDLE support
* Reconnect if a connection has been lost (e.g. after standby)
* Use GNOMEs default mail client
* Enable SSL by default
* Use a meaningful messagetray label by default
* Added version info to the about tab
* Refactoring, removed unused code
* Updated translations
* Bugfixes
Version 0.3 (2011-11-27):
=========================
* Support for IMAP-Push notifications (thanks tony747!)
* Single/summary notification modes
* Support for GNOME 3.2 notification counters (single mode only)
* Mails can be marked as read
* Explicit SSL encryption
* Autostart in GNOME sessions only
* Detection of default email client
* Notification sound playback via GStreamer (ogg)
* Removed GTK2 workaround code
* Lots of bugfixes, rewritten code and refactoring
* New translations
Please note that this release breaks existing config files (for the first and last time),
so make sure to delete ~/.config/mailnag/mailnag.cfg before upgrading.
Version 0.2 (2011-10-17):
=========================
* Added many new translations
* Bugfixes
Version 0.1 (2011-07-06):
=========================
* Initial release