pkgsrc/mail
rh 9d8b797b68 Update evolution to 1.2.1. Changes include:
* Tons of bug fixes

  * evolution-launch-composer command-line tool to open up the
    composer with attachments.

  * Auto-subscribe the user to his/her IMAP INBOX

  * Made the default width of the mail filter editing dialog larger.

  * Removed the development warning at startup.  (Ettore)

  * The "Select Names" dialog remembers what folder you were in
    between uses now, which is useful for people who normally select
    names out of an LDAP directory. (Dan)

  * Do not allow empty attendee addresses for meetings.

  * Better alarm daemon activation.

  * Notification of calendar query errors.

  * Added status messages for all operations.

  * Sensitivity problem when using the folder selector.

  * Changed the way shared folders work with Connector.

  * Allow accessing local folders even if some folders with
    unknown/corrupted metadata type are found in ~/evolution/local.

  * Importer dialog browse entry now has history dropdown.

  * We no longer allow selecting a folder of a non-allowed type with
    a double-click in the folder selection dialog.


  * The toolbar now includes a "New" dropdown menu/button from which
    you can create messages, appointments, etc. from within any
    folder.

  * A new, integrated configuration dialog for all of Evolution is
    now provided.

  * When you use the folder selection dialog, you can now jump to a
    folder just by typing its name and hitting Enter (instead of
    using the arrows or the mouse).

  * You can now specify your default mail, calendar, tasks and
    contacts folders.  The shortcuts in the shortcut bar will always
    point to the default folder; so for example if you have an IMAP
    account you can specify that the INBOX on the IMAP account is
    default and clicking on the Inbox icon on the shortcut bar will
    take you to the INBOX on the IMAP account.

  * Fonts for displaying of HTML mail can now be configured from
    within Evolution (instead of having to use GNOME Control
    Center).

  * You can now make Evolution play a sound, beep, or display a
    message when new mail arrives.  It is also possible to trigger
    these actions based on a filter rule.

  * The behavior of the search bar has been improved, and the UI has
    been integrated better with the menu bar and the rest of the
    system.

  * For the table-based views, you can now define, save and reuse
    view settings using the "View" menu.

  * The Send/Receive button is now always accessible from any
    folder.

  * Easier to build on non-GNU, and non-GCC systems (e.g. MacOS/X,
    HP/UX, Solaris).

  * Now installs some libraries and headers required for external
    module development.

  * You now can drop objects (eg. mail messages, appointments)
    directly to the folders on the shortcut bar (in 1.0.x, you could
    only drop them in the folder folder bar).

  * Loading speed has been improved.

  * When you receive an appointment through email, you can choose
    which calendar to update, and if its for an existing appointment
    the folder is automatically detected

  * Calendar importer now supports importing to remote folders.

  * Calendar GUI and alarm daemon now use listeners for the
    configuration.

  * Reaction to calendar backends crashing has been improved.

  * Show status messages for all long calendar operations.

  * Fixed default reminders description (was 'Untitled
    appointment').

  * Included timezone information on VCALENDAR's used in copy/paste.

  * Removed extra space that was displayed for categories without
    icons.

  * When right clicking, correctly select the underlying date/time.

  * Meeting scheduling improvements; sends replies when you update
    your attendance status, warnings if the user changes a meeting
    they didn't create.

  * Deleting a meeting with a right click will now offer to send a
    cancellation notice.

  * Can accept meeting replies from non-attendees (they become
    attendees).

  * Fixed work day so start can't be before end, its minimum 1 hour
    and the unshaded zone is not rounded to the nearest time
    division (allowing the work hours to be 0:00 to 23:59).

  * Fixed task view to update completion status the same as the
    editor.

  * Fixed leap year problem with day of week.

  * Handle "last day of the month" and "last Tuesday of the month"
    type recurrences.

* Contacts

  * It is now possible to specify which folders are used for
    autocompletion globally.

  * Improved address selection dialog (for sending mail and meeting
    requests).

  * Improved feedback for search results for all backends and the
    UI.

  * SSL/STARTTLS suport for LDAP has been added.

  * Caches are built for local addressbooks to speed up
    autocompletion.

  * Fixed wombat/addressbook crashes dealing with autocompletion, it
    should be much more stable now.

  * Categories on LDAP are now stored using a multivalued attribute
    (category) instead of a comma separated list (categories), so
    searches on categories in ldap actually work.  The old attribute
    is deprecated and should not be used.

  * Standardized some of the static properties of addressbooks, and
    removed some local addressbook logic from the frontend.

  * When editing contacts from the composer entries (To:, CC:), pop
    up the right kind of editor based on the contact type.

  * Much improved LDAP backend responsiveness and performance.

* Mail

  - New, much faster indexing engine.  This results in faster mail
    incorporation, faster mail display, and faster searches.
    Overall, the new engine should work much better for larger
    folders, and take considerably less space on the disk.

  - Faster POP3 download, using the server's pipeline extensions if
    available.

  - If you type multiple words in the search bar for the
    "... Contains" rules, Evolution will search messages that
    contain all of the words you specified, in any order.

  - More consistent search results for indexed, non-indexed and
    remote folders.

  - UTF8 (Unicode) used for all searches, even with IMAP servers.

  - It is now possible to mark messages for follow-up and other
    flags.  It is also possible to change the color in which a
    specific message is displayed in the mail list.

  - When the message list is sorted by a certain field, it is possible
    to jump to the first item in the list that matches a certain
    string by just typing the first few characters.

  - Filters are now updated automatically when the destination folder
    gets moved or removed.

  - A new filter rule allows you to pipe mail through an external
    process to find out whether or not to filter it.

  - You can now specify which folders get synced when switching to
    offline mode.

  - All previously read messages are automatically downloaded for
    offline use.

  - Offline state is preserved between sessions.  Generally, offline
    mode is more stable and complete.

  - STARTTLS support for POP, SMTP and IMAP has been added.

  - IMAP can now handle folder names containing &, -, and UTF-8
    characters.

  - You can have all of your mail Auto-Cc:ed or auto-Bcc:ed to a
    specified set of recipients.

  - SMTP error reporting has been improved.

  - Much improved GnuPG support.  Better pgp/mime interoperability.

  - Improved support for external Maildir, MH, and mailbox folders,
    and trees of folders.  Internally they share more code now and
    are easier to maintain.

  - External mailbox folders can interoperate with pine/mutt/elm
    status flags directly (at slightly performance penalty).  See
    options on the "spool" provider.

  - Many IMAP related bugs fixed.  IMAP now passes current folder
    regression tests.

  - IMAP body search results are now cached.  Vastly improving
    body search vFolder performance with IMAP sources.

  - Optional IPv6 support.

  - Progress bar added to subscribe dialogue.

  - Camel's multithread safe object system streamlined and
    improved.  Many other internal cleanups inside Camel.

  - vFolders can now have an additional column which shows the
    original location of the message.  Particularly useful for Trash
    folder.

  - New messages dont "upset" the thread view as much, if no sorting
    is used.

  - Various vFolder tweaks and fixes.

  - Remote inline HTML images are now downloaded incrementally using
    libsoup and are fully cancellable.

  - Improved quotation display for format=flowed messages.

* Mail Composer

  - You can now edit a set of signatures within Evolution, and pick
    which signature you want when composing a message.

  - Handling of replies has been improved; in particular, you can
    now paste any text as a quotation, and quotation formatting is
    preserved when switching between HTML and non-HTML mode.

  - Evolution can now generate graphical smileys automatically as
    you type.

  - Quotation logic has been improved, rewrapping long lines in
    replies now preserves quotation marks.

  - Multiple simulataneous language support in the spell checker.

  - Cut & Paste support for html between netscape/mozilla/evolution.

  - Optimized rendering of long messages.

  - Improved html rendering, including support for the clear
    attribute in <br> elements.

* Summary

  - Can have non-local mail folders displayed on the summary.

  - Improved Calendar and Tasks displayed. Displays overdue and todays
    tasks in colours.

  - Uses Soup for HTTP downloading news feeds and weather info.

  - Better folder selector.

  - Better Weather/News Feed selector.

  - Can delete user added news feeds.

Updated translations:
  - ko (Young-Ho Cha, Changwoo Ryu)
  - nn (Roy-Magne Mo)
  - no (Kjartan Maraas)
  - pl (Zbigniew Chyla)
  - vi (Pablo Saratxaga)
  - tr (Gorkem)
  - de (Christian Neumair)
  - et (Tõivo Leedjärv)
  - fr (Joaquim Fellmann)
  - pt_BR (Gustavo Maciel Dias Vieira)
2003-01-09 13:59:25 +00:00
..
anomy-sanitizer This needs a DEPENDS on security/p5-Digest-MD5 to work. 2002-07-21 04:47:08 +00:00
autorespond Initial import of autorespond-2.0.2 2002-01-28 22:29:49 +00:00
balsa Bump PKGREVISION because of dependency on latest freetype2 or glib2 2002-12-24 06:09:44 +00:00
bbmail Don't complain if we can't remove ${PREFIX}/share/bbtools - other packages 2002-10-09 14:35:39 +00:00
bmf Update to 0.9.4 (note that the author changed versioning system, 2002-10-25 14:18:13 +00:00
bulk_mailer Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
coolmail Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
courier-auth buildlink1 -> buildlink2 2002-10-08 23:15:58 +00:00
courier-authldap buildlink1 -> buildlink2 2002-10-08 23:15:58 +00:00
courier-authmysql buildlink1 -> buildlink2 2002-10-08 23:15:58 +00:00
courier-authpgsql Bump PKGREVISION due to increase in the major number of libpq.so between 2003-01-05 20:14:20 +00:00
courier-imap buildlink1 -> buildlink2 2002-10-08 23:15:58 +00:00
courier-maildirmake Include perl5/buildlink2.mk for perl. 2002-11-15 00:04:08 +00:00
cucipop add note about modifying /etc/inetd.conf. 2002-09-29 15:16:22 +00:00
cue upgrade to 20021021. 2002-11-09 02:01:59 +00:00
cyrus-imapd Readd checksum and size of optional IPv6 patch. 2002-12-17 15:05:01 +00:00
cyrus-imapd21 Add NetBSD tag to patch file. 2003-01-08 21:26:34 +00:00
deliver Add RCS Id. 2002-07-02 12:56:53 +00:00
demime buildlink1 -> buildlink2, and fetch distfiles from MASTER_SITE_LOCAL 2002-11-15 01:39:28 +00:00
distribute Deprecate IS_INTERACTIVE 2002-07-02 11:36:24 +00:00
dot-forward Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-04-25 15:18:54 +00:00
drac Unused. 2002-10-09 18:57:35 +00:00
elm Ops, it was already converted to buildlink2, remove duplicate USE_BUILDLINK2. 2002-10-27 16:55:05 +00:00
elm-me More ${TOUCH}ing to make this compile again. 2002-12-24 09:04:12 +00:00
etach Update to etach-1.2.6. Changes include: 2002-05-03 21:15:28 +00:00
evolution Update evolution to 1.2.1. Changes include: 2003-01-09 13:59:25 +00:00
exim Update top exim-4.10. Guts provided by dawszy at arhea.net in pkg/19230, 2002-12-09 11:38:04 +00:00
exim-html Update to exim-html-4.10. Provied by dawszy at arhea.net in pkg/19231. 2002-12-09 11:40:48 +00:00
exmh Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030. 2002-05-26 10:42:39 +00:00
ezmlm Make some bits sharable with, say, an ezmlm-idx package. 2002-07-23 08:42:35 +00:00
ezmlm-idx Import ezmlm-idx-0.40, based on pkg/14784 by Sen Nagata <sen@eccosys.com>, 2002-07-23 08:49:46 +00:00
faces Unused. 2002-10-09 18:27:08 +00:00
fastforward Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
fetchmail Update "fetchmail" and "fetchmailconf" packages to version 6.2.0. 2002-12-13 14:38:52 +00:00
fetchmailconf Update "fetchmail" and "fetchmailconf" packages to version 6.2.0. 2002-12-13 14:38:52 +00:00
fromto Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
getmail Strip the ".buildlink" from the names of the python application and 2002-09-21 23:46:45 +00:00
GNUMail Remove superfluous quote character from COMMENT. 2003-01-03 14:12:40 +00:00
grepmail Add overlooked dependencies. 2002-11-01 11:38:33 +00:00
hypermail Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
ifile Initial import of ifile, version 1.2.1. 2002-12-13 09:39:15 +00:00
ifile-procmail Initial import of ifile-procmail, version 0.3. 2002-12-13 09:46:55 +00:00
imap-uw Guard an expansion of USE_KERBEROS by `.if defined() && ...' just in 2002-12-27 05:47:14 +00:00
imap-uw-utils buildlink1 -> buildlink2 2002-10-08 23:15:58 +00:00
imapfilter Update to version 0.8.4. 2002-12-01 15:38:34 +00:00
imapproxy Initial import of imapproxy-1.0, a simple connection caching IMAP proxy. 2002-12-09 03:17:19 +00:00
imp Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
incm End sentence with a dot. 2002-07-18 11:23:39 +00:00
isync Initial import of isync 0.8 into the NetBSD packages collection as 2002-12-07 15:12:41 +00:00
ja-mh Reimport of package ja-mh6 from japanese/mh into mail/ja-mh. 2002-05-31 13:01:20 +00:00
libesmtp get rid of autoconf build dependency by patching configure 2002-10-02 22:08:43 +00:00
libmilter Initial import of libmilter-8.12.6 2002-09-23 13:03:31 +00:00
mailagent Deprecate IS_INTERACTIVE 2002-07-02 11:37:33 +00:00
mailcrypt Remove (partly obsolete) homepage URLs from DESCR. 2002-08-15 09:39:18 +00:00
maildrop buildlink1 -> buildlink2 2002-11-15 00:04:41 +00:00
mailman Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
mailserv Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
mailsync Make this compile on Darwin. 2002-12-09 00:19:46 +00:00
mailwrapper Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
majordomo Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
mdfrm Adapt to new location of "p5-TimeDate" package. 2002-07-05 07:14:19 +00:00
metamail buildlink1 -> buildlink2 2002-09-23 21:01:43 +00:00
mew Use mk/emacs.mk. 2002-09-15 06:24:21 +00:00
mew-xemacs Initial import of Mew for XEmacs. This closes pkg/14405 2002-03-24 20:29:28 +00:00
mhonarc Update homepage. 2002-12-31 20:25:34 +00:00
mimedefang Update mimedefang to version 2.24 2002-10-30 09:50:24 +00:00
mush add patch-an 2002-06-03 18:58:48 +00:00
mutt Fix mutt(1) manpage so paths in the FILES section appear properly 2002-12-03 21:21:57 +00:00
nail Initial import of nail 10.3 into the NetBSD packages collection as 2002-12-09 10:37:17 +00:00
newmail Import newmail-1.0.1. Pr 13843 by Andrew Stevenson. 2001-11-21 18:27:18 +00:00
nmh Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
nullmailer Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
oe2mbx Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
p5-Email-Valid Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
p5-IMAP-Admin Convert to buildlink2. Use perl5/module.mk. 2002-10-07 21:11:40 +00:00
p5-Mail-Audit Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
p5-Mail-IMAPClient Convert to buildlink2. Use perl5/module.mk. 2002-10-07 20:51:48 +00:00
p5-Mail-ListDetector Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
p5-Mail-Sendmail Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
p5-MailTools Convert to buildlink2. Use perl5/module.mk. 2002-10-07 22:34:23 +00:00
p5-MIME-Lite Convert to buildlink2. Use perl5/module.mk. 2002-10-07 22:34:23 +00:00
p5-MIME-tools Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
p5-razor-agents Update to 2.14 2002-10-06 04:10:23 +00:00
p5-Sendmail-AccessDB Convert to buildlink2. Use perl5/module.mk. 2002-10-07 22:34:23 +00:00
Pantomime Initial import of Pantomime-1.0.5, an Objective-C mail system class library 2002-09-29 03:41:15 +00:00
php4-imap - make this work with apache2 2002-11-05 07:33:13 +00:00
pine Update "pine" package to version 4.51. A complete and extensive list of the 2002-12-14 10:34:43 +00:00
popa3d compile in support for standalone (non-inetd started) mode. 2002-11-07 03:47:59 +00:00
poppassd ${PKG_PREFIX} -> ${PREFIX} 2002-09-18 16:15:50 +00:00
poppy Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
postfix Updated postfix to 2.0.0.2 2003-01-06 09:15:49 +00:00
prayer Use the perl5 buildlink.mk instead of module.mk. 2003-01-04 21:54:31 +00:00
procmail Use ${PREFIX}, not ${LOCALBASE}, when referring to own installation prefix. 2002-10-21 07:22:10 +00:00
qcheck Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
qmail Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
qmail-conf Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-05-13 14:43:00 +00:00
qmail-lint Respect QMAILDIR, bump PKGREVISION. 2002-01-21 19:07:39 +00:00
qmail-users Add NO_CHECKSUM=yes to get rid of warning message in build stage 2002-01-28 17:51:11 +00:00
qmailanalog Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
qmHandle Update qmHandle to 1.0.0 2001-12-17 22:35:56 +00:00
qpopper Make qpopper build on Solaris. 2002-11-23 17:01:20 +00:00
qtools Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Some 2002-07-15 22:57:27 +00:00
queue_repair Strip the ".buildlink" from the names of the python application and 2002-09-21 23:46:45 +00:00
rblcheck Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
rmail-mime Remove '-l ruby-mode.el' -- this doesn't belong here. 2002-12-13 15:03:11 +00:00
ruby-tmail Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
sendmail Add missing uid field in PKG_USERS entry. From kivinen@ssh.fi in pkg/18518 2002-10-03 10:09:03 +00:00
sendmail88 Use PKGNAME_NOREV for WRKSRC. 2002-12-02 10:12:19 +00:00
sendmail811 buildlink1 -> buildlink2 2002-10-08 23:45:52 +00:00
smtpfeed Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
solid-pop3d Add solid-pop3d-0.15: Flexible POP3 server 2002-05-12 16:54:45 +00:00
spamassassin Changed the rc.d script to account for different behaviour of 2002-11-06 21:51:26 +00:00
spruce Include buildlink.mk file for x11/gnome-libs instead of DEPENDS. 2002-12-08 00:06:08 +00:00
squirrelmail Remove the use of register_globals. This hasn't been needed since 1.2.8. 2002-12-31 10:49:30 +00:00
sqwebmail buildlink1 -> buildlink2 2002-10-08 23:15:58 +00:00
sylpheed Update sylpheed to 0.8.8. 2002-12-29 22:39:55 +00:00
sylpheed-claws Re-enable openssl for sylpheed-claws, bump pkgrevision to 1. 2002-12-30 18:45:57 +00:00
teapop buildlink1 -> buildlink2. 2002-10-09 18:57:11 +00:00
tmda Upgrade to tmda-0.65: 2002-12-12 04:38:30 +00:00
tnef Update to 1.1.2. Buildlink1 -> buildlink2. 2002-10-13 20:20:24 +00:00
tnef2txt import of tnef2txt-1.4, a portable application/ms-tnef parser 2002-02-14 13:16:36 +00:00
vm Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
wl Port to Emacs-21, using emacs.mk. 2002-10-22 15:11:40 +00:00
wmbiff Convert to buildlink2. 2002-10-21 12:33:35 +00:00
wmmail Add libXt to X libs. 2002-10-27 13:39:08 +00:00
xbuffy Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
xfmail Bump PKGREVISION on packages that depend on x11/xforms, since there 2002-12-28 21:22:53 +00:00
xmailbox Convert to buildlink2. 2002-10-21 12:24:11 +00:00
xmailwatcher Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
yatsvrs Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Some 2002-07-15 22:57:27 +00:00
Makefile Add prayer 2002-12-27 12:55:26 +00:00