summaryrefslogtreecommitdiff
path: root/mail/sylpheed/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2010-04-09Update to sylpheed-3.0.2. Changes:tnn1-4/+4
* The random scrolling problem on selecting folders with GTK+ 2.12 or later was fixed. * The problem that config files are not updated after creating new accounts was fixed. * The problem that folder config file was not updated after changing IMAP or News account name was fixed. * Several typos in some dialogs were fixed. * The Japanese manual was updated.
2010-03-01Update to sylpheed-3.0.0.tnn1-4/+4
Many bugfixes. New features include: * multi-threading was introduced * add new recipients to address book automatically on sending was added. * The new filter match type 'is in addressbook' was added. * Address book is now sortable by each column. * Address book search feature was added. * The setup dialog on the first run became user-friendly. * The new account setup dialog was implemented. Easy Gmail setup. * SHA1/MD5 fingerprint and validity period of certificate is now displayed * menu item to request disposition notification was added * The feature to customize the color label text was added. * The option to set only mail address of recipients when replying was added.
2009-08-14patch-aa: set auto_update_check to default FALSE.tnn1-1/+2
(I don't appreciate software that phones home.)
2009-08-13Changes from 2.7.0ahoka1-4/+4
* The feature to import and export .eml files was added. * Progress is displayed during import and export now. * The warning about non-exist plug-in directory was removed. * The comments within Content-Type header are handled now. * The order of signals emitted at moving messages was modified. * The sylpheed.spec file was fixed.
2009-07-27Changes from 2.6.0ahoka1-4/+4
* The plug-in system was implemented (still experimental. See PLUGIN.txt for detail). * LibSylph (internal version) is built as shared library now. * The update check feature was implemented (requires curl command, included in Windows installer). * fsync() will be called after writing configuration files. * 'Send queued messages' is shown instead of 'Mark all read' in the context menu of the Queue folder. * The default command line options of spam filters were modified. * Win32: Hard link will be used to improve file I/O performance if available. * Win32: bsfilter is included in the installer now. If you have installed bsfilter at another location, please note that the location of database files might change. * Win32: Install/uninstall will be aborted if Sylpheed is running. * Win32: The registration of Start menu will be applied to all users. * Win32: The installer cannot launch Sylpheed anymore when install finishes (for Vista). * A crash bug on CSV import of the address book was fixed. * Several other bugfixes were made.
2008-12-23Update to version 2.6. This makes our local patches no longer relevant/required.ahoka1-11/+4
Enchant and GTK 2.14 are now officially supported. Changes from 2.5.0 ------------------ New features The POP3 remote mailbox feature, which enables the direct view/download/deletion of messages on POP3 server, was added. The backups of configuration files are kept for four generations now. Feature improvements Enchant (with GtkSpell 2.0.13) has been supported. When creating filter rule automatically, the target header field is used as a default filter name. The Japanese manual was updated. In the folder selection dialog, only folders which are expanded in the folder view are expanded. The folders which should not be selected in the folder selection dialog became unselectable. Unix: Only new messages are counted when incorporating from local mbox. Unix: SIGHUP/SIGINT/SIGTERM/SIGQUIT signals are handled now. Win32: System shutdown event is also handled on debug mode. Bugfixes The parser of IMAP4 was fixed. Warnings about --datarootdir on running the configure script was removed. The bug that the addressbook window was not refreshed when sender of message was added to the addressbook was fixed. A workaround for raw-JIS filename used for attachments (specifically Eudora) was made. The compilation error when using GTK+ 2.14.x was fixed. Some build fixes were made. Several bugfixes were made.
2008-10-18Fix build w/ GTK+ 2.14.xtnn1-1/+6
2008-06-29- Update to sylpheed-2.5.0.tnn1-4/+6
- Add patch from Fedora which makes the gtkspell option build again, with the enchant-backed gtkspell. - Add DESTDIR support, from mail/sylpheed-devel Changes from 2.4.8 * New features o The vertical 3-paned view mode was added. o The feature to save SSL peer certificate was added. o The option 'Treat HTML only message as attachment' was added. o The feature to confirm missing attachments was added. o The feature to confirm recipients before sending was added. * Feature improvements o To: header is also searched by quick search in Sent/Draft/Queue folders. o 'Edit/Quick search' menu was added. o Spaces in address and server entries on account preferences dialog are now automatically removed when applied. o The compose window now remembers the maximized state. o The focus will not move from the text view to the summary view with 'Next/Prev' keyboard operation now. o The alert dialog is displayed now when PGP signing/encryption failed. * Bugfixes o The bug that caused busy loop when initial connection was immediately refused was fixed. o The bug that the quote description dialog never appeared again after closing it with the close button was fixed. o The new/unread status display on quick search filtered mode was fixed. o The windres command will not be enabled on non-win32 platforms now. o The address completion was fixed. o Win32: --attach option was fixed. o The sylpheed.desktop file was fixed. o A crash bug was fixed. o Content-Transfer-Encoding header with comments was supported. o UTF-8 locale strings with suffix '.utf8' were supported. o The 8KB restriction of template body size was removed.
2008-01-03Update to 2.4.8:xtraeme1-4/+4
* The encoding method of MIME headers is now determined by outgoing encoding rather than the value of MB_CUR_MAX. * The memory leaks and warnings in LDAP search were fixed. * The beep on folders with one message when using GTK+ 2.12 was removed. * Win32: The crash that occurred when trying to display some TIFF files was fixed. * Win32: Settings are now automatically saved on the shutdown of system.
2007-10-11Update to 2.4.7:xtraeme1-4/+4
* The bug that 'Set display item of summary...' button in the common preferences dialog always show send folder setting was fixed. * The previous focus is kept when separation of view is changed. * The status label is automatically resized now when there is not enough width. * The bug that virtual folders were not sorted properly was fixed. * The crash when trying to use ascii-armored PGP encryption was fixed. * The most of compiler warnings were removed. Changes for 2.4.6: * The 'To' column was added to the summary view. * In Sent, Draft, and Queue folders, the 'To' column is displayed by default. * The display column setting of send folders became independent from normal folders. * The ascii-armored PGP encryption was fixed. * The combined method is used now when both PGP encryption and PGP signing are specified. * The PGP passphrase dialog was disabled on filtering and query search. * The new message notify will be blocked when a new message is read on receiving. * 'LIST "" "*"' command is used instead of 'LIST "" "%"' to obtain folder list from IMAP4 server. * The bug that noinferior and noselect flags were ignored until rebuilding folder tree when a new folder was created on IMAP4 server was fixed. * If attached files become nonexistent on sending, error dialog will be displayed and the sending will abort.
2007-08-31update to 2.4.5, fixes format string vulnerability in POP3 clientdrochner1-4/+4
(CVE-2007-2958) other changes: -The potential crash bug in address completion was fixed -The signature separator '--' is not joined on line wrapping now
2007-07-25Update to 2.4.4:xtraeme1-4/+4
* Reply and forward marks are appended after messages are actually sent. * The feature to reply to attached message/rfc822 messages was added. * When a folder is renamed, the path of junk folder is also updated. * A workaround for the error which occurs with Gmail SMTP server was made.
2007-07-01Update to 2.4.3:xtraeme1-4/+4
* 2.4.3 (stable) * The quick search entry is cleared when Escape key is pressed on it. * UTF-8 with BOM is handled correctly when inserting signature. * A possible crash when adding address from address book was fixed.
2007-05-21Update to 2.4.2:xtraeme1-4/+4
* The recursive download of remote folders was enabled. * The quick search condition for each folder now persists between sessions. * The selection now persists when the quick search condition is updated. * SSL ports in Advanced tab of the account prefs dialog are now automatically set when SSL is enabled. * The '--open' command line option which open messages in new window was added. * Quoted-printable or base64 encoding is now forced on PGP/MIME signing instead of stripping trailing spaces (except for the case of ISO-2022-JP encoding). * The quoted-pair in From header is now processed correctly when displaying its name. * The performance of 'Mark all read' on IMAP folders was improved. * The bug that the character '+' in address was treated as URI-escaped space was fixed. * Unix: the problem that 'Get' and 'Get all' button could not be clicked after receiving while mouse pointer was over the buttons was fixed. 2.4.1: * If shift or control key is pressed on address completion, only address string is inserted now.
2007-04-25Update to 2.4.0.xtraeme1-4/+4
* New features o Toolbar + The customization of the toolbars was implemented. + 'Prev', 'Print', 'Address', 'Prefs', 'Account', 'Not junk', 'Search' and 'Stop' button was added to the toolbars. + The overflow menu for the toolbars was added. + The option to place toolbar labels at the right of icons was added. o Address book + Copy and paste of persons in the address book was enabled. + In the address book, the import of CSV and Tab-separated text file was enabled. o The automatic filtering of IMAP4 on receive operation was enabled. o The option to toggle the window on the trayicon click was added. * Feature improvements o Junk mails are now filtered when incorporating from local spool. o The width of toolbar buttons was reduced when the labels are displayed. o The checking of remote folders doesn't abort with non-fatal errors now except for network failure. o Close button was added to the address book dialog. o In-Reply-To header was supported in mailto URL. o An error message is displayed now when the decryption of PGP encrypted messages failed. o 'Within 1 day' and 'Last 5 days' was added to the quick search rule. o The toolbar style switch was added to the toolbar context menu. o The limitation of the nesting level of MIME structure was relaxed. o A margin for text was added to the composition window. o An error dialog is displayed if the execution of junk filter command fails. o The overwrite confirmation of the file selection dialog was improved. o The file copy and move operation were optimized. o The included Japanese manual was updated. o Unix: Symbolic links are now also scanned when scanning MH folders. * Bugfixes o The problem that the width of the folder view was not saved when the main window was maximized was fixed. o The crash when verifying signed messages with popup window was fixed. o The crash on exit when the order of summary columns were modified by DnD was fixed. o The wrong handling of quotation in multi-byte strings on MIME header encoding was fixed. o The behavior of 'Go to next unread' with changing folders was fixed. o Several bugs of the search dialog were fixed. o Several bugs of the address book were fixed. o The crash on the cancellation of sending or receiving was fixed. o Unix: The bug that the window was kept being skipped from window list after it became visible with window shading or switching workspaces. * Changes from 2.4.0rc o Invalid APOP timestamp is rejected now (CVE-2007-1558). o The configuration file is written out after the toolbar is customized.
2007-02-04Update to 2.3.1:xtraeme1-4/+4
* The compilation failure with GLib 2.4 was fixed. * The compilation failure in some OSes was fixed. * A memory leak on executing external editor was fixed. * The bug that the handling of IMAP4 server responses became out of sync when an error occurred while fetching messages was fixed. * "ca-root.crt" is also looked for as a CA certificates file now. * The spaces around equals between name and value of MIME parameters are now allowed. * The MIME header encoding of quoted multibyte strings was fixed. * The edit account dialog is now placed at the center of the parent window.
2006-12-28Update to 2.3.0:xtraeme1-4/+4
2.3.0 provides the new printing function and new mail notification by the tray icon. 2.3.0 also includes various usability improvements. In Win32 version, the included GTK+ library has been updated to the latest 2.10.6, and it introduces the improvements of usability and bugfixes.
2006-11-20Update to 2.2.10:xtraeme1-4/+4
* 2.2.10 (stable) * The change between folders became faster at GTK+ 2.10.x. * The text insertion by the action was fixed again. * The text redraw problem on the undo of large text was fixed. * The crash that occurred when printing a message with empty Subject, From and To was fixed. * The window position and the layout of the 'Add Address' dialog was modified. * Libpisock 0.12 was supported. * Win32: The bug that window position was reset when quitting Sylpheed while window was hidden was fixed. * Win32: The selection of the labels on the header view and the alert dialog are now visible. * Win32: The e-mail menu in the start menu now works when Sylpheed is selected as a default mailer. * Win32: The character corruption on printing when environment-dependent Japanese characters are used was fixed.
2006-09-23Update to 2.2.9: (I commit it on the freeze because it containsxtraeme1-4/+4
fixes for GTK+ 2.10) 2.2.9 changes: * The crash that occurred if the summary was sorted by a key which doesn't have visible column was fixed. * The URI of the about dialog was updated. 2.2.8 changes: * The bug that possibly lost messages when there was no disk space has been fixed, so please upgrade if possible. * The PLAIN authentication method for IMAP4 was supported. * The verification of encrypted and signed messages with combined method was supported. * Oniguruma regex library can be used instead of system's regex API. * The LDIF import of the addressbook was improved. * Full PGP signature information is displayed on the main text view. * All trailing spaces are removed when signing with PGP/MIME instead of using quoted-printable to improve compatibility with other MUAs. * A warning is displayed before sending when Bcc is specified at PGP encryption. * The bug that possibly lost relatively small messages on receiving when there was no disk space was fixed. * The behavior of manual junk filtering was fixed. * UTF-8 text can be inserted correctly in the compose window. * The error messages of the failure of displaying message body was improved. * Some workarounds for GTK+ 2.10 were made. * Minor UI fixes were made. * Other minor bugs were fixed.
2006-08-01Update to 2.2.7:xtraeme1-4/+4
* "Mark all read" was added to the folder context menu. * "Set as (not) junk mail" was added to the summary context menu. * The option to filter junk mails before normal filtering was added. * When replying to all, the original address strings are used for Cc instead of stripped ones. * Windows-1257 was added for display encoding. * Some menu items of the folder context menu were enabled even on receiving messages. * The bug that manual junk filtering didn't work when no filter rule exist was fixed. * Several crash bugs were fixed. * Win32: libgpg-error-0.dll and libgpgme-11.dll was updated. * Win32: The scanning of folders was optimized so that receiving or moving of messages become faster when folders contain large number of messages.
2006-06-10Update to 2.2.6.xtraeme1-4/+4
Changes 2.2.6: * The 8-bit literal (literal8) in IMAP4 response was supported. * The missing timeout handling was added for SMTP. * The failure of URI security check when they have leading space was fixed. Changes 2.2.5: * The character corruption and crash bug when using Japanese half-width kana on sending messages was fixed. * The execution failure when using the accessibility module was fixed. * The bug that new/unread count becoming negative value was fixed. * The bug that bold face was disabled in the folder selection dialog with GLib 2.10 and Pango 1.12 was fixed. * The incorrect progressbar display when expired messages exist was fixed.
2006-03-29Update sylpheed to 2.2.4. Changes are:chris1-4/+4
* MIME filename encoding with RFC 2322 parameter value extension was supported. * The clear button for the quick search entry was added. * The bug that bold face was disabled in GtkTreeView with GLib 2.10 and Pango 1.12 was fixed. * Win32: libwimp.dll was updated. * Win32: The bug that subfolders were duplicated when rebuilding folder tree while the settings were shared between Win32 and Unix was fixed. * Win32: The uninstaller was modified so that it only removes files and folders created by the installer. Also remove extra blank lines at the end of options.mk to appease pkglint.
2006-03-29Update to:xtraeme1-4/+4
* 2.2.3 (stable) * The sorting of the result of the query search was enabled. * The printing of messages now follows the state of 'Show all headers'. * Relative path is allowed for signature files. * The To, Cc, and Bcc button of the address book are now always enabled. * The window position of the address book is now preserved. * The toggle of the Cc entry on the composition window was enabled. * The appearance of the address book was modified. * Unix: The support of metamail command was removed, and it was replaced with the alternative implementation. * Win32: libwimp.dll was updated, and the appearance of the UI was improved. * Win32: zlib1.dll was updated. * Win32: The application icon was updated. * Win32: The unnecessary message catalog files were removed to reduce the archive size.
2006-03-04Update to 2.2.2.xtraeme1-4/+4
* 2.2.2 (stable) * The crash bug that occurred when trying to move IMAP4 folders right under the root folder was fixed. * The crash bug that occurred after a message window was closed while the search dialog was still open was fixed. * Win32: The console window is newly created if --debug or --help option is specified. * Win32: The non-ASCII filename encoding problem on executing external commands was fixed. * Win32: The bug that the main window became not responsive when an error occurred on automatic receiving while the window was minimized was fixed. * Win32: Spanish translation was added for the installer. * Win32: The installer was fixed so that it selects correct language on environments other than Japanese.
2006-03-01update to 2.2.1drochner1-4/+4
relevant changes: -The bug that account names with filename-unsafe characters couldn't be used was fixed -The crash bug that occurred if non-ascii newsgroup names appeared while getting newsgroup list was fixed -The performance problem of the quick search while the summary was sorted by thread date with descending order was fixed
2006-02-19Update to 2.2.0.xtraeme1-4/+4
* 2.2.0 (stable) * The move and copy of messages to queue folders and virtual folders are prohibited. * The included sylpheed.spec was modified. * 2.2.0rc (development) * The 'minimize to tray icon' feature was modified. * The command line options help dialog is not duplicated anymore. * The problem that the UI was still insensitive after the execution of external editor failed was fixed. * The nonstandard Japanese encoding 'x-sjis' was supported. * Win32: The locale encoding problem on some languages was fixed.
2005-11-12Update sylpheed to 2.0.4, main changes are:chris1-4/+4
* [SECURITY] A buffer overflow of LDIF import was fixed. * The problem that drag and drop didn't work with GTK+ 2.8 was fixed.
2005-10-20Update to 2.0.3:xtraeme1-4/+4
* The IMAP4 parser was fixed so that it can handle literals in response. * A bug that caused crashes on receive if Date header has abnormal time was fixed.
2005-09-29Update sylpheed to 2.0.2. Main changes are:chris1-4/+4
* The auto detection of Japanese encoding now supports UTF-8 encoding. * The number of messages to be copied at a time on IMAP4 was limited to prevent timeout error. * When executing IMAP4 operations which take long time, its progress is now displayed on the statusbar, and the UI is periodically updated. * The selected row of the summary view will be kept when the state of thread display is changed. * The code conversion error and line limit warning will not be displayed anymore when saving as draft. * A bug that prevented the expander of the folder tree of the address book working was fixed. * A bug in which message/rfc822 attachments were broken when pgp-signed was fixed.
2005-08-26Update to 2.0.1xtraeme1-4/+4
Changes: * The sorting of summary now fall backs to comparison by date. * The folder tree is now expanded/collapsed by double click. * localedir, manualdir, and faqdir became user-configurable on configure. * A bug that multiple selection of the addressbook with Control key didn't work with GTK+ 2.6.9 was fixed.
2005-07-29Update sylpheed to 2.0.0.chris1-4/+4
Changes since 1.0 are: * New features o The feature for junk mail control has been added. o Filter rules can be applied to sent messages now. o Any commands can be executed when new messages arrive. o The move of folders has been enabled. * Display o The anti-aliased font display has been enabled. o Icons can be displayed with alpha-blending (translucence) now. o Attached images can be displayed as inline now. o The summary view (message list) now displays its rows with alternating row colors. o The icons and logo has been renewed. o The window icon is displayed now. * User interface o The file selection dialog has been improved. o URL links can be opened by single click now. o Right-click menu can be available on the message view now. o The order of the buttons now complies with GNOME HIG. o The folder view now automatically scrolls on drag'n'drop. o The columns of the summary view became reorderable by drag'n'drop. * Internal changes o The GUI toolkit has been switched from GTK1.2 to GTK2. o The internal encoding is always UTF-8 despite of the current locale, and the multilingual display is now possible. * Other improvements o The auto line-wrapping now supports proper line-breaking. o The algorithm of the thread display has been improved. o The PLAIN authentication is supported on SMTP AUTH now. o The read/write of the summary cache has been optimized. o Encryption is enabled by default now when replying to PGP-encrypted messages. o The displayed file size of attachments became more accurate. o The handling of header strings with broken encoding has been improved.
2005-03-25Update sylpheed to 1.0.4 for another security fix. Changes are:chris1-4/+4
* A buffer overflow which occurred when displaying a message with attachments which have MIME-encoded filenames was fixed. * A possible crash on re-edit of messages was fixed.
2005-03-06Update sylpheed to 1.0.3.chris1-4/+4
Also refresh mime.types file from current apache 2 version. Changes to sylpheed: v1.0.3: * A buffer overflow which occurred when replying to a message with certain headers which contain non-ascii characters was fixed. * A memory leak of the composition window was fixed. v1.0.2: * The incompatibility of PGP signature between gnupg-1.2 and 1.4 which occurred when trailing spaces appeared was fixed. * The generation of References header was modified so that it is generated even if a replied message doesn't have Message-Id. * The documents were update
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-05Update sylpheed to 1.0.1.chris1-3/+3
Changes since 1.0.0: * Gpgme-1.0 has been supported (thanks to Toshio Kuratomi). - A warning is displayed if a key for encryption is untrusted. - The status of signature validity became more descriptive. - Signatures inside nested multipart are now recognized. * Messages are not retrieved multiple times anymore after POP3 session is aborted. * Other bugfixes have been made. Changes since 1.0.0rc: * The first official release. * The escaping of special characters in action commands has been modified. * The crash on deleting a remote account has been fixed. Changes since 1.0.0beta4: * The IMAP4 parser has been fixed for 64-bit platforms. * Users are now asked to switch to online mode when sending in offline. * The line-joining problem of auto-wrapping has been fixed. * Special characters are now properly escaped when executing action commands. * Some compiler warnings have been removed. Changes since 1.0.0beta3: * The Japanese manual has been updated. * Some icons have been modified, and unused icons have been removed. * The menu strings have been fixed. * The workaround for invalid CR characters on POP3 has been made.
2004-11-21Update to 1.0.0beta3:jmmv1-3/+3
* 1.0.0beta3 * The Japanese JPilot address book has been supported. * Back scrolling on Shift/Alt and Space key press has been enabled. * Attached text files are now canonicalized before encoded to BASE64 to conform with RFC 2045. * The optimal Content-Transfer-Encoding will be used when attaching text files. * The icons of the receive dialog have been modified. * Mozilla Firefox has become a default web browser. * The auto-expanding status bar has been fixed. * 1.0.0beta2 * don't move or delete immediately at local filtering when immediate execution option is off. * 'Empty trash' has been added to the folder context menu. * 'Remove mailbox' has been removed from the folder context menu. * 'File' menu in the main menu has been reorganized. * AND/OR matching option has been added to the summary search dialog. * APOP setting became a separate option for POP3. * 1.0.0beta1 * Icons are added to the alert dialog and filter edit dialog. * Cc is added for the parameter of templates. * The menu of composition window has been reorganized. * Gettext has been upgraded to 0.14.1. * Some minor bugs of filtering have been fixed. * 0.9.99 * The new filtering system, which has many new features, has been implemented. * The handling of 'New' flags for messages has been modified. * The spool path setting can now take both file and directory. * Invalid URIs used by DnD has been fixed. * Other bugfixes have been made.
2004-06-17Update sylpheed to 0.9.12.chris1-3/+3
Note that the cache version change may lose message flags. However the issue fixed probably does effect NetBSD, as well as FreeBSD. Main changes are: * A session timeout for POP3/SMTP has been implemented. * The 'Print' menu on the context menu has been restored. * The value of CACHE_VERSION has been increased to prevent a cache incompatibility problem on some platforms such as FreeBSD.
2004-06-01Update sylpheed to version 0.9.11chris1-3/+3
Changes: * The spring-loaded folder has been implemented for the folder view. * A function to filter selected messages has been added. * Always move messages by default when using DnD (copy if Ctrl key is pressed). * On filtering, the matching algorithm of 'not contain' flag has been fixed. * NNTP servers that require authentication at the beginning of the session has been supported. * The method of updating the progress dialog has been modified. * The context menu on the summary view has been cleaned up. * The image viewer has been fixed. * The cache handling has been fixed for AMD64 and other 64-bit platforms. * The SMTP routine has been fixed to fully comply with RFC 2821.
2004-03-02Update Sylpheed to 0.9.10.chris1-3/+3
Main changes are: * A new folder can be created on the folder selection dialog now. * The folder view is now updated progressively when receiving. * Statasbar has been added to the message view window. * The built-in image viewer has been improved, and its memory leaks have been fixed. * Ukrainian translation has been added. * Other bugfixes have been made.
2004-01-31Update sylpheed to 0.9.9, main changes are:chris1-3/+3
* Word wrapping on multibyte locales has been improved. * The receive menu has been improved. * The combo button for toolbar has been implemented. * The download feature for IMAP / News folders has been implemented. * URL is now shown on the statusbar when links are clicked, and warning is displayed in case of fake URL. * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208 when sending. * Crashes on 64-bit environments has been fixed. * Other bugfixes have been made.
2003-12-15Remove patch line from distinfochris1-2/+1
2003-12-15Update sylpheed to 0.9.8a, only one change:chris1-3/+3
The bug that caused the failure of cache data read has been fixed. Also remove my workaround for the above.
2003-12-15Add a workaround patch to sylpheed for an issue with cache files appearingchris1-1/+2
to be corrupt. The use of setvbuf after a file has had IO performed causes a discard of data from that stream, so the cache file appears corrupt. This cures performance issues with imap folders, where all the headers were refetched all the time, rather than using the cached versions.
2003-12-13Updated to 0.9.8xtraeme1-3/+3
Changes: o The offline mode has been implemented. o The performance of the scanning of MH folders has been improved on the platforms which support d_type in 'struct dirent'. o The error checking on moving/deleting messages has become strict. o When getting IMAP4 message list, it now fallbacks to FETCH command if server doesn't fully support SEARCH command. o Outbox for accounts are now correctly chosen when sending from queue. o Gettext has been upgraded to 0.12.1. o IPv6 support is now enabled by default. o Other bugfixes have been made.
2003-10-15Update Sylpheed to 0.9.7 to catch a security fix.chris1-3/+3
Changes are: * The vulnerability in SMTP response handling, which is exploitable by a malicious SMTP server, has been fixed. * The structure of folder system has been sorted out. * The checking of the existence of IMAP root directory has been modified.
2003-09-17Update to 0.9.6.recht1-3/+3
* A crash bug when deleting currently opened folder has been fixed. * The performance issue of the address book has been fixed. * The behavior of manual signature insertion has been reverted. * A crash bug on startup when a font can't be loaded has been fixed. * The format of MIME boundary has been modified again. * Other minor bugfixes have been made. ok'ed by chris@
2003-09-04Update Sylpheed to 0.9.5.chris1-3/+3
Changes: * The size, the position, and the visibility of separated views are now remembered. * The per-folder settings are now preserved even if a folder tree is rebuilt. * The receive dialog's option to display the dialog only on manual receiving has been added. * 'Top' and 'Bottom' button has been added on the filter setting dialog. * The UIDPLUS extension of IMAP4rev1 has been supported. * The folder system has been cleaned up a bit. * The sylpheed.spec file bundled in the source package has been improved. * The format of MIME boundary has been modified. * A memory leak and a buffer overrun have been fixed.
2003-07-26Update Sylpheed to 0.9.4, main changes are:chris1-3/+3
* The performance of the operation of IMAP4 folders, such as move,copy, delete and mark, has been greatly improved. * The contents of IMAP4 folders are now always synchronized with the server. * Message flags are now properly taken over when copying messages into IMAP4 folders from others. * The CRAM-MD5 authentication mechanism has been supported for IMAP4rev1. * Message move, copy and delete are now possible while receiving mails. * The non-blocking SSL can be turned off as a workaround for the connection problem. * The bug that ran into infinite loop if connection was closed by remote host has been fixed. * The configuration files will not be overwritten on startup anymore.
2003-07-04Update sylpheed to 0.9.3, main changes are:chris1-3/+3
* The network I/O system has been rewritten to use non-blocking I/O, and the performance of POP3 and SMTP has been improved much. * '--status-full' option has been added, and '--status' option now takes arguments for folders. * Minor bugfixes have been made.
2003-06-06Update sylpheed to 0.9.2, from email on sylpheed list:chris1-3/+3
(Note: this includes the fix of a serious bug, so I'll recommend upgrading for 0.9.0 and 0.9.1 users (the older version doesn't have the bug).) Changes: * The bug that removed messages from server if "Don't receive" action is specified by the filter rule has been fixed. * The bug that caused abort when a button is double-clicked on some dialogs has been fixed. * A warning that was displayed when address book was empty has been fixed.