summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Collapse)Author
2008-11-21- Increase speed of session destroy and garbage clean upalecpl
- Fix session timeout when DB server got clock skew (#1485490)
2008-11-21- Fix 'cache' table cleanup on session destroy (#1485516)alecpl
2008-11-20- Better HTML entities conversion in html2text (#1485519)alecpl
2008-11-20- Speed up raw message body handling (call FETCH only once for the whole ↵alecpl
message insteade of twice for headers and body)
2008-11-19- Fix handling of some malformed messages (#1484438)alecpl
2008-11-16- Fix setting locale to tr_TR, ku and az_AZ (#1485470)alecpl
2008-11-15- Fix big memory consumption and speed up searching on servers without SORT ↵alecpl
capability
2008-11-13- Added message status filter + fixes for r2046 (searching with SORT)alecpl
2008-11-12- Use SORT for searching on servers with SORT capabilityalecpl
2008-11-07- improve messages searching with many criterias (call one SEARCH command)alecpl
2008-11-06- Fix empty file sending (#1485389)alecpl
2008-11-05- Fix HTML editor initialization on IE (#1485304)alecpl
- move back toggle_editor function to editor.js - merge identity and compose editor init functions
2008-11-04- Make identities list scrollable (#1485538)alecpl
2008-11-03- Add warning when switching editor mode from html to plain (#1485488)alecpl
- Unified editor switching functions
2008-10-30- added BYE response simple support to prevent from endless loops in ↵alecpl
imap.inc (#1483956)
2008-10-29- Fix problem with numeric folder names (#1485527)alecpl
2008-10-27- Fix unread message unintentionally marked as read if ↵alecpl
read_when_deleted=true (#1485409)
2008-10-26- Added 'keep_alive' and 'min_keep_alive' options (#1485360)alecpl
2008-10-25- Don't send disposition notification receipts for messages marked as 'read' ↵alecpl
(#1485523)
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alecpl
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-22- Added option focus_on_new_message (#1485374)alecpl
2008-10-18- Fix html signature formatting when identity save error occured (#1485426)alecpl
2008-10-15- Add feedback and set busy when moving folder (#1485497)alecpl
2008-10-10- Fix adding signature in drafts compose mode (#1485484)alecpl
2008-10-10- Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489)alecpl
- Fix messages count bar overlapping (#1485270)
2008-10-09- Fix matching case sensitivity when setting identity on reply (#1485480)alecpl
- Prefer default identity on reply
2008-10-09- fixed iil_C_Sort() to support very long and/or divided responses (#1485283)alecpl
2008-10-08- Fix imap searching on ISMail (#1485466)alecpl
2008-10-07- added bin/killcache.php script (#1485434)alecpl
- added copyrights disclaimers
2008-10-07- Write username instead of id in sendmail log (#1485477)alecpl
2008-10-03- Add 'skip_deleted' option in User Preferences (#1485445)alecpl
2008-10-03- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()alecpl
- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
2008-10-02- Fix race conditions when changing mailbox (set some env variables only ↵alecpl
when needed - no action or action==list)
2008-10-02- typosalecpl
2008-10-02- Fix folders css class setting for folder with names matching defined ↵alecpl
classes (#1485355)
2008-10-02- Minimize "inline" javascript use (#1485433)alecpl
2008-10-01- Better handling of "no identity" and "no email in identity" situations ↵alecpl
(#1485117)
2008-10-01- Localized filesize units (#1485340) + small labels capitalization change ↵alecpl
in en.* (#1485407)
2008-10-01- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)alecpl
2008-10-01- Fix compose window width/height (#1485396)alecpl
2008-10-01- Stop spellchecking when switching to html editor (#1485362)alecpl
2008-09-29- Fix htmleditor spellchecking on MS Windows (#1485397)alecpl
2008-09-29- #1485290: Fix unread counter when displaying cached massage in preview panelalecpl
- remove some empty lines in app.js
2008-09-29- Added 'mime_param_folding' option with possibility to choosealecpl
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences
2008-09-25- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)alecpl
2008-09-24- Fix language autodetection (#1485401)alecpl
2008-09-19Made config files location configurable (#1485215)thomascube
2008-09-17- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)alecpl
2008-09-17- Display progress message for folders create/delete/rename operations ↵alecpl
(#1485357)
2008-09-16- Added Reply-To to forwarded emails (#1485315)alecpl