------------------------ Pronto! v3.x - ChangeLog ------------------------ 2005-09-11 Florian Schaefer * Read.pm: Fixed a bug that occured if two different messages had attachments with the same filename. * MainWindow.pm, Read.pm: Added "View in an external browser" * released 3.0.3-fs 2005-08-18 Florian Schaefer * TableEdit.pm: Fixed the selection of different account types for new mail accounts. 2005-07-07 Florian Schaefer * FolderTree.pm: Speed up refresh_folder_tree for mysql databases 2005-07-03 Florian Schaefer * MainWindow.pm: "Next unread message" marks current message as read * Message.pm: Speed up mark_as_read (no need for refresh_messages) * Compose.pm: The attachment list needed an extra CellRenderer, too. 2005-06-29 Florian Schaefer * MainWindow.pm: "Next unread message" searches in other folders now, too, just like pressing space does. 2005-06-27 Florian Schaefer * MessageList.pm, FolderTree.pm: Every TreeColumn has its own CellRenderer now to make Gtk2 2.7.0 happy. 2005-01-07 Florian Schaefer * Message.pm: I had forgotten to update the receipt_now sub to the new Gtk2 calls. Answering to return receipt request should work now. 2005-01-02 Florian Schaefer * FolderMenus.pm: Taken care of some warnings about undefined menus when closing Pronto after having reordered folders. * FolterTree.pm: Removed some superfluous destroys in update_boxlist. 2005-01-01 Florian Schaefer * FolderTree.pm: Reordering folders failed in some cases, fixed this. 2004-12-16 Florian Schaefer * MessageList.pm: Do a better job in restoring the widths of the different columns of the MessageList. 2004-12-15 Florian Schaefer * pronto-main: Re-enable "empty trash on exit" functionality. 2004-12-09 Florian Schaefer * Compose.pm, Message.pm: Handle adding attachments with special characters that are not UTF-8 encoded. * released 3.0.2-fs 2004-11-20 Florian Schaefer * Send.pm: Patched the patch from BRM to make it working ;-) and added CRAM-MD5 authentication for esmtp. * HMAC_MD5.pm, HMAC.pm: Module files needed for CRAM-MD5 added from the Digest-HMAC-1.01 package to prevent another dependency. * Makefile: Create the required $(LIBDIR)/Pronto/Crypt/Digest_HMAC_MD5 2004-11-15 BRM * Send.pm: Initial patch for the "AUTH LOGIN" esmtp implementation. 2004-11-07 Florian Schaefer * Message.pm: Encode the subject line to UTF-8 if necessary. 2004-10-10 Florian Schaefer * released 3.0.1-fs 2004-09-23 Florian Schaefer * Read.pm: Do not try to convert messages with non-existant charsets, such as spam messages with faked headers, into UTF-8. 2004-09-18 Florian Schaefer * Compose.pm: "Help -> Mail Support" can now be used on non empty messages as well. 2004-09-13 Florian Schaefer * Read.pm: UTF-8 and other "strange" encodings should now be displayed correctly in a message view. * MessageList.pm: Fix displaying of UTF-8 strings as well. 2004-08-12 Florian Schaefer * update_contenttype.pl: Update only content types that are not correct already. 2004-08-07 Florian Schaefer * prontolib.pl, Read.pm, MessageList.pm, MainWindow.pm, Message.pm: Moved the key symbol from the attachment column to the message view pane, above the attachment button. * update_contenttype.pl: A new migration-script as I need to save the content type of the signed part of a mail in the database, too. 2004-08-02 Florian Schaefer * Message.pm: I had forgotten that base64 is 7bit only, too, and thus a valid encoding type for attachemnts in a signed mail. 2004-07-27 Florian Schaefer * Message.pm: Attachments must be 7bit or quoted printable for detached signatures otherwise verification may not be possible * Read.pm: Fixed two small errors when editing files already sent with included attachments 2004-07-25 Florian Schaefer * whole project: Uncounted hours of work have been devoted in porting the latest CVS version of Pronto 2.4.0 to Gtk2. * ChangeLog-3.x: Now that I'm going to publish my work I'll need to keep a ChangeLog around. * released 3.0.0-fs