summaryrefslogtreecommitdiff
path: root/mail/sylpheed
AgeCommit message (Collapse)AuthorFilesLines
2014-05-27Fix build two build problems.taca4-6/+21
* Didn't pass the portability check, noted by joerg@. * Some PLIST problem. No bump revision since the package was broken.
2014-05-11Update sylpheed to 3.4.1.taca2-8/+7
* 3.4.1 (stable) * Fixed Bug #193: Lose mails when mailbox is inaccessible. * 3.4.0 (stable) * 3.4.0rc (release candidate) * SSL wildcard certificate is also validated now (#167). * The compile error with OpenSSL disabled was fixed. * 3.4.0beta8 (development) * Mac OS X support was improved. * SSL certificate hostname is validated now (#167). * The Japanese manual was modified so that IE correctly detect its character encoding. * The rightmost column of folder view and summary view became easier to resize. * Appropriate columns of folder view, summary view, etc. are auto-expanded by window resize when using GTK+ 2.14 or later. * The initial setup dialog is now resizabe. * PGP encrypt-to-self feature was added. * The display period of notification window became configurable. * 3.4.0beta7 (development) * Win32: the tray icon is recreated when explorer.exe crashes now. * The bug that 'File - Folder - Move folder...' menu didn't work was fixed. * The bug that MIME nest level restriction was not working was fixed. * Many defects discovered by Coverity Scan were fixed: - FILE handle resource leaks - memory leaks - possible buffer overrun - strict error checks - correct null pointer checks * 3.4.0beta6 (development) * Icon theme feature was added. * HTML mail is distinguished from other messages with attachments now. * 'Last 30 days' was added to the quick search menu. * Attached images are rotated based on Exif orientation tag. * Config.guess and config.sub included in the tarball were updated to the latest version. * 3.4.0beta5 (development) * Basque translation was added. * Escaped special characters in HTML links are now properly unescaped (#120). * IMAP: parsing of folder names that contain brackets was fixed. * Config.guess and config.sub included in the tarball were updated. * The order of templates became stable. * 3.4.0beta4 (development) * The feature to save message as plain text was added. * Printing now prints all texts in messages, not only the first one. * The HTML parser now supports <blockquote> tag. * An option to prefer HTML part in multipart/alternative was added (default: off). * Compose window is raised when the external editor exits. * Bugfixes of HTML display were made. * 3.4.0beta3 (development) * Rebuilding of folder tree which was broken at 3.4.0beta1 was fixed (#103). * The bug that double-quote (") and backslash (\) in folder/username/password were not escaped and could not be used on IMAP4 was fixed. * Quotation of forwarded messages is enabled for template now. * When marking a message as junk and moving it to a junk folder, proper junk folder is selected instead of default one. * When applying a template for a new message, current date is inserted with '%d'. * 3.4.0beta2 (development) * New message notification window was added. * An option to the junk filter setting was added: 'Do not classify message as junk if sender is in the address book'. * Some non-standard Date header patterns are handled now. * Win32: start menu shortcuts are translated. * 3.4.0beta1 (development) * Safe mode (which does not load plug-ins) was added (--safe-mode). * The existence of destination folders are checked when creating a filter rule. * The recursion level is restricted up to 64 when scanning local mailbox (prevents infinite loop with symlink. Note: Linux automatically limits the symlink loop up to 40) * The labels used in POP3 remote mailbox dialog was modified. * POP3: do not disconnect immediately but send QUIT command on normal POP3 errors (prevents deleted messages appear again). * IMAP: "INBOX" folder became case insensitive as specified in RFC 3501. * IMAP: server name for cache directory is escaped now (fixes cache creation when using IPv6 address for server name on Windows). * Win32: socket timeout setting now works on Windows.
2014-05-05Recursive revbump from x11/pixmanryoon1-1/+2
Fix PR pkg/48777
2014-03-13Update sylpheed to 3.3.1.taca2-7/+6
* 3.3.1 (stable) * IMAP: "INBOX" folder became case insensitive as specified in RFC 3501. * IMAP: server name for cache directory is escaped now (fixes cache creation when using IPv6 address for server name on Windows). * IMAP: the bug that double-quote (") and backslash (\) in folder/username/password were not escaped and could not be used on IMAP4 was fixed. * IMAP: parsing of folder names that contain brackets was fixed. * Config.guess and config.sub included in the tarball were updated to the latest version. * The bug that 'File - Folder - Move folder...' menu didn't work was fixed. * The bug that MIME nest level restriction was not working was fixed. * Many defects discovered by Coverity Scan were fixed: - FILE handle resource leaks - memory leaks - possible buffer overrun - strict error checks - correct null pointer checks * Win32: the tray icon is recreated when explorer.exe crashes now. * Win32: the included SSL certificates were updated (based on ca-certificates_20111211_all.deb in Ubuntu 12.04.4 LTS).
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-12-18Update sylpheed to 3.3.0, referring PR pkg/47349.taca2-8/+8
Changes of Sylpheed * 3.3.0 * 3.3.0rc (release candidate) * The Japanese manual was updated. * The bug that hyperlinks did not respond when 'Show attached files first on message view' option was set was fixed. * Some compilation fixes were made. * Win32: .eml file association was added to installer. * Win32: mailto and .eml association are automatically set to default on Windows 7 on installation. * Win32: included libtiff library was updated to 3.9.7 (security fix). * 3.3.0beta2 (development) * The ability of opening external rfc822 format message files (.eml) was added. * Sylpheed now accepts mailto: and file: URL without command-line option. (sylpheed file:///path/to/file.eml) * The option to specify the position of the attach tool button was added. * The header labels on the header view now have tooltips. * A minor memory leak related to tooltips was fixed. * The long-standing drag-without-button-press bug on IMAP folders (since 3.0) was fixed (#93). * The sylpheed.desktop file was modified so that desktop shells can recognize Sylpheed as rfc822 and mailto handler. * The sylpheed.spec file was fixed so that it builds on x86_64 platform, and also builds sylpheed-plugins package. * 3.3.0beta1 (development) * Attached files are now placed first on the message view. * Attached files can be opened from the attachment tool menu. * The attachment tool menu was moved to the left of the header view. * The option 'Toggle attachment list view with tab' and 'Show attached files first on message view' were added at 'Common preferences - Display - Attachment'. * 'Export only selected messages' option was added to the message export dialog. * The import/export of messages became cancellable. * config.rpath and install-sh script in the tarball were updated. * IMAP FETCH command response parser was fixed.
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-1/+2
2012-06-29Update sylpheed to 3.2.0.taca4-27/+11
Changes since Sylpheed 3.1.4 ---------------------------- [New features] * Each attachments on the message view now have graphical label and popup menu. * The UI for Attachments tab was changed to save the space. Users now also can do 'Save all' without switching the view. * The 'show_attach_tab' option (without UI), which reverts the attachments interface to the old one, was added. * Multiple keywords search of the quick search was implemented. * The context menu of the folder view and the summary view can be popped up using Menu key or Shift+F10. * Win32: IPv6 support was enabled again. * Win32: SylFilter is now also included in the installer. The default junk commands were also changed to sylfilter. * Win32: an option to play sound when new messages arrive was added. * Win32: The file selector now follows Windows shortcut (.lnk). [Improvements] * Number of maximum characters per line of configuration files was increased. * Compose window will not be closed if saving of message to outbox failed. * Sender's e-mail address became not guessable from generated Message-Id. * New plug-in APIs were added. * 'Account Preferences - Advanced - Put deleted messages in' account setting actually works now. * MIME debug output was modified. * Both filtered and original numbers of messages are displayed on the status label now. * The POP3 remote mailbox now supports SOCKS proxy. * The POP3 remote mailbox now retrieves headers from the newer messages (useful for slow connection). * The POP3 remote mailbox can now reload message headers after the loading is stopped. * News (NNTP) now supports SOCKS proxy. * The details of new message counts are displayed on the tooltip of the tray icon. * Address auto-completion now also matches to the subsequent part of the name of contacts. * On file selection dialog, the last selected folders are preserved between sessions now. * DNS lookup error is now distinguished from other connection errors. * The clip icon was replaced with more visible one on selected row. [Performance improvements] * The performance of reading cache files was improved by using memory mapped file (requires GTK+ >= 2.8). * Win32: the launch of Windows installer became faster. [Other changes] * Sylfilter command was added as a preset of junk filter program. * The blinking period of the tray icon was extended to 10 seconds. * 'Is shorter than' became the default for 'Age' filter condition. * The Japanse manual was updated, and the encoding of Japanese manual was changed to UTF-8 to prevent display failure on some browsers. [Bugfixes] * Queue control headers are removed when moving messages from queue folders to trash. * Duplicated keyboard accelerators on some dialogs were fixed. * The focus on quick search entry is not stolen by the refresh of summary. * The HTML parser was modified. * The check of IMAP AUTHENTICATE response was fixed. * The compilation failure with GLib 2.32 or later was fixed. * The bug that a MIME part that didn't have its name could not be saved was fixed. * Address autocomplete drop-down list with newer version of GTK+ was fixed (#52). * Line-space for auto-wrapped lines now reflects the line-space setting (#64). * Some minor fixes for IMAP were made. * Some memory leaks were fixed. * Other bugfixes were made. * Some compiler warnings were removed. * Win32: OpenSSL was updated to 0.9.8x. (0.9.8w in Sylpheed 3.1.4 is also not vulnerable)
2012-06-02Update sylpheed to 3.1.4.taca2-7/+6
* 3.1.4 (stable) * Some minor fixes for IMAP were made. * A bug that cancelling editing contact on address book results in click-and-drag behavior with newer GTK+ was fixed. * Corrupted message caches of news and IMAP are automatically discarded now. * Win32: included libpng library was updated to 1.2.49 (security fix). * Win32: included libtiff library was updated to 3.9.6 with CVE-2012-1173 patch (security fix). * Win32: OpenSSL was updated to 0.9.8w (security fix). * Win32: the bug that the installation process continued even if uninstall was cancelled on update was fixed. * 3.1.3 (stable) * On browsing IMAP folder, the error "imap_cmd_gen_send: cannot send command because another command is already running." was fixed. * The crash bug that occurred when IMAP message fetching and new message checking happened at the same time was fixed. * The crash bug that was caused by offline switch while IMAP session was active was fixed. * A bug that filter settings were lost if Escape key was pressed quickly on auto filter creation was fixed. * Win32: OpenSSL was updated to 0.9.8t (security fix). * Win32: included libpng library was updated to 1.2.47 (security fix). * Win32: included curl executable was updated to 7.24.0.
2012-05-06Build fix for new glib2.dholland2-1/+17
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-09-13Update sylpheed package to 3.1.2.taca2-6/+6
2011-09-07 * version 3.1.2 2011-08-03 * src/quick_search.c: applied a patch to fix quick search text color on dark themes (thanks to speps). 2011-06-24 * src/update_check.c: win32: also check the file size of updater exe. 2011-06-24 * libsylph/utils.c: my_tmpfile(): win32: fixed a memory leak. unix: removed alloca().
2011-06-21Update sylpheed package to 3.1.1.taca3-7/+8
Patch was provided by PR pkg/45088 from ISIHARA Takanori. Changes of Sylpheed * 3.1.1 (stable) * The column width of the address book will be saved now. * The keyboard shortcut of 'File/Send' menu of compose window was changed to prevent accidental sending. * The bug that caused occasional crash when summary was updated while receiving messages was fixed. * The compilation problem on some environment was fixed. * Some locale problems on Mac OS X was fixed. * The compilation error on newer gcc was fixed. * Finnish translation was added.
2011-05-04Update to sylpheed-3.1.0.tnn3-10/+11
From homepage: "This release contains many improvements for usability. The features requested by many users, such as combining partial messages, removal of attachments, automatic address completion, etc., were added. The feature to assist the migration from Outlook Express has been added. Various bugfixes have been also made."
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-04-09Update to sylpheed-3.0.2. Changes:tnn2-6/+6
* 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.tnn3-9/+10
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.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-10-12Have spellchecker by defaultahoka2-7/+5
Take maintainership from Chris (I have asked him in private mail) Remove PKG_REVPATH, I think we gave enough time.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-08-14patch-aa: set auto_update_check to default FALSE.tnn3-2/+17
(I don't appreciate software that phones home.)
2009-08-13Changes from 2.7.0ahoka2-7/+8
* 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.0ahoka3-8/+50
* 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.
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-14/+1
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+3
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2008-12-23Update to version 2.6. This makes our local patches no longer relevant/required.ahoka9-171/+7
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.xtnn6-1/+66
2008-06-29- Update to sylpheed-2.5.0.tnn7-17/+120
- 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-05-30Comment out the gtkspell option, it doesn't work with the enchantedtnn1-2/+2
version of gtkspell. If you need it, use mail/sylpheed-devel.
2008-03-30Add USE_LANGUAGES variable as suggested by pkglint.darcy1-2/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@