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
  
     | 
    
      1.05 2014-10-22 18:00:00
    - Now works when using Courier IMAP server
    - Various improvements for the test suite
    - Remove Mootools, replace with plain JavaScript
    - HTML5 message submission progress bar
    - Various html/css/design fixes across all browsers
    - Basic managesieve support
    - Improved text/html mail rendering support based on HTML::Defang and HTML::Tidy
    - Add support for Content Security Policy when rendering text/html parts
    - New translation: Russian by Elena Bolshakova
    - New translation: Czech by JiriMacha
    - New translation: Danish by Jonas Smedegaard
1.04 2012-06-11 22:00:00
    - Completely reworked MIME handling for improved compatability and performance
    - Support for right-to-left text
    - Keybindings for j/k (show next/previous message)
    - Scroll message on space bar/arrow up/arrow down
    - Display 'To' instead of 'From' when viewing Sent folder
    - Support full text body search
    - Improved login screen
    - Various design improvements for a more polished interface
    - Huge speedup due to preprocessing localized templates
    - Added a custom CSS file for local modifications without breaking on updates
    - Always display INBOX first in folder tree
    - Mark the original message as "answered" when sending a reply
    - Improved upgrade process
    - Use modern replacements for some Perl modules CiderWebmail depends on
1.03 2010-08-08 21:00:00
    - Fixed missing folder tree on compose message
    - Completely reworked MIME handling. Should render everything possible.
    - Massive improvement of rendering HTML mails.
    - Huge speedup of message list display
    - Much improved design courtesy of kmail developers
    - Navigation column and message list are resizable and retain those sizes
    - Option to send via SMTP instead of sendmail
    - List/view/move/delete message again works with disabled JavaScript.
    - Initial addressbook implementation
    - Auto link URIs in text/plain messages
    - Display number of unread messages in folder title
    - Load message list as the user is scrolling
    - Highlight the current message and scroll it into view (for keyboard navigation)
    - Additional keybindings for delete/reply/forward.
1.02 2010-03-16 17:00:00
    Bugfix release
    - Increased test suite coverage to 85%
    - Fixed replying to normal messages directly
    - Fixed rendering of messages without From and/or To
    - Fixed attachment downloading of forwarded messages
    - Implemented in-reply-to for embedded messages
    - Close IMAP connection at the end of request (Fixed leaked connections)
    - Dramatic speed increase due to no longer fetching an additional folder tree
1.01 2009-12-14 17:00:00
    - Finished incremental message loading
    - Use different icons according to message state
    - Cursor left/right as shortcuts for displaying previous/next message
    - Shortcut for moving the current message
    - Allow reply/forward to attached messages
    - Render ICal attachments
    - Using form based login now instead of relying on HTTP basic auth
    Development:
    - Ported CiderWebmail to Moose
    - Created a usable test suite and added lots of tests
    - Fixed quite a few bugs
    - Fixed perl critic level 5 violations
1.00 2009-07-28 16:15:00
    - Bugfixes
    - Polishing
0.07 2009-07-26 21:20:00
    - Rendering of message/rfc822 attachments (forwarded messages)
    - Sending of multiple attachments
    - Remove empty groups on message deletion
    - Allow dragging of mail lines and not only of icons
    - Show details about forwarded messages in compose window
    - Open reply and forward links in new windows
    - Add in-reply-to and references headers on reply
    - Bugfixes
0.06 2009-06-30 11:20:00
    - Show attachments as attachments, even if they are renderable
0.05 2009-06-29 11:30:00
    - Folder management: creating and deleting folders
    - Store per user settings like From address and Sent folder
    - Update folder counts on AJAX move/delete
    - Use a Trash folder if available
0.04 2009-06-27 17:59:00
    - Use server side sorting
    - Allow reversal of sort order
    - Convert message times to local timezone
0.03  2009-06-24 11:48:00
    - Print layouts
        - Logout
0.02  2009-05-28 17:20:00
    - Listing folders
    - Listing messages
    - Displaying messages
    - Composing messages
    - Replying to messages with quoted text
    - Reply to all
    - Forwarding messages as attachment
    - Deleting messages
    - Moving messages
    - Marking mails read when opening
    - Print views of message list and messages
0.01  2008-05-13 21:44:31
    - initial revision, generated by Catalyst
 
     |