pkgsrc/mail/mail-notification/PLIST

46 lines
2.2 KiB
Text
Raw Normal View History

Update to 3.0. 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-09-05 02:55:32 +02:00
@comment $NetBSD: PLIST,v 1.5 2006/09/05 00:55:32 gdt Exp $
bin/mail-notification
Take maintainership (at suggestion of previous maintainer, jmmv@). 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
2006-01-04 21:28:01 +01:00
lib/bonobo/servers/GNOME_MailNotification.server
share/applications/mail-notification-properties.desktop
share/applications/mail-notification.desktop
share/gconf/schemas/mail-notification.schemas
Update to 1.0: 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-12-05 09:44:09 +01:00
share/gnome/help/mail-notification/C/documentation-license.xml
share/gnome/help/mail-notification/C/figures/mail.png
Take maintainership (at suggestion of previous maintainer, jmmv@). 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
2006-01-04 21:28:01 +01:00
share/gnome/help/mail-notification/C/figures/mailbox-emblem-error.png
share/gnome/help/mail-notification/C/figures/mailbox-emblem-polled.png
share/gnome/help/mail-notification/C/figures/mailbox-emblem-unknown.png
Update to 1.0: 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-12-05 09:44:09 +01:00
share/gnome/help/mail-notification/C/mail-notification.xml
share/gnome/help/mail-notification/C/software-license.xml
share/locale/bg/LC_MESSAGES/mail-notification.mo
Update to 3.0. 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-09-05 02:55:32 +02:00
share/locale/cs/LC_MESSAGES/mail-notification.mo
share/locale/de/LC_MESSAGES/mail-notification.mo
share/locale/fr/LC_MESSAGES/mail-notification.mo
Update to 3.0. 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-09-05 02:55:32 +02:00
share/locale/ja/LC_MESSAGES/mail-notification.mo
share/locale/nl/LC_MESSAGES/mail-notification.mo
share/locale/pl/LC_MESSAGES/mail-notification.mo
share/locale/pt/LC_MESSAGES/mail-notification.mo
Update to 3.0. 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-09-05 02:55:32 +02:00
share/locale/pt_BR/LC_MESSAGES/mail-notification.mo
share/locale/ru/LC_MESSAGES/mail-notification.mo
share/locale/sr/LC_MESSAGES/mail-notification.mo
share/locale/sr@Latn/LC_MESSAGES/mail-notification.mo
Update to 3.0. 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-09-05 02:55:32 +02:00
share/locale/sv/LC_MESSAGES/mail-notification.mo
share/mail-notification/ui/gmail.png
share/mail-notification/ui/logo.png
Take maintainership (at suggestion of previous maintainer, jmmv@). 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
2006-01-04 21:28:01 +01:00
share/mail-notification/ui/mail-summary-popup.glade
share/mail-notification/ui/mailbox-properties-dialog.glade
share/mail-notification/ui/properties-dialog.glade
share/omf/mail-notification/mail-notification-C.omf
share/pixmaps/mail-notification.png
@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/omf/mail-notification
@comment in scrollkeeper: @dirrm share/omf
@dirrm share/mail-notification/ui
@dirrm share/mail-notification
Update to 1.0: 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-12-05 09:44:09 +01:00
@dirrm share/gnome/help/mail-notification/C/figures
@dirrm share/gnome/help/mail-notification/C
@dirrm share/gnome/help/mail-notification
@comment in gnome2-dirs: @dirrm share/gnome/help
@comment in GConf2: @dirrm share/gconf/schemas
@comment in xdg-dirs: @dirrm share/applications
@comment in libbonobo: @dirrm lib/bonobo/servers