Commit graph

50 commits

Author SHA1 Message Date
xtraeme
4f4da06db8 Update to 2.2.6.
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-06-10 23:38:36 +00:00
chris
7a76e30eb4 Update sylpheed to 2.2.4. Changes are:
* 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-29 22:54:42 +00:00
xtraeme
b6baa3a956 Update to:
* 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-29 22:04:57 +00:00
xtraeme
bf27bef693 Update to 2.2.2.
* 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-04 09:09:36 +00:00
drochner
cf0636c622 update to 2.2.1
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-03-01 17:38:38 +00:00
xtraeme
d43cad5cef Update to 2.2.0.
* 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.
2006-02-19 07:11:08 +00:00
chris
775f14aae9 Update sylpheed to 2.0.4, main changes are:
* [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-11-12 16:43:42 +00:00
xtraeme
f55d267c14 Update to 2.0.3:
* 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-10-20 04:55:38 +00:00
chris
8776f6dbcb Update sylpheed to 2.0.2. Main changes are:
* 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-09-29 22:50:13 +00:00
xtraeme
043d44c64d Update to 2.0.1
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-08-26 13:18:42 +00:00
chris
1ccb6b78cd Update sylpheed to 2.0.0.
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-07-29 19:32:23 +00:00
chris
a8dff83524 Update sylpheed to 1.0.4 for another security fix. Changes are:
* 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-25 02:10:52 +00:00
chris
c887b5165b Update sylpheed to 1.0.3.
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-03-06 15:21:16 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
chris
0eb2d72cd6 Update sylpheed to 1.0.1.
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.
2005-02-05 14:51:17 +00:00
jmmv
34d790b24e Update to 1.0.0beta3:
* 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-11-21 08:58:24 +00:00
chris
b76a9052b6 Update sylpheed to 0.9.12.
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-17 22:22:16 +00:00
chris
1f8d0e883d Update sylpheed to version 0.9.11
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-06-01 22:12:39 +00:00
chris
8165a15678 Update Sylpheed to 0.9.10.
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-03-02 20:44:15 +00:00
chris
07ede8eb1b Update sylpheed to 0.9.9, main changes are:
* 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.
2004-01-31 13:56:09 +00:00
chris
f018ef49b5 Remove patch line from distinfo 2003-12-15 23:56:08 +00:00
chris
db13ab1699 Update sylpheed to 0.9.8a, only one change:
The bug that caused the failure of cache data read has been fixed.

Also remove my workaround for the above.
2003-12-15 23:36:14 +00:00
chris
a82d796b3f Add a workaround patch to sylpheed for an issue with cache files appearing
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-15 00:30:52 +00:00
xtraeme
c53e65145f Updated to 0.9.8
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-12-13 11:01:33 +00:00
chris
e9df43dde1 Update Sylpheed to 0.9.7 to catch a security fix.
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-10-15 23:39:39 +00:00
recht
8ce6b25bcc Update to 0.9.6.
* 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-17 23:01:53 +00:00
chris
7f0b4e86bb Update Sylpheed to 0.9.5.
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-09-04 09:55:25 +00:00
chris
014a40e4cf Update Sylpheed to 0.9.4, main changes are:
* 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-26 21:26:12 +00:00
chris
30afcdfa43 Update sylpheed to 0.9.3, main changes are:
* 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-07-04 19:17:37 +00:00
chris
380e4dc615 Update sylpheed to 0.9.2, from email on sylpheed list:
(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-06-06 07:03:51 +00:00
chris
f7a74c945f Update sylpheed to 0.9.1, main changes are:
* 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-30 09:07:20 +00:00
chris
f473e88235 Update Sylpheed to 0.9.0, too many new features to list, see the Changelog.
Fixes PR pkg/21579
2003-05-25 23:41:33 +00:00
salo
5cd59b1a48 Updated to version 0.8.11.
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-03-07 21:58:01 +00:00
chris
c1f9909f08 Update sylpheed to 0.8.10, main changes are:
* 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-02-04 11:25:21 +00:00
chris
928e687a6b Update sylpheed to 0.8.9, closes pkg/19937.
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.
2003-01-19 23:08:19 +00:00
chris
62584e7cc5 Update sylpheed to 0.8.8.
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-29 22:39:55 +00:00
chris
4e8535040f Update sylpheed to 0.8.7.
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-12-22 14:22:38 +00:00
chris
0a2f4d3d6d Update sylpheed from 0.8.5 to 0.8.6.
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-11-20 10:29:53 +00:00
chris
986451f3e7 Update sylpheed to 0.8.5.
Mostly bugfixes (see website for complete change list)
2002-10-16 10:09:24 +00:00
mjl
56afdfcf77 Update sylpheed to 0.8.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-09-17 23:35:15 +00:00
mjl
a2796de28f Update to 0.8.2
* 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-26 12:11:20 +00:00
grant
d6635a2b7a Update to sylpheed-0.8.1.
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-08-22 05:10:56 +00:00
hubertf
2347a7999a Update slypheed to 0.8.0. Changes:
* 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-07-18 12:16:59 +00:00
cjep
8a804396ea Upgrade to 0.7.6. Closes PR#17158.
(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-06-04 14:03:35 +00:00
uebayasi
05f7200340 Updated to 0.7.5.
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-05-04 07:44:38 +00:00
uebayasi
db0cb9f964 Update of Sylpheed 0.7.4 provided by Osamu Oishi <oishi@ims.ac.jp> in
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.
2002-03-17 15:14:20 +00:00
kei
223af0f5fd updated sylpheed package to 0.6.3. Based on patches for 0.6.2 from
oishi@ims.ac.jp who is maintainer of this package; applied to 0.6.3 by me.
2001-10-15 05:31:46 +00:00
jlam
8f31811886 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Remove
*awful* hack to force installation into ${X11BASE} regardless of whether
xpkgwedge was installed or not.
2001-07-15 13:11:18 +00:00
agc
b26a4eb88b Move to sha1 digests, and add distfile sizes. 2001-04-20 13:09:54 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
Renamed from mail/sylpheed/files/md5 (Browse further)