Update NEWS file

pull/195/merge
Francis Lachapelle 2016-02-04 12:43:29 -05:00
parent d4e01a83a0
commit 5624bf47ae
1 changed files with 13 additions and 7 deletions

20
NEWS
View File

@ -2,15 +2,21 @@
------------------
Enhancements
- improved scrolling behavior when deleting a single message (#3489)
- added "Move To" option for selected messages (#3477)
- [web] improved scrolling behavior when deleting a single message (#3489)
- [web] added "Move To" option for selected messages (#3477)
Bug fixes
- fixed blank calendar view when selecting "Descending Order" in the sort menu
- show active user's default email address instead of system email address (#3473)
- fixed display of HTML tags when viewing a message raw source (#3490)
- fixed IMIP accept/decline when there is only one MIME part
- correctly encode filename of attachments over EAS (#3491)
- [web] safeguard against mailboxes with no quota (#3468)
- [web] fixed blank calendar view when selecting "Descending Order" in the sort menu
- [web] show active user's default email address instead of system email address (#3473)
- [web] fixed display of HTML tags when viewing a message raw source (#3490)
- [web] fixed IMIP accept/decline when there is only one MIME part
- [web] improved handling of IMAP connection problem in Web interface
- [web] fixed frequency parsing of recurrence rule when saving new appointment (#3472)
- [web] added support for %p in date formatting (#3480)
- [web] make sure an email is defined before trying to use it (#3488)
- [web] handle broken messages that have no date (#3498)
- [eas] correctly encode filename of attachments over EAS (#3491)
3.0.0 (2016-01-27)
------------------