summaryrefslogtreecommitdiff
path: root/mail/sylpheed/distinfo
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-05-30Update sylpheed to 0.9.1, main changes are:chris1-3/+3
* The bug in handling folder names which include '+' in IMAP4 modified UTF-7 conversion has been fixed. * The wrong parsing of message/rfc822 parts in multipart messages has been fixed. * Several bugs of auto signature replacement has been fixed. * A bug that didn't hide user string in the Action dialog has been fixed. * Socket I/O timeout interval is now configurable.
2003-05-25Update Sylpheed to 0.9.0, too many new features to list, see the Changelog.chris1-3/+3
Fixes PR pkg/21579
2003-03-07Updated to version 0.8.11.salo1-3/+3
Patch provided by Juan RP via PR pkg/20611. Changes: 0.8.11: ======= - The folder option to remove parentheses and brackets at the beginning of subject has been added. - The option to use command output for signature has been added. - The summary search now also looks for collapsed nodes. - The size of the source window is now remembered. - Euro locales (ISO-8859-15) have been supported. - Many locales and encodings which were not supported before have been added. - Galician translation has been added. - Support for Latin locales (ISO-8859) has been fixed. - UTF-8 locale support has been fixed. - The folding problem of headers has been fixed. - The more workaround for abort problem in Japanese locale has been made. - Other bugfixes have been made.
2003-02-04Update sylpheed to 0.8.10, main changes are:chris1-3/+3
* The validity check of EUC-JP code became more strict. * The handling of strings which failed to be converted has been modified. * Minor bugfixes and a speed improvement have been made.
2003-01-19Update sylpheed to 0.8.9, closes pkg/19937.chris1-3/+3
Main changes are, for full changes see source codes changelog: * Transition from libjconv to direct use of iconv() API has been made. * Quoted-Printable encoding for outgoing messages has been enabled. * Content-Transfer-Encoding for outgoing messages became user definable. * The abbreviation method of newsgroup name has been improved. * Russian locales support has been improved. * Fixes for message canonicalization have been made. * Bugs of header MIME encoding have been fixed.
2002-12-29Update sylpheed to 0.8.8.chris1-3/+3
Main changes are: * The option to sort by recipient has been added. * The performance of initial sorting when opening folders has been improved. * The bug which would run into infinite loop and eventual crash when encountering invalid characters in header MIME encoding has been fixed.
2002-12-22Update sylpheed to 0.8.7.chris1-3/+3
Changes are: * 0.8.7 * The extended regular expression has been supported on filtering. * The option to resize images to fit the size of view has been added. * The previous account is now restored on reediting draft messages. * The routine of MIME header encoding has been rewritten completely, and Q-encoding for single-byte locales has been also implemented. * Strings beginning with "www." are now treated as URI. * The default WWW browser has been changed to Mozilla. * The common preferences dialog has been reorganized a bit. * The remote command operation can be executed without X now. * Code cleanups for the implementation of SMTP has been made. * Autotools and libtool have been updated. * A fix for font loading problem has been made. * Other minor bugfixes have been made. For the complete list see ChangeLog.
2002-11-20Update sylpheed from 0.8.5 to 0.8.6.chris1-3/+3
For the list of changes see: http://sylpheed.good-day.net/#changes Also move BUILD_USES_MSGFMT up a couple of lines, to make pkglint happy.
2002-10-16Update sylpheed to 0.8.5.chris1-3/+3
Mostly bugfixes (see website for complete change list)
2002-09-17Update sylpheed to 0.8.3mjl1-3/+3
* The state of compose window is now changed automatically when the account is selected. * The option to only mark message as read when opened in new window has been added. * The receive progress dialog now shows detailed information in the status list. * The receive progress dialog can be kept open. * The line-joining problem of auto-wrapping has been fixed. * IMAP and News cache files/directores are now correctly purged if they become unnecessary. * The wrong news article number calculation has been fixed. * The summary refresh problem has been fixed.
2002-08-26Update to 0.8.2mjl1-3/+3
* GnuPG improvements and fix o The line endings are canonicalized correctly before signing. WARNING: don't sign messages with Sylpheed prior to this version since they didn't fully conform RFC3156 and may cause incompatibility between other MUAs. o The feature to store passphrase in memory temporarily has been implemented. o The ascii-armored encryption and clear text signing has been implemented. * Line-wrapping improvements and fix o The cursor movement on auto-wrapping has been fixed. o Flickers on auto-wrapping has been repressed. * Socket I/O timeout has been implemented. * The '--attach' command line option has been implemented. * Automatic cache expiration for News has been implemented. * Time stamp has been added to the log messages. * Temporary files are created under ~/.sylpheed/tmp/. * The problem of folder and summary view refresh on incorporation has been fixed. * The correct FQDN will be returned to server. * Some major memory leaks have been fixed. * Some other bugs have been fixed.
2002-08-22Update to sylpheed-0.8.1.grant1-3/+3
Changes since 0.8.0: * The regression of Japanese code conversion have been fixed. * The problem in MIME header encoding has been fixed. * Several memory leaks in the address book have been fixed.
2002-07-18Update slypheed to 0.8.0. Changes:hubertf1-3/+3
* 0.8.0 * The "Paste as quotation" feature has been implemented. * The "Action" feature (function to pass contents of messages to external programs) has been added. * Automatic line-wrapping on input has been enabled. * The Japanese encoding conversion routine has been rewritten and libkcc has been removed. * The MIME encode/decode routines based on fetchmail have been rewritten. * The IMAP response parser has been improved. * The authentication method on SMTP AUTH can be forced. * The receive error dialog can be disabled. * The option to change the displayed message automatically with cursor key on the summary view has been added. * The copy and paste problem in MIME mode has been mostly fixed. * Some other minor bugfixes and improvements have been made. * 0.7.8 * The feature to leave messages on POP3 server for specified days has been implemented. * The SSL preferences which was broken at the previous version has been fixed. * 0.7.7 * The 'Redirect' (aka Bounce) feature has been implemented. * IMAP4 / POP3 STARTTLS command has been enabled. * NNTP over SSL has been enabled. * The sorting order of the summary view became persistent. * The 'Expand / Collapse all threads' feature have been added. * The sorting order of the folder tree became case insensitive. * The common / account preferences button has been removed from the toolbar. * Some fixes and improvements for MIME view have been made. * The behavior of the toggle menu of 'Folder tree' and 'Message view' have been fixed. * The behavior of address completion has been fixed. * A bug in the header MIME encoding routine on Japanese locale has been fixed. * Some other bugfixes have been made. Submitted by dawszy@polnet.wroc.pl in PR 17632.
2002-06-04Upgrade to 0.7.6. Closes PR#17158.cjep1-3/+3
(Also disable compface for now. Maintainer will be submitting a version that uses compface in the next few weeks.) Changes since version 0.7.5 (from NEWS file): * The manual and the FAQ have been updated, and German and Italian FAQs have been added. * IMAP shared folder is now supported. * 'Create filter rule' has been added to the context menu. * Only newsgroup names longer than specified length are abbreviated. * 'Get all' doesn't check for new messages on IMAP or News account by default. * Minor improvements to the folder property dialog have been made. * Special characters like parentheses can be used in passwords for IMAP accounts now. * Some crash bugs and other minor bugs have been fixed.
2002-05-04Updated to 0.7.5.uebayasi1-3/+3
Changes from NEWS are * The license has been modified so that it will be compatible with OpenSSL. * Sent / Drafts / Queue folder on IMAP4 has been enabled. * The internationalization of IMAP4 folder name has been implemented. * IMAP4 folder renaming has been implemented. * Some critical bugs in IMAP4 response parser have been fixed. * Non-default mailboxes are now specifiable for inbox, sent, draft, trash folder and the destination of filtering, using folder identifier. * Folder property dalog has been implemented. * Special folders can be specified from the folder property dialog. * 'Outbox' has been changed to 'Sent'. * Queued messages are now saved to Sent folder after they are actually sent. * The auto line-wrapping has been improved. * 'Reply to sender' now works for newsgroups. * The SMTP server response is now referred on SMTP AUTH. * Templates can be inserted into the current cursor position now. * Confirmation dialog is displayed on sending if sbject is empty. * Displayed newsgroup names are now abbreviated. * The timeout of DNS lookup has been implemented. * 'Ctrl-Enter' shortcut now works even if Num Lock is on. * The new application icon has been added. * New message checking on IMAP or news server will be aborted immediately if some errors occurred. * Some menu items have been modified. * Some other bugfixes have been made.
2002-03-17Update of Sylpheed 0.7.4 provided by Osamu Oishi <oishi@ims.ac.jp> inuebayasi1-4/+3
pkg/15929. (Along with security/gpgme update, which I forgot to mention.) Part of changes I pick up randomly is; 0.7.4 * Message retrieving is now cancelable from the menu even if the dialog is hidden. 0.7.3 * Attached files will be inherited on forwarding or reediting. * Filter rules will be also updated when renaming or deleting folders. * 'Get all' and 'Check for new messages' now works for IMAP4 and News accounts. 0.7.2 * Message moving between different type of folders has been enabled. * 'Show all header' and 'Thread view' became toggle switch. 0.7.1 * Message copy between different type of folders has been enabled. * Multiple message forwarding has been enabled. * Most of key bindings became customizable. 0.7.0 * Undo / redo function has been implemented. * Regular expression has been supported in filtering. * The cursor on composition window blinks now. 0.6.6 * The newsgroup subscription dialog has been enhanced. * Template function has been improved. * New wrapping function for composition window has been implemented. 0.6.5 * The template function has been implemented. * The quotation format parser has been enhanced. * The forwarding format has become customizable. 0.6.4 * The performance of summary display on large number of messages has been improved. * Columns of the summary view became reorderable. * The default order of the summary view columns has been changed. And many bug fixes and documentation improvement.
2001-10-15updated sylpheed package to 0.6.3. Based on patches for 0.6.2 fromkei1-4/+4
oishi@ims.ac.jp who is maintainer of this package; applied to 0.6.3 by me.
2001-07-15Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Removejlam1-1/+2
*awful* hack to force installation into ${X11BASE} regardless of whether xpkgwedge was installed or not.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo