Changeset 1cded85 in github for CHANGELOG


Ignore:
Timestamp:
Dec 3, 2005 11:54:12 AM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
31b2cee
Parents:
5bc8cb66
Message:

Re-design of caching (new database table added\!); some bugfixes; Postgres support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r4b0f65a r1cded85  
    22--------------------------- 
    33 
    4 2005/08/11 
     42005/12/03 
    55---------- 
    6 - Write list header to client even if list is empty 
    7 - Add functions "select all", "select none" to message list 
    8 - Improved filter for HTML messages to remove potentially malicious tags (script, iframe, object) and event handlers. 
    9 - Buttons for next/previous message in view mode 
    10 - Add new created contact to list and show confirmation status 
    11 - Added folder management (subscribe/create/delete) 
    12 - Log message sending (SMTP log) 
    13 - Grant access for Camino browser 
    14 - Added German translation 
    15  
    16  
    17 2005/08/20 
    18 ---------- 
    19 - Improved cacheing of mailbox messagecount 
    20 - Fixed javascript bug when creating a new message folder 
    21 - Fixed javascript bugs #1260990 and #1260992: folder selection 
    22 - Make Trash folder configurable 
    23 - Auto create folders Inbox, Sent and Trash (if configured) 
    24 - Support for IMAP root folder 
    25 - Added support fot text/enriched messages 
    26 - Make list of special mailboxes configurable 
    27  
    28  
    29 2005/10/07 
    30 ---------- 
    31 - Added French, Italian, Spanish, Danish, Dutch translation 
    32 - Clarified license (Bug #1305966) 
    33 - Fixed PHP warnings (Bug #1299403) 
    34 - Fixed english translation (Bug #1295406) 
    35 - Fixed bug #1290833: Last character of email not seen 
    36 - Fixed bug #1292199 when creating new user 
    37 - Allow more browsers (Bug #1285101) 
    38 - Added setting for showing pretty dates 
    39 - Added support for SQLite database 
    40 - Make use of message caching configurable 
    41 - Also add attachments when forwarding a message 
    42 - Long folder names will not flow over message list (Bug #1267232) 
    43 - Show nested mailboxes hieracically 
    44 - Enable IMAPS by host 
    45  
    46  
    47 2005/10/20 
    48 ---------- 
    49 - Added Swedish, Latvian, Portuguese and Catalan translation 
    50 - Make SMTP auth method configurable 
    51 - Make mailboxlist scrollable (Bug #1326372) 
    52 - Fixed SSL support 
    53 - Improved support for Courier IMAP (root folder and delimiter issues) 
    54 - Moved taskbar from bottom to top 
    55 - Added 'session_lifetime' parameter 
    56 - Fixed wrong unread count when deleting message (Bug #1332434) 
    57 - Srip tags when creating a new folder (Bug #1332084) 
    58 - Translate HTML tags in message headers (Bug #1330134) 
    59 - Correction in German translation (Bug #1329434) 
    60 - Display folder names with special chars correctly (Bug #1330157) 
    61  
    62  
    63 2005/11/18 
    64 ---------- 
    65 - Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian and Chinese translation 
     6- Added Finnish, Romanian, Polish, Czech, British, Norwegian, Greek, Russian, Estonian and Chinese translation 
    667- Get IMAP server capabilities in array 
    678- Check for NAMESPACE capability before sending command 
     
    8627- Make delimiter for message headers configurable 
    8728- Add generic footer to sent messages 
     29- Choose the rigt identity when replying 
     30- Remove signature when replying (Request #1333167) 
     31- Signatures for each identity 
     32- Select charset when composing message 
     33- Complete re-design of the caching mechanism 
    8834 
    8935 
     362005/08/11 
     37---------- 
     38- Write list header to client even if list is empty 
     39- Add functions "select all", "select none" to message list 
     40- Improved filter for HTML messages to remove potentially malicious tags (script, iframe, object) and event handlers. 
     41- Buttons for next/previous message in view mode 
     42- Add new created contact to list and show confirmation status 
     43- Added folder management (subscribe/create/delete) 
     44- Log message sending (SMTP log) 
     45- Grant access for Camino browser 
     46- Added German translation 
     47 
     48 
     492005/10/20 
     50---------- 
     51- Added Swedish, Latvian, Portuguese and Catalan translation 
     52- Make SMTP auth method configurable 
     53- Make mailboxlist scrollable (Bug #1326372) 
     54- Fixed SSL support 
     55- Improved support for Courier IMAP (root folder and delimiter issues) 
     56- Moved taskbar from bottom to top 
     57- Added 'session_lifetime' parameter 
     58- Fixed wrong unread count when deleting message (Bug #1332434) 
     59- Srip tags when creating a new folder (Bug #1332084) 
     60- Translate HTML tags in message headers (Bug #1330134) 
     61- Correction in German translation (Bug #1329434) 
     62- Display folder names with special chars correctly (Bug #1330157) 
     63 
     64 
     652005/10/07 
     66---------- 
     67- Added French, Italian, Spanish, Danish, Dutch translation 
     68- Clarified license (Bug #1305966) 
     69- Fixed PHP warnings (Bug #1299403) 
     70- Fixed english translation (Bug #1295406) 
     71- Fixed bug #1290833: Last character of email not seen 
     72- Fixed bug #1292199 when creating new user 
     73- Allow more browsers (Bug #1285101) 
     74- Added setting for showing pretty dates 
     75- Added support for SQLite database 
     76- Make use of message caching configurable 
     77- Also add attachments when forwarding a message 
     78- Long folder names will not flow over message list (Bug #1267232) 
     79- Show nested mailboxes hieracically 
     80- Enable IMAPS by host 
     81 
     82 
     832005/08/20 
     84---------- 
     85- Improved cacheing of mailbox messagecount 
     86- Fixed javascript bug when creating a new message folder 
     87- Fixed javascript bugs #1260990 and #1260992: folder selection 
     88- Make Trash folder configurable 
     89- Auto create folders Inbox, Sent and Trash (if configured) 
     90- Support for IMAP root folder 
     91- Added support fot text/enriched messages 
     92- Make list of special mailboxes configurable 
     93 
Note: See TracChangeset for help on using the changeset viewer.