summaryrefslogtreecommitdiff
path: root/mail/mail-notification
AgeCommit message (Collapse)AuthorFilesLines
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-2/+2
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-05add patch that should have been in last commitgdt1-0/+13
2006-09-05Update to 3.0.gdt6-61/+13
notable pkgsrc-relevant changes: * Since support for non-system sound events has been removed from GNOME 2.14, the mail-notification.soundlist file is no longer installed * desktop file forced to share/applications from etc/xdg/autostart (see below) Other changes: [various translations updated] * Evolution changes: * Evolution crashed when a message without Subject or From header was received: fixed * Mail Notification could crash when removing an Evolution mailbox: fixed * Core changes: * An alternate, compact mail summary has been added * A "Display seen messages" option has been added * The status icon can now be displayed permanently * The "Delay between mail checks" option is now mailbox-specific * The properties dialog has been reorganized * The main window has been removed * The status icon is now activated with a single click (http://bugzilla.gnome.org/show_bug.cgi?id=148829) * The GTK+ bugs (http://bugzilla.gnome.org/show_bug.cgi?id=321886) which caused occasional crashes have been worked around * If the MAIL environment variable is not defined or invalid, the system mailbox is now looked up in /var/spool/mail/username and /var/mail/username (based on a patch from Benoît Rouits) * Since ~/.gnome2/mail-notification/mailboxes.xml may contain sensitive information, it is now saved with permissions set to 0600 (useful for systems where home directories have lax permissions) * The "cannot enable immediate notification" error dialog has been removed * The --list-features command line option has been removed (feature information is now displayed in the output of the --version option) * The message handling performance has been improved * If there are no mailboxes on startup, the properties dialog is now displayed * The "Start Mail Notification on GNOME login" option no longer worked with GNOME >= 2.14 and has been removed: a .desktop file is now installed in the xdg autostart directory instead * The mail reader setting has been removed; the mail reader configured in GNOME (Desktop -> Preferences -> Preferred Applications) will now be used * The tooltip width is now limited to the screen width * When coupled with a patched GNOME Panel (as shipped by FreeBSD and Debian, for instance), the status icon now supports panel transparency (patch forwarded by Bernat Tallaferro) * mbox, Maildir, POP3, IMAP, Evolution and Sylpheed changes: * Messages are now classified as unseen and seen; seen messages can be ignored by unchecking the "Display seen mail" option * mbox changes: * Compressed mailboxes (gzip and bzip2) are now handled transparently, and support immediate notification * POP3, IMAP and Gmail changes: * A regression which allowed mail checks to overlap has been fixed * POP3 and IMAP changes: * If the server advertises the STLS/STARTTLS capability but replies ERR/BAD when the STLS/STARTTLS command is issued, Mail Notification now logs out instead of proceeding * If multiple mailboxes have the same type, hostname, port, connection type and username, Mail Notification will now detect that the mailboxes share the same account and will only prompt for the password once per session (when the password is not entered in the properties dialog, that is) * POP3 changes: * Non-UTF-8 server responses are now accepted * IMAP changes: * Non-ASCII server responses are now accepted (these responses violate RFC 3501, but we follow the RFC 793 robustness principle "be liberal in what you accept"); fixes connection problems with internationalized Exchange servers, which violate RFC 3501 by sending non-ASCII characters in their greeting message * Empty continuation responses are now allowed (fixes authentication with some SASL mechanisms) * Play nice with uncompliant servers by using BODY.PEEK rather than BODY, so that they do not set the \Seen flag (patch from Jacob Berkman) * The IDLE mode is now cycled every 29 minutes, as advised by RFC 2177 * Evolution changes: * Support for the Evolution 2.4 and 2.6 branches has been added; untested support for the Evolution 2.7/2.8 branch has been added; the Evolution source tree is no longer needed for Evolution >= 2.4 * Sylpheed changes: * With the help of a Sylpheed patch, Mail Notification can now reliably avoid race conditions which could occur when Sylpheed was running (see the --enable-sylpheed-locking discussion in the INSTALL file) * New translations: * Czech (Pav Lucistnik) * Brazilian Portuguese (Claudio André) * Dutch (Marcel J. Zwiebel) * Japanese (Hiroshi Hasebe)
2006-08-03Added two patches to make the package compile on Solaris 8.rillig3-1/+38
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-9/+9
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz1-2/+2
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-17Use PKG_SUGGESTED_OPTIONS, not PKG_DEFAULT_OPTIONS, per the guide.gdt1-2/+2
2006-03-17Set PKG_DEFAULT_OPTIONS to ssl. It violates the Principle of Leastgdt1-2/+3
Astonishment that programs build w/o ssl support by default, and it's nearly inconceivable that someone would have all the gnome stuff this needs and not ssl. Works with remote imaps (dovecot) on current/i386. PGKREVISION++. Perhaps ssl should globally default to yes, like inet6.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-19Fix:wiz1-3/+2
cannot create /bin/msgfmt: read-only file system cannot create /bin/msgfmt: read-only file system chmod: /bin/msgfmt: No such file or directory Solution: Do not include gettext-lib/builtin.mk, if it's included too early, BUILDLINK_DIR is not defined. Use gettext-lib/buildlink3.mk instead. While here, remove superfluous inclusion of bsd.prefs.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-05Define BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS, rather than requiringgdt1-9/+5
a specific version of gettext. Thanks to jmmv@ for suggestions.
2006-01-05spiff up comments about gettext.gdt1-4/+6
change gettext to BUILD_DEPENDS
2006-01-05Depend on devel/gettext, since 0.10.35 is too old to build the catalogs.gdt3-6/+11
Fix typo in patch. PKGREVISION++
2006-01-04Take maintainership (at suggestion of previous maintainer, jmmv@).gdt5-21/+48
Update to 2.0 (minor changes and bugfixes omitted): 2.0 August 9, 2005 * Core changes: * Evolution support has been added [not in pkgsrc] * Mailboxes can now be assigned a custom name * For greater flexibility, mailboxes configuration is now stored in ~/.gnome2/mail-notification/mailboxes.xml (previously, it was stored in the GConf database) * If a mailbox requires authentication and the necessary credentials are not provided in the mailbox properties dialog, Mail Notification now lets GNOME prompt the user for the credentials * The Mail Notification item is now also listed in the GNOME >= 2.10 Preferences menu * The third-party libegg code has been updated * mbox, MH, Maildir and Sylpheed changes: * Immediate notification did not work properly with fast kernel notifiers (kqueue, inotify, dnotify, ...): fixed * Unseekable files are now supported * The location of the system mailbox is now resolved at runtime rather than when the mailbox is added (eases sharing the Mail Notification settings across multiple computers) * mbox changes: * When immediate notification is not available, the mailbox is now also checked when its size or ctime changes (previously, it was only checked if its mtime had changed) * Sylpheed changes: * Mail Notification now tries to avoid race conditions which may occur while Sylpheed is being used * POP3 and IMAP changes: * When the authentication mechanism option is set to "autodetect", Mail Notification will now try to authenticate using each server-supported SASL mechanism * POP3 changes: * The TOP optional command is now supported. This solves some issues with POP3 servers (for instance, pop.gmail.com) which incorrectly archive mails that have been accessed using the RETR command. * IMAP changes: * If, while idling, the server abruptly drops the connection, Mail Notification now reconnects rather than considering it an error * When idling, Mail Notification now only wakes up if it receives a response indicating that the mailbox might have changed * By default, Mail Notification now avoids using the IDLE extension if the remote server software is known to have a broken IDLE implementation * UTF-8 mailbox names are now converted to modified UTF-7, as required by RFC 3501 * Gmail changes: * Functionality has been restored after the Gmail web site was modified; to prevent future disruptions and simplify the source code, the Gmail Atom feed (https://mail.google.com/mail/feed/atom) is now used 1.1 March 6, 2005 * The mail summary dialog has been replaced by a main window, for controlling Mail Notification when the status icon is hidden
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Deprecate ipv6 option in favour of inet6.wiz1-3/+4
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Bump revision due to update of eel2 to 2.10.0.jmmv1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-19Bump PKGREVISION because of libsoup change (removing gnutls support).wiz1-1/+2
2004-12-05Update to 1.0:jmmv4-24/+26
1.0 November 25, 2004 * Some minor IMAP issues have been fixed * Some IMAP servers did not properly support the IDLE extension, so it can now be disabled in the mailbox properties * If the POP3 or IMAP password is left blank, it will now be prompted only if needed * When MIME support was disabled, the Sylpheed backend was not considering unread messages as new: fixed * Updated translations: * Serbian (Filip Miletic) * German (Hendrik Brandt) * Portuguese (Duarte Henriques) * New translations: * Polish (Tomasz Sarota-Raczek) 0.99 November 15, 2004 * The IMAP capabilities sent in a PREAUTH, AUTHENTICATE or LOGIN response were ignored, and a CAPABILITY command was not re-issued after a successful authentication: fixed * Added a "Display mail summary in tooltip" option 0.8.1 November 4, 2004 * Mail summary popup fixes and improvements: * do not recreate it when updating its contents: removes some flicker * added a workaround for a Metacity bug which sometimes misplaced the popup * the text fonts can now be configured from the properties dialog * Now compiles cleanly even when -fstrict-aliasing is in use * Some additional workarounds for http://bugzilla.gnome.org/show_bug.cgi?id=64764 have been added: fixes a few random crashes * Some widgets have been named, so that they can easily be matched in a GTK+ resource file * The status icon could not be customized from a resource file: fixed * Updated translations: * Serbian (Filip Miletic) 0.8.0 October 31, 2004 * The double-click action can now be customized * A mail reader can now be launched * IMAP IDLE support has been implemented * The mail summary layout has been improved * The mail summary is now also displayed in the tooltip * The tooltip now supports keyboard activation * A mail summary popup option allowing to only display recent mail has been added * A bug which caused SASL authentication to sometimes fail has been fixed * The Gmail parser was getting confused by special strings embedded in message fields: fixed 0.7.1 October 25, 2004 * Gmail fixes: * does not crash when a GNOME proxy is set * handles starred and labelled messages * ignores non-inbox messages * messages were considered unseen on each check and the mail summary was always popped up: fixed * The POP3/IMAP/Gmail password can now be left blank (in such case, it will be prompted when needed and not be saved to permanent storage) * A command can now be executed when all mail has been read * The user interface now displays the IMAP folder name (unless it is inbox) * The tooltip now displays message counts * Minor fixes and cleanups * Updated translations: * Serbian (Filip Miletic) * German (Hendrik Brandt) * Portuguese (Duarte Henriques) 0.7.0 October 6, 2004 * Binaries compiled with GCC 3.4.x were crashing in various places: fixed * Fixed a vulnerability in the IMAP code (a malicious IMAP server could trigger a null pointer dereference by sending an invalid reply) * Fixed a vulnerability in the Gmail code (a man in the middle attack could, with some libsoup configurations, trigger a null pointer indirection) * The properties dialog has been split into tabs * A mail summary has been added (requires GMime version 2.0 or superior) * Double-clicking on the icon now displays the mail summary (the double-clicked command has been removed) * The "new mail" command is now executed every time a mailbox receives one or more new messages * Tracks the latest Gmail change (reported by Vincent Noel) * Gmail support now requires libsoup version 2.2 or superior (which is part of GNOME 2.8) * The manual is now installed in the proper location (Pascal Giard, Christian Krause) * The --with-gconf-schema-file-dir configure argument was ignored: fixed (Julio M. Merino Vidal) * A few minor issues have been fixed * Some cleanups have been performed * The German translations have been updated (Hendrik Brandt) * Added Serbian translations (Filip Miletic) * Added Bulgarian translations (Vladimir Petkov)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-02Initial import of mail-notification, version 0.6.2:jmmv5-0/+146
Mail Notification is a status icon (aka tray icon) that informs you if you have new mail. It works with system trays implementing the freedesktop.org System Tray Specification, such as the GNOME Panel Notification Area, the Xfce Notification Area and the KDE System Tray. Mail Notification features include: * Multiple mailbox support. * Mbox, MH, Maildir, Sylpheed, POP3, IMAP and Gmail support. * SASL authentication support. * APOP authentication support. * SSL/TLS support. * Automatic detection of mailbox format. * Immediate notification (the status icon is updated within seconds after a mailbox changes). * HIG 2.0 compliance.