summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2006-10-07Add note to description and also to +DISPLAY aboutreed3-2/+9
lock files. Bump PKGREVISION. This is for PR #31836. Also see http://www.openwall.com/popa3d/DESIGN.shtml.
2006-10-07Update cue to 20060417, provided by ISIHARA Takanori via PR 33153.obache4-17/+18
Changelog isn't available.
2006-10-07Remove mew3.uebayasi5-239/+1
2006-10-07Update mew to 5.1. PR pkg/34556 from KIRIHARA Masaharu <mki_open at yahoouebayasi3-10/+29
dot co dot jp>. Changes excerpted from 00diff: <Differences> Kazu Yamamoto Jul 5, 2006 <Differences between Mew 5.1 and Mew 4.2> * The ".mew" suffix is introduced for OS level search mechanisms. * OS level search mechanisms including Spotlight, Windows Desktop Search, Google Desktop are integrated. * The mechanism of master password was implemented. Set mew-use-master-passwd to t to use it. * When sending a message, if your SMTP server requires user authentication, Mew asks you to input your password. You don't have to configure mew-smtp-user anymore. * In Draft mode, addresses which are not considered safe turn red. See mew-safe-addresses, mew-warn-addresses, mew-safe-domains, and mew-warn-domains. * You can securely save your passwords to a file with a master password. * "li" copies a message to an IMAP folder. * "I" now works in Thread mode. * "C-cC-e" in Summary has been drastically improved. * "C-cC-t" and "C-cC-y" in Summary were obsoleted. * 'mew-inbox-action-alist' can be set in 'mew-config-alist'. * "v" in Summary mode displays line numbers when off. * "C-uj" in Summary mode jumps to the message whose message number is specified. * "C-uB" decomposes any attached files. * If you want to put the 'D' mark to duplicated messages whose boyies are identical (ie spams), set mew-summary-form-mark-spam to t. * All variables can be defined in ".mew.el". You don't have to set specific variables in ".emacs".
2006-10-05update this to spamassassin 3.1.6. changes include:mrg2-7/+7
bug 5044: include local site config in sa-update lint checks bug 5048: --lint should not use network rules or AWL bug 5081: sometimes, SIGHUPing spamd would leave one child process still alive due to a race in the SIGHUP handler and the preforking code. fixed bug 5040: if in no-net scoreset, don't warn about net rules being zero-score dependencies of meta rules bug 5105: M::SA::Client doesn't always catch failed connection to spamd, fixed bug 5094: check for unit'd value used in AntiVirus.pm bug 5089: enable adding headers with single digit zero value bug 5077: fix false SPF_SOFTFAIL's when SPF queries timeout bug 5080: fix bug in update RCVD_ILLEGAL_IP evaltest to properly deal with 127/8 fix bug 5111: fix FORGED_JUNO_RCVD FP on webmail from untd.com's own systems bug 4940: _get_date_header_time() should try dates one at a time not all dates joined together bug 5098: add support for ecelerity Received headers, thanks to Joe Schaefer <joe+gmane at sunstarsys.com> bug 4975: (trivial) avoid use of unit'd value in prefork warning message bug 4418: remove no longer useful HTML_WEB_BUGS and HTML_LINK_IMAGE_BUG rules bug 5101: fix bug in mbx code introduced in a backport of 3.2 AICache code try to work around horribleness when checking in the entire built tree for the website update procedure bug 5076: unescape hash characters in the config add my nagios plugin for monitoring spamd to contrib/
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz13-28/+31
2006-10-04Update cyrus-imapd to 2.2.13.obache5-43/+12
Patch provided by Jukka Salmi via PR 33576. Changes to the Cyrus IMAP Server since 2.2.12 * Allow sieve scripts to be run on shared mailboxes (via sieve annotation). * Updated nntpd to be compliant with latest draft (soon to be RFC3977). * Updated IMAP UIDPLUS extension to be compliant with latest specification (RFC4315). * Performance improvements to quota utility. * Fixed possible race condition in IMAP IDLE. * Made ptloader runtime configurable. * Added more extensive output to arbitron. * Allow responses of any length from backend when proxing IMAP/POP3/NNTP traffic. * Added plaintextloginalert option. * Only allow mbpath to be run as Cyrus user. * Added berkeley_hash and berkeley_hash_nosync cyrusdb backends (seem to perform better under heavy loads). * Added lastpop mailbox annotation. * Added subscribe/unsubscribe support to cyradm. * Fixed miscellaneous bugs and build issues.
2006-10-02Update to 4.6.4. From the changelog:schmonz2-6/+6
- add FAQ about BrokenUIDLPOP3 retrievers. - add better diagnostics for missing/invalid/unwritable state/data directory. Thanks: Christian Authmann.
2006-10-01Add & enable p5-Net-SMTP_authseb1-1/+2
2006-10-01Initial import of p5-Net-SMTP_auth version 0.08 into the NetBSD Packagesseb4-0/+28
Collection. The Perl 5 module Net::SMTP_auth is a small extension to the Net::SMTP module to authenticate to an SMTP server using one of the AUTH methods provided by Authen::SASL.
2006-10-01Workaround for SEGV problem running nmh utilities built with gcc4 by ↵dsainty1-2/+5
reducing optimisation. Allows nmh code to use nmh's private non-standard strcasecmp(). Bump PKGREVISION. Addresses PR34027.
2006-09-25Update to 2.1.9, from Martin Wilke in pkg/34567bouyer3-7/+8
Chnages since 2.1.9rc1: - Fixed an unexploitable format string vulnerability. Discovery and fix by Karl Chen. Analysis of non-exploitability by Martin 'Joey' Schulze. Also thanks go to Lionel Elie Mamane. CVE-2006-2191. Also running a diff -r shows that there has been small updates to various translations.
2006-09-24Use Makefile.common from seamonkey-bin-nightly dir instead ofsalo1-3/+2
mozilla-bin-nightly. Remove PKGREVISION, it's useless in the -nightly packages. This package didn't work for some time now, feel free to fix it.
2006-09-24Use Makefile.common from seamonkey dir instead of mozilla.salo1-2/+2
2006-09-23Update to 2.2.9: (I commit it on the freeze because it containsxtraeme2-6/+6
fixes for GTK+ 2.10) 2.2.9 changes: * The crash that occurred if the summary was sorted by a key which doesn't have visible column was fixed. * The URI of the about dialog was updated. 2.2.8 changes: * The bug that possibly lost messages when there was no disk space has been fixed, so please upgrade if possible. * The PLAIN authentication method for IMAP4 was supported. * The verification of encrypted and signed messages with combined method was supported. * Oniguruma regex library can be used instead of system's regex API. * The LDIF import of the addressbook was improved. * Full PGP signature information is displayed on the main text view. * All trailing spaces are removed when signing with PGP/MIME instead of using quoted-printable to improve compatibility with other MUAs. * A warning is displayed before sending when Bcc is specified at PGP encryption. * The bug that possibly lost relatively small messages on receiving when there was no disk space was fixed. * The behavior of manual junk filtering was fixed. * UTF-8 text can be inserted correctly in the compose window. * The error messages of the failure of displaying message body was improved. * Some workarounds for GTK+ 2.10 were made. * Minor UI fixes were made. * Other minor bugs were fixed.
2006-09-22Fix build on DragonFly 1.6+.joerg2-11/+25
2006-09-22The GNUstep packages have GNUmakefile instead of Makefile.rillig2-2/+4
2006-09-20note that EXIM_MONITOR can be enabled by setting exim-build-eximonabs1-2/+2
2006-09-16Add missing RCS Id.hira8-8/+16
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv7-8/+14
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16ensure that pkgsrc's CFLAGS and CPPFLAGS are honoredschwarz1-1/+9
2006-09-15Update to 2.8.0:jmmv3-87/+149
Evolution Exchange 2.8.0 2006-09-04 ------------------------------------- Updated Translations: Abel Cheung, Funda Wang (zh), Kostas Papadimas (el), Jovan Naumovski (mk), Gabor Kelemen (hu), Duarte Loreto (pt) Gintautas Miliauskas (lt) Christophe Merlet (fr), Priit Laes (et), Raivis Dejus (lv) Josep Puigdemont i Casamajó (ca) Added Translations: Subhransu Behera (or), Ani Peter (ml), Evolution Exchange 2.7.92 2006-08-21 -------------------------------------- Updated Translations: Alexander Shopov (bg), Satoru SATOH (ja), Artur Flinta (pl), Leonid Kanter (ru), Daniel Nylander (sv), Gabor Kelemen (hu), Hendrik Richter (de), Sanlig Badral (mn), Ilkka Tuohela (fi), Clytie Siddall (vi), Matic Žgur (sl), Changwoo Ryu (ko), Tino Meinen (nl), Ivar Smolin (et), Runa Bhattacharjee (bn_IN), Maxim Dziumanenko (uk), Guntupalli Karunakar (dz), Kjartan Maraas (nb), Theppitak Karoonboonyanan (th), Ankit Patel (gu), Jovan Naumovski (mk) Evolution Exchange 2.7.91 2006-08-07 -------------------------------------- Updated Translations: Francisco Javier F. Serrador (es), Inaki Larranaga (eu), Jovan Naumovski (mk) Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #344196 - Fixes massive CPU Usage (Varadhan) #274321 - Display proper error message on socket error (Sushama) #170058 - Check icalcomponent before removing alarms (Chenthill) Evolution Exchange 2.7.90 2006-07-24 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #344651 - crash when importing meeting invitation with attachements into Exchange calendar (Chenthill) #332304 - Evolution does not display most of the information of contact created in outlook (Vnadana) #313081 - Evolution Contact List shows deleted Exchange contact folder (Sushma) #347870 - Cannot compile with eds in CVS head (20060718) (Sushma) Evolution Exchange 2.7.3 2006-07-10 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #336453 - Add SunLDAP library support - a variant of Netscape LDAP (simon.zheng) Other Fixes: - Fix for a crash while fetching mails, see https://bugzilla.novell.com/show_bug.cgi?id=179566 (Jeffrey Stedfast) - Up intltool requirement to 0.35 (Kjartan Maraas) Evolution Exchange 2.7.3 2006-06-12 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #341803 - ximian-connector-setup should better be renamed to exchange-connector-setup Other Fixes: - Fix for a crash while fetching mails, see https://bugzilla.novell.com/show_bug.cgi?id=179566 (Jeffrey Stedfast) - Append -DLDAP_DEPRECATED to LDAP_CFLAGS and do not overwrite the value (Harish) Evolution Exchange 2.7.2 2006-05-15 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #325957 - Needs to #define LDAP_DEPRECATED when compiling against openldap 2.3.x (Sushma) #322897 - Evolution hanged when disabled 'Exchange account' (Jeffrey Stedfast). #268412 - public mail folder subfolders not displayed on favourites (Sushma) #339277 - 'Public Folder' is displayed under favourites when check box beside it is checked (Sushma) #330265 - Exchange contacts not overwting the addresses (vandana) #334035 - There is a bad url in the ximian-connector-setup-2.4 program (Sushma) #339827 - evolution-exchange-storage crashes on startup (Chenthill) #339561 - Modify all instances does not modify as expected (Chenthill) #341229 - Modify date of a appointment/meeting does not delete event in old date (Chenthill) Other Fixes: - Adding a NULL check to prevent a crash, see bug #335629 (Patrick Ohly) Evolution Exchange 2.7.1 2006-04-24 -------------------------------------- Updated Translations: - cy (Rhys Jones) - dz (Tommi Vainikainen) Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #334391 - random connector crash while attaching a file to an appointment and clicking on "save" (Sushma) #334925 - Shouldn't create an empty doc directory (Jeremy Messenger) #306116 - Evolution-exchange HEAD: typos in the .po file (Sushma) #334900 - importing complex meeting invitations into Exchange calendar crashes (Chenthill) #330674 - Updated cancel meeting request exchange storage crashed (Chenthill) #334727 - Evolution randomly does not display appointment (Chentill) #330494 - Meeting accepted does not show attachments (Chentill) Other Fixes: - Removed obsolete entry for no_NO and the translation (Kjartan Maraas)
2006-09-15Update to 2.8.0:jmmv4-711/+696
Evolution 2.8.0 2006-09-04 -------------------------- Evolution 2.8 Stable Release for GNOME 2.16.0. Evolution 2.7.92 2006-08-21 --------------------------- Updated Translations Hendrik Richter (de), Wouter Bolsterlee (nl), Daniel Nylander (sv), Priit Laes (et), Francisco Javier F. Serrador (es), Satoru SATOH (ja), Subhransu Behera (or), Matic Žgu (sl), Jovan Naumovski (mk), Ankit Patel (gu), Žygimantas Beručka (lt), Gabor Kelemen (hu), Ilkka Tuohela (fi), Ahmad Riza H Nst (id), Rahul Bhalerao (mr), Clytie Siddall (vi), Changwoo Ryu (ko), Chao-Hsiung Liao (zh_HK) (zh_TW), Tino Meinen (nl), Ani Peter (ml), Xavier Conde Rueda (ca), Maxim Dziumanenko (uk), Guntupalli Karunakar (dz), Leonid Kanter (ru), Daniel van Eeden (nl), Kjartan Maraas (nb) Bug Fixes Pavel Roskin, Kjartan Maraas, Srinivasa Ragavan, Laurent Goujon, Matthew Barnes, Chenthill Palanisamy, Li Yuan, Harish Krishnaswamy, Mubeen Jukaku, Ushveen Kaur, Jeff Cai, Johannes Berg, Hiroyuki Ikezoe, Øystein Gisnås Evolution 2.7.91 2006-08-07 --------------------------- Updated Translations Jordi Mas (ca), Rhys Jones (cy), Francisco Javier F. Serrador (es), Inaki Larranag (eu), Priit Laes (et), Ilkka Tuohela (fi), Christophe Merlet (fr), Ankit Patel (gu), Jovan Naumovski (mk), Rahul Bhalera (mr), Kjartan Maraas (nb), Vincent van Adrighem (nl), Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Maxim Dziumanenko (uk), Funda Wang (zh_CN), Chao-Hsiung Liao (zh_HK) (zh_TW) Bug Fixes Johnny Jacob, Srinivasa Ragavan, Alessandro Decina, Sankar P, Veerapuram Varadhan, Arvind, Andre Klapper, Bastien Nocera, Chenthill Palanisamy, Rajeev ramanathan, Devashish Sharma, Roozbeh Pournader, Sushma Rai Evolution 2.7.90 2006-07-24 --------------------------- Updated Translations: Zygimantas Berucka (lt), Christophe Merlet (fr), Francisco Javier F. Serrador (es), Changwoo Ryu (ko), Jonathan Ernst (fr), Nikos Charonitakis (el), Funda Wang (zh_CN), Ankit Patel (gu), Ilkka Tuohela (fi), Raivis Dejus (lv), Kostas Papadimas (el), Dzongkhalinux team, DIT (dz), Hendrik Richter (de), Daniel Nylander (sv), Ivar Smolin (et), Theppitak Karoonboonyanan (th), Simos Xenitellis (el), Chao-Hsuing Liao (zh_HK, zh_TW) Bug fixes and features : Arvind, Andre Klapper, Boby Wang, Yuri Pankov, Harish Krishnaswamy, Srinivasa Ragavan, Johnny Jacob, Raghavendran, Shree Krishnan, Ushveen Kaur, Karsten Brackelmann, Michael Zucchi, Hiroyuki Ikezoe, Rajeev Ramanathan, Chenthill Palanisamy, Li Yuan, Devashish Sharma, Mikhail Zabaluev, Ross Burton, Sankar, Benoît Dejean, Vandana Shenoy, Julio M. Merino Vidal, Luca Ferretti. Evolution 2.7.4 2006-07-10 -------------------------- Updated Translations: Francisco Javier F. Serrador, Jovan Naumovski, Changwoo Ryu, Nikos Charonitakis, Rostislav Raykov, Ilkka Tuohela, Ivar Smolin, Ahmad Riza H Nst, Inaki Larranaga, Ankit Patel, Vincent van Adrighem, Runa Bhattacharjee, Benoît Dejean, Theppitak Karoonboonyanan, Pawan Chitrakar, I.Felix, Rajesh Ranjan, Kjartan Maraas, Chao-Hsiung Liao, Clytie Siddall, Hendrik Richter, Daniel Nylander. Bug fixes : Andreas Köhler, Harish Krishnaswamy, Ushveen Kaur, Andre Klapper, Johnny Jacob, Mathew Barnes, Arvind_evo, Srinivasa Ragavan, Tor Lillqvist, Li Yuan, Chenthill, Wang Xin, Rajeev Ramanathan, Aishwarya K, Hiroyuki Ikezoe, Simon Zheng, Devashish Sharma, Oswald Rodrigues, Harry Lu, Oswald, Sushma Rai, Mathew Barnes, Karsten Bräckelmann, Sankar P, Frederic Peters. Evolution 2.7.3 2006-06-12 -------------------------- Updated Translations contributed by Ilkka Tuohela, Ignacio Casal Quinteiro, Kjartan Maraas, Ankit Patel, Francisco Javier F. Serrador, Funda Wang, Pema Geyleg, Vincent van Adrighem, Clytie Siddall, Stanislav Brabec, Priit Laes, Alexander Shopov. Bug fixes and other changes : Srinivasa Ragavan, Li Yuan, Harish Krishnaswamy, Chris Heath, Jeffrey Stedfast, Gary Coady, Tor Lillqvist, Frederic Peters, Wang Xin, Hiroyuki Ikezoe, Li Yuan, Parthasarathi Susarla, Simon Zheng, Devashish Sharma, Roozbeh Pournader, Johnny Jacob, Federico Mena Quintero Ed Catmur, Carlos Garcia Campos, Sushma Rai, Sankar P, David Richards, Chenthill Palanisamy, Evolution 2.7.1 2006-04-24 --------------------------- First release of 2.7 development series. What is new ? ------------- * Integration of Evolution Calendar with Cairo Evolution 2.5.92 2006-02-27 --------------------------- Bug fixes since last release : http://go-evolution.org/Evo2.5.92#Evolution Updated Translations: - ca (Jordi Mas) - cs (Miloslav Trmac) - el (Kostas Papadimas) - es (Francisco Javier F. Serrador) - et (Priit Laes) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ja (Takeshi AIHaNA) - ka (Clytie Siddall) - lt (Žygimantas Beručka) - nb (Kjartan Maraas) - nl (Vincent van Adrighem) - no (Kjartan Maraas) - ru (Leonid Kanter) - sr (Slobodan D. Sredojevic) - th (Theppitak Karoonboonyanan) - vi (Clytie Siddall) - zh_CN (Funda Wang) - zh_HK (Chao-Hsiung Liao) - zh_TW (Chao-Hsiung Liao) Evolution 2.5.91 2006-01-13 --------------------------- Bug fixes since last release : http://go-evolution.org/Evo2.5.91#Evolution Updated Translations: - bg (Vladimir Petkov) - ca (Xavier Conde, Jordi Mas) - cs (Lukas Novotny) - cy (Rhys Jones) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Ivar Smolin) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - lt (Žygimantas Beručka) - nb, no (Kjartan Maraas) - nl (Tino Meinen) - pt_BR (Raphael Higino) - sq (Laurent Dhima) - sr, sr@Latn (Slobodan Sredojevic) - th (Theppitak Karoonboonyanan) - vi (Clytie Siddall) - zh_CN (Funda Wang) - zh_TW, zh_HK (Chao-Hsiung Liao) Evolution 2.5.90 2006-01-30 --------------------------- What's new : Bug fixes since 2.5.5 : http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Desktop&product=Evolution&long_desc_type=substring&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&resolution=WONTFIX&resolution=DUPLICATE&resolution=NOTABUG&resolution=NOTGNOME&resolution=INCOMPLETE&resolution=INVALID&resolution=GNOME1.x&resolution=MOVED&resolution=OBSOLETE&resolution=NOTXIMIAN&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=2006-01-17&chfieldto=Now&chfield=bug_status&chfieldvalue=RESOLVED&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Updated Translations: - bg (Vladimir Petkov) - el (Kostas Papadimas) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Ivar Smolin) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ko (Changwoo Ryu) - nb, no (Kjartan Maraas) - nl (Vincent van Adrighem) - pt_BR (Evandro Fernandes Giovanini) - sr, sr@Latn (Slobodan D. Sredojevic) - vi (Clytie Siddall) - zh_CN (Funda Wang) - zh_TW, zh_HK (Chao-Hsuing Liao) - POTFILES.in (Adam Weinberger) - POTFILES.in (Harish) Evolution 2.5.5 2006-01-16 -------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #326458 – New Meeting/Task UI: remove useless seperators (Srini) #326265 – "Message Source", "Character Encoding" miss mnemonics (Srini) #326266 – avoid using "i" as mnemonic (Srini) #326381 – change "_Insert" mnemonic in Signature Editor Menu (Srini) #325110 – Compose Message Controls Not Working (Shreyas) #326877 – UI: Menu Bar Changes Number Of Items When No Email Highlighted (Srini) #218570 – "Collapse all" and "expand all" threads feature missing (Srini) #221270 – Send & Receive -dialog should show also account name for usability (Rohini) #246257 – Find in Message dialog - UI suggestions (Rohini) #239929 – Zoom with mousewheel broken (Rajeev) #255303 – changing folders strangeness (Srini) #325334 – "Canceled" spelling errors (Andre Klapper) #325618 – Exchange operations plugin doesn't get loaded on startup. (Srini) #313095 – gw: Disable a account which has done proxy login to other account error message is wrong (Shreyas) #325568 – Spaces disappeared from strings (Andre Klapper) #325748 – Add a new mozila built-in cert module's path for compatible reason (Simon Zheng) #273076 – Cryptic short messages in Evolution certificate manager (Andre Klapper) #324739 – Crash moving from mail to calendar (Srini) #325629 – port to the new libnotify API (Sebastien Bacher) #324816 – Alarm Tray eats CPU (Chakravarthi) #324889 – Selecting calendar from event-notification drop-down from notification-area crashes EDS (Chakravarthi) #213660 – Set default alarm type and sound file in preferences (Johnny Jacob) #320101 – When Scheduling Meeting, [Invitations] Tab Accepts Multiple Names (Chenthill) #311888 – On Recurrence Meeting Screen, Calendar Doesn't Display Correct View (Chenthill) #313112 – Make this occurence movable does not delete moved recurring instance (Chenthill) #259505 – In Calendar List View, switching months changes View (Chenthill) #271810 – Calendar not enabled if editor adds event (Chenthill) #274234 – jump to today pretty useless (Srini) #271541 – Read Only Calendars shouldn't present Read Only "New" Screen (Chenthill) #326735 – Meeting editor shows a wrong organizer (Chenthill) #325446 – Alarm Editor Window width changes as typing custom message (Srini) #325502 – resizing task editor window does not resize description input field (Srini) #325612 – strings in e-alarm-list.c need translator comments (Andre Klapper) #261071 – "RSVP" in evolution addressbook probably needs a translator comment (Andre Klapper) #216535 – changing start time should keep appointment's time length (Johnny Jacob) #258786 – 'Mark Selected Tasks as Complete' active even after tasks are marked complete (Johnny Jacob) #303193 – Changing reminder snooze time doesn't work after pressing ALT-S (Johnny Jacob) #325416 – tooltip of *earlier* appointment displayed in day view (Srini) #325414 – calendar tooltip never disappearing when aborting appointment creation (Srini) #323127 – Attachments pane gone wild (Johnny Jacob) #326378 – missing mnemonics for mail recover dialog buttons (Srini) #246237 – Compose a message dialog - label suggestions (Rohini) #317283 – Contact Categories dialog should have a default response (Devashish) #317282 – Contact Full Name dialog should have a default response (Default) #326268 – "search > advanced" misses mnemonic (Srini) #307513 – Please update some of the commandline tools. (Ali Akcaagac) #325334 – "Canceled" spelling errors (Andre Klapper) #326265 – "Message Source", "Character Encoding" miss mnemonics (Srini) #220286 – Hints are not gone after a folder switch (Srini) #326264 – "Current View" and "Caret Mode" have same mnemonic (Srini) #325132 – change "Sa junk-plugin" to "Spamassassin plugin" (Andre Klapper) #325210 – Plugin Spam learn can not work correctly (Shi Pu) #327053 – One typo in the .po file (Harish) #327155 – New grammar error (Harish) #326842 – Save password not working (Sushma) #271546 – Can't subscribe to other user's calendar with non-english Exchange server (Chenthill) #326060 – Exchange password expiry handling is broken (Sushma) #316100 – there is an empty menu after the help menu (Srini) #314748 – modal dialog issue (Sushma) #267402 – can not specify https URL for a remote calendar location (Tony Tsui) #326265 – "Message Source", "Character Encoding" miss mnemonics (Srini) #323011 – UI: options available on right click should be in menus as well (Srini) #325926 – Menu bar has entry with no text (Chenthill) New features and other fixes : - Merge caldav eplugin from evolution-caldav into Evolution (Harish) - Calendar EText Wrapping (Johnny Jacob) - CSV and Tab import support for addressbook (Devashish) - Edit menu implementation in Event/Task Editor (Johnny Jacob) - Keyboard Accelerator Fixes across Evolution (Srini & Harish) - Code cleanup (Simon Zheng, Johnny Jacob, Boby Wang, Harish ) - Win32 Fixes (Tor Lillqvist) - import-ics-attachments plugin (Johnny Jacob) Updated Translations: - bg (Alexander Shopov) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Priit Laes) - fi (Ilkka Tuohela) - gu (Ankit Patel) - ja (Takeshi AIHANA) - lt (Žygimantas Beručka) - nl (Vincent van Adrighem) - nb, no (Kjartan Maraas) - nn (Åsmund Skjæveland) - vi (Clytie Siddall) - zh_TW (Zhe Su, Chao-Hsiung Liao) Evolution 2.5.4 2006-01-02 -------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #301149 - Translated plugin names, descriptions and labels. (Funda Wang) #323151 - Seperator in toolbar between Send/Receive and component buttons (Karsten Bräckelmann) #325120 - Remove ui/evolution-executive-summary.xml from CVS #306117 - Partially fixes typos and harmonizing capital/small letters (Andre Klapper) #319946 - Shortcut keys for Send/Receive and Save Message are same when invoked through Alt-F (Andre Klapper) #324677 - Mark as Menu does provide Clear/Completed (Srinivasa Ragavan) #313293 - Added shortcut for Preferences window (M Victor Aloysius J) #321734 - Added tooltips for Alarms and Attachment in the event editor. #322499 - Removed clashing tooltip for show/hide status bar (Srinivasa Ragavan) #227853 - Modifed Control + M to be the accelerator for show/hide preview across Evolution. (Srinivasa Ragavan) #316897 - Removed Copy To and Move To from the Evolution toolbar. (Rajeev Ramanathan) #323108 - ReOrdered Reply in the right click menu (Karsten Brackelmann) #325375 - Critical warning fix (Harish) #325276 - Modified usage of ""don't"" to "Do not" string (Harish) #306117 - Fixed few typos in po file (Andre Klapper) #325116 - Modified Cancelled to Canceled (Andre Klapper) #272772 - Added quotes to literal values (Andre Klapper) #311472 - Removed wrong singular string (Andre Klapper) #313801 - Changed duplicate mnemonic (Andre Klapper) #324173 - Changed title in selecting sound in Preferences page (Andre Klapper) #256913 - Fixed 3 HIG violations in Preferences page (Andre Klapper) #228040 - Setting up Follow-up flag to update preview (Srinivasa Ragavan) #324677 - Added menu for flag complete and clear menu (Srinivasa Ragavan) #60354 - Added the functionality to show folder name, mail and unread count in window title (NotZed) #324473 - Add-delete signature cause evolution crash (Jeff Cai) #324670 - Fixed evolution to change the pane size when changed in gconf (Sam Yang) #246256 - Changed "Case _Sensitive" to "Case _sensitive" (Varadhan) #324319 - Added accessible name for the attachment bar (Boby Wang) #234008 - Highlight drafts folder (Felix Ortega) #325364 - G_CRITICAL warning in shell (Harish) #325119 - Removed a duplicate word in the shell error dialog (Andre Klapper) #315866 - Made FAQ to point to go-evolution.org (Andre Klapper) #322001 - Fixed the display of menu item in ja locale (David Malcom) #325472 - G_CRITICAL warnings fix in certificates page (Harish) #325489 - G_CRITICAL warnings fix in tasks (Harish) #325468 - G_CRITICAL warnings fix in calendar preferences (Harish) #325123 - Removed duplication exclamation mark in iCalendar importer (Andre) #325125 - Strings Url and url are modified to URL (Andre Klapper) #313144 - Added punctuation to calendar error messages (Andre Klapper) #308851 - Fixed some grammatical errors in Calendar (Andre Klapper) #306150 - Fixed a confusing string in calendar schema (Chenthill) #248133 - Peculiar popup menu in Scheduling tab (Chakravarthi) #324525 - Delete Calendar events should default to Cancel (Chenthill) #323125 - Default search bar in calendar is not same after pressing clear (Varadhan) #323955 - Fixed Evolution hang when trying to invoke alarm daemon (Chakravarthi) #324196 - Empty summary check in event editor (Johnny Jacob) #323984 - Task / Assigned task shows part of timezone widgets in task editor (Sam Yang) #324195 - Evolution Not Pulling Down Webcal Content (Chenthill) #324094 - Added translatable strings in calendar tooltips (Srinivasa Ragavan) #324058 - Fixed a crash, while creating a calendar in exchange (Chenthill) #321739 - Synchronize between the attendees and the name selector dialog (Chenthill) #246245 - Changed the file selector title to "Insert Attachment" (Johnny Jacob) #205616 - Added new top/bottom buttons to filter dialog (Mathew Hall) #246225 - Changed strings in Advanced Search dialog (Arulanandan) #246227 - Changed strings in Save Search dialog (Arulanandan) #258048 - Modified categories menu to option (Srinivasa Ragavan) #266003 - Fixed a false status message in import popup (Sushma) #309618 - G_CRITICAL warnings fix (Harish) #246233 - Modified Search Editor to Searches (Johnny Jacob) #303876 - Fix for input strings committed in the wrong order in Evolution Task (Akira TAGOH) #306118 - Fixed a typo in e-table (Andre Klapper) #240762 - Make only user creatable views editable (Srinivasa Ragavan) #306117 - Fixed typos in bbdb plugin (Andre Klapper) #325491 - Fix to allow to right click if exchange account is configured (Sushma) #306117 - Fixed typos in exchange errors (Andre Klapper) #324678 - Creating the contacts folder and accessing it from Evolution is not working (Sushma) #324580 - Set the folder subscription dialog title correctly (Sushma) #313545 - Added translator comments for Exchange Delegate dialog (Sushma) #324485 - Fix to stop asking password twice during account creation (Sushma) #324483 - Fixed a memory leak in connector (Sushma) #325127 - Changed string Uid to UID (Andre Klapper) #320119 - Fix to avoid Novell Address Book Showing Up Twice In Lists (Sushma) #274433 - Fixed encoding conversion problem when converting email to task (Chenthill) #325128 - Added a missed word in itip formatter (Andre Klapper) #313554 - Marked missing strings translatable in itip-formatter (Andre Klapper) New features and other fixes : - Added visual cue to the present of search filter (Srinivasa Ragavan) - G_CRITICAL warnings (Harish) - Network Manager support in Evolution (Shreyas) - Publish Calendar plugin (David Trowbridge) - Using gstdio wrappers and code cleanup (Tor Lillqvist) - Win32 Fixes (Tor Lillqvist) Updated Translations: - be (Ales Nyakhaychyk) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - el (Kostas Papadimas) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ja (Takeshi AIHANA) - lt (Žygimantas Beručka) - nb, no (Kjartan Maraas) - nn (Åsmund Skjæveland) - vi (Clytie Siddall) - zh_CN (Funda Wang) Evolution 2.5.3 2005-12-12 -------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #321639 - order of Reply methods confusing in the menu (Karsten Brackelmann) #321640 - Forward As menu missing (Karsten Brackelmann) #323140 - Mail Contex Menu ordered incorrectly (Karsten Brackelmann) #323253 - Evolution fails to show mailbox in send & receive dialog (Shi Pu) #322414 - Evolution doesn't respect to a key's change in gconf (Sam Yang) #315987 - Evolution 2.4 crashes EVERY time i sent an email (Parthasarathi) #316315 - Evolution exchange storage crashes on ECalendar sync (Varadhan) #322616 - End time in list view is displayed in UTC timezone (Chenthill) #317322 - crash when delete a imported recurrent event (Chenthill) #314639 - Evolution crashed on right click and select new appointment (Chenthill) #318777 - recurrence editing ... (Chenthill) #321237 - The categories' name cannot be displayed in braille monitor (Boby Wang) #314550 - When description of meeting is lengthy alarm notify popup should have scrollbar (Chakravarthi) #322863 - crashes on redirect (Parthasarathi) #300300 - Evolution, EAddress-conduit extra newline breaks PalmOS (Sushma) #303856 - Appointment Editor's OK button still greyed out after changing value (Johnny Jacob) #322740 - Screen Reader can't read the subject or date (Boby Wang) #322776 - Unable to keyboard navigate into message headers pane, if no message selected. (Li Yuan) #313219 - gal_view_new_dialog_set_property() does GTK_IS_ENTRY(random) (Veerapuram Varadhan) #322311 - New defined viewname with non-ASCII characters is not displayed in the View menu on some Non Ascii locale (Simon Zheng) #272514 - Don't include URL in translateable evolution-exchange message (Sushma) #314583 - Incorrect error messages (Sushma) #314576 - hang when using "Type: None" for a mail account (Partha) New features and other fixes : Evolution Editor UI and tooltip enhancements (Srinivasa Ragavan and Chenthill) Resolve duplicate symbols in e-util wrt libedataserver (Irene) Fix make-clean issues in Evolution plugins (Harish) e-attachment-bar crasher and Misc. code clean-up (Harish) Win32 related fixes and code clean-up (Tor Lillqvist) Updated Translations: - be (Vital Khilko) - bg (Rostislav Raykov) - cs (Miloslav Trmac) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Ivar Smolin) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - ja (Takeshi AIHANA) - lt (Zygimantas Beručka) - nb, no (Kjartan Maraas) - th (Theppitak Karoonboonyanan) - zh_CN (Funda Wang) - zh_TW (Abel Cheung) - zh_TW (Chao-Hsuing Liao) Evolution 2.5.2 2005-10-25 -------------------------- New Features: - New Event / Meeting Editor dialog (Srinivasa Ragavan & Chenthill) - Hula Account setup plugin (Harish) Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #302974 - Added accelerators for Next and Previous message (Sankar) #314638 - Fixes a memory build-up, while creating a new meeting with new category (Chakravarthi) #313538 - Fix to show Free/Busy information for organiser (Chenthil) #321088 - Fix to reduce the size of time window in free/busy to avoid the scroll of widget in the wrong direction. It Shows only 35 days in the canvas. (Chenthill) #273322 - Fixed a crash in evolution, when calendar is removed, remove it from publishing. (Dinesh) #316710 - Fixed a alarm issue to popup for exchange, by obtaining correct key for a authenticated calendar (Chakravarthi) #319217 - Show only alarms starting from today for missed alarms (Chakravarthi) #316280 - Fix to addressbook print to use specified page size (Evan Yan) #229972 - In contact editor, move focus automatically to next field, after setting phone from the menus (Devashish) #301081 - Fix to rememberpublishing recipents in converting mail to task plugin (Mubeen) #308752 - Renamed 'Meetings and Tasks' to 'Calendar and Tasks' in Preferences (Dinesh) Other Fixes: - Category syncing in todo-conduits (Nathen Owens) - Adjust the Date/Time widgets to take actual size in meeting/event page (Chenthill) - Automatic file extention filling in saving a calendar (Dinesh) - Code Cleanup (Harish) Update Translations: - bg (Alexander Shopov) - ca (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Priit Laes) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - ku (Erdal Ronahi) - lt (Žygimantas Beručka) Evolution 2.5.1 2005-10-25 -------------------------- New !! Evolution Memos component (Nathan Owens) and plenty of bug fixes as usual.
2006-09-15Update to 1.8.0:jmmv4-895/+900
Evolution-Data-Server 1.8.0 2006-09-04 -------------------------------------- Evolution -Data-Server 1.8 Stable Release for GNOME 2.16.0. Evolution-Data-Server 1.7.92, 2006-08-21 ------------------------------------------ Updated Translations Hendrik Richter (de), Alexander Shopov (bg), Rahul Bhalerao (mr), Satoru SATOH (ja), Kjartan Maraas (nb), Artur Flinta (pl), Žygimantas Beručka (lt), Daniel Nylander (sv), Runa Bhattacharjee (bn_IN), Gabor Kelemen (hu), Leonid Kanter (ru), Matic Žgur (sl), Clytie Siddall (vi), Funda Wang (zh_CN), Changwoo Ryu (ko), Vladimer Sichinava (ka), Xavier Conde Rueda (ca), Maxim Dziumanenko (uk), Guntupalli Karunakar (dz), Theppitak Karoonboonyanan (th), Priit Laes (et). Bug Fixes: Ricardo Markiewicz, Chenthill, Harish, Kjartan Maraas, j@bitron.ch Evolution-Data-Server 1.7.91, 2006-08-07 ------------------------------------------ Updated Translations Francisco Javier F. Serrador (es), Inaki Larranaga (eu), Ilkka Tuohela (fi), Christophe Merlet (fr), Ahmad Riza H Nst (id), Kjartan Maraas (nb), Vincent van Adrighem (nl), Jovan Naumovski (mk), Theppitak Karoonboonyanan (th) New in EDS 1.7.91: - Add filters to Groupwise SOAP calls so that each component fetches items of its own type and none other. (Harish) - Memory fixes in Addressbook (Hans Peters Jansson) Bug Fixes: Matthew Barnes, Chenthill Palanisamy, Devashish Sharma, Srinivasa Ragavan, Tor Lillqvist, Harish Krishnaswamy, Ed Catmur, Ross Burton, Wouter Bolsterlee Evolution-Data-Server 1.7.90.1, 2006-07-25 ------------------------------------------ Fix a dist bug in tarball. Evolution-Data-Server 1.7.90, 2006-07-24 ---------------------------------------- Updated Translations contributed by: Funda Wangi (zh_CN), Christophe Merlet (fr), Jonathan Ernst (fr), Changwoo Ryu (ko), Kostas Papadimas (el), Dzongkhalinux team, DIT (dz), Ilkka Tuohela (fi), Ankit Patel (gu), Daniel Nylander (sv), Priit Laes (et), Francisco Javier F. Serrador (es), Raivis Dejus (lv). New in EDS 1.7.90 : Support for GW Reminder Notes (Chenthill) Split cache for less memory, better performance (Harish) Support for security-classifications in GW send options (Sankar) Support for default alarms in GW (Harish) Support for Gadu Gadu IM in Contact Entries (Artur Flinta, Fryderyk Dziarmagowski) Memory reduction and Performance improvements in Contacts (Ross Burton) Bug fixes : Andre Klapper, Shreyas Srinivasan, Sushma Rai, Vandana Shenoy, Harish Krishnaswamy, Devashish Sharma, Hiroyuki Ikezoe, Srinivasa Ragavan. Luca Ferretti Evolution-Data-Server 1.7.4, 2006-07-10 --------------------------------------- Updated Translations contributed by: Inaki Larranaga, Ilkka Tuohela, Vincent van Adrighem, Runa Bhattacharjee, Changwoo Ryu, I.Felix, Rajesh Ranjan, Dzongkhalinux, Yair Hershkovitz, Kjartan Maraas, Chao-Hsiung Liao, Ignacio Casal Quienteiro, Theppitak Karoonboonyan, Francisco Javier F. Serrador, Ankit Patel, Hendrik Richter. Bug fixes: Harish Krishnaswamy, Jeffrey Stedfast, Sankar P, Tor Lillqvist, Andre Klapper, ,Parthasarathi, Srinivasa Ragavan, Chenthill, Wang Xin, Ross Burton, Devashish Sharma, Boby Wang, Simon Zheng, Hiroyuki Ikezoe, Frederic Peters. Evolution-Data-Server 1.7.3, 2006-06-12 --------------------------------------- Updated Translations contributed by: Kjartan Maraas, Francisco Javier F. Serrador, Gabor Kelemen, Ignacio Casal Quinteiro, Ankit Patel, Pema Geyleg, Inaki Larranaga, Clytie Siddall, Emil Hessman. Bug fixes and other changes : Chris Heath , Tor Lillqvist, Srinivasa Ragavan, Jeffrey Stedfast, Parthasarathi Susarla, Sankar P, Harish Krishnaswamy, Ross Burton, Wang Xin Simon Zheng, Devashish Sharma, Hiroyuki Ikezoe, Frederic Peters. Evolution-Data-Server 1.7.1, 2006-04-24 ---------------------------------------- First release of 1.7 development series. What is new ? ------------- * Capability to link dynamically to libdb. * Integration with gnome-keyring.
2006-09-15Update thunderbird and thunderbird-gtk1 to 1.5.0.7. Fixed in this version:ghen3-25/+6
MFSA 2006-64 Crashes with evidence of memory corruption (rv:1.8.0.7) MFSA 2006-63 JavaScript execution in mail via XBL MFSA 2006-60 RSA Signature Forgery MFSA 2006-59 Concurrency-related vulnerability MFSA 2006-58 Auto-Update compromise through DNS and SSL spoofing MFSA 2006-57 JavaScript Regular Expression Heap Corruption For more info, see http://www.mozilla.com/thunderbird/releases/1.5.0.7.html
2006-09-13Forgot to remove that patch after rblcheck update; it is no longercube1-10/+0
necessary.
2006-09-11Update to version 1.5, by Shaun Amott in PR#34492.cube4-85/+62
Changes since 1.4: * Converted to automake/autoconf for configuration, which should make it easier to extend portability. * Added support for checking multiple addresses in one invokation. * Added support for reading addresses to check from standard input, by specifying an argument of '-'. * Changed rbl.dorkslayers.com to relays.orbs.org, due to a change in management.
2006-09-11That's odd, patch-al had a wrong checksum (possibly before I added the CVStv1-2/+2
Id to the file). Fix.
2006-09-11Enable PAM support under Linux and NetBSD if available.tron4-21/+53
Bump package revision because of this change.
2006-09-11Consistently set PTHREAD_LIB, esp. for the nspr test it was not definedjoerg3-8/+35
at the time of use. Fixes SSL detection on DragonFly. Problem noted by walt <wa1ter@myrealbox.com> on DragonFly's submit list.
2006-09-09Update to 2.1.9rc1, fixes security issues.bouyer3-8/+116
Security - A malicious user could visit a specially crafted URI and inject an apparent log message into Mailman's error log which might induce an unsuspecting administrator to visit a phishing site. This has been blocked. Thanks to Moritz Naumann for its discovery. - Fixed denial of service attack which can be caused by some standards-breaking RFC 2231 formatted headers. CVE-2006-2941. - Several cross-site scripting issues have been fixed. Thanks to Moritz Naumann for their discovery. CVE-2006-3636 Internationalization - New languages: Arabic, Vietnamese. Bug fixes and other patches - Fixed Decorate.py so that characters in message header/footer which are not in the character set of the list's language are ignored rather than causing shunted messages (1507248). - Switchboard.py - Closed very tiny holes at the upper ends of queue slices that could result in unprocessable queue entries. Improved FIFO processing when two queue entries have the same timestamp.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache4-8/+8
2006-09-07Sort PLIST.taca1-7/+7
2006-09-07Sylpheed's MASTERSITES and HOMEPAGE has been moved.obache2-6/+6
2006-09-05Add source patch to address issue originally found in Sendmail 8.13.7;tv3-6/+19
may also affect 8.12.11: http://secunia.com/advisories/21637/
2006-09-05nb1: Add patch at http://www.sendmail.org/patches/client_name.assert.p0.tv3-2/+27
Non-critical, but could cause problems if "sendmail -bs" is used in conjunction with milters.
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-09-04Updated squirrelmail-locales to 1.4.8nb1 (20060903).martti3-8/+10
2006-08-31update to spamassassin 3.1.5. relevant changes:mrg2-7/+7
bug 5018: update RegistrarBoundaries with new list of 2TLDs bug 5020: drop __OUTLOOK_DOLLARS_MSGID, replace with the superset rule __OE_MSGID_2 update replace_license_blocks, have it deal with C-style comments better, put a sample commandline in place bug 4492: bayes_ignore_header was case sensitive add logging, enable zmi and doc mass-checks bug 5049: allow commented lines in gpgkeyfile and channelfile files bug 4952: set a default value for DEF_RULES_DIR_, LOCAL_RULES_DIR, and LOCAL_STATE_DIR. this fixes an issue where third-party code which hasn't been updated to deal with LOCAL_STATE_DIR can still use updates. bug 4848: Pyzor, DCC, and SpamCop plugins weren't looking at the right place to see the 'dont_report_to_...' options bug 4843: skip text/calendar parts when generating the body text arrays bug 5013: deal octal obfuscation of IP addrs in URLs bug 5049: handle comments and whitespace in sa-update config files and fix an error in channel name validation bug 4981: remove broken urirhssub support for regexp subrule and make perldoc match the code bug 5060: backport ArchiveIterator changes for rule-QA system, namely: the AICache caching subsystem for faster mass-checks, support for combined --head/--tail semantics, more verbose 'showdots' to avoid buildbot timeouts, and a new intra-child IPC me chanism for multi-child mass-checks bug 5034: fix endless loop possible from bad input or network error bug 5065: implement whitelist_from_dk bug 4823: clarify M::SA::Plugin documentation
2006-08-31Updated mail/postfix-current to 2.4-20060825martti4-22/+22
Lots of bug fixes, see HISTORY for details...
2006-08-31Updated mail/postfix-2.3.3martti4-23/+21
- File corruption while executing a Milter "header insert" action with headers-only mail (found with dk-filter). Delivery agents would go into an infinite loop because some queue file update had been done in the wrong order. As a precaution, delivery agents now detect such loops, and the queue manager now saves such mail to the "corrupt" directory. - Segmentation fault in the SMTP client while saving a cached connection with unsent data. Postfix indexed some table with -1, because some I/O cleanup had been done in the wrong order. The same problem should exist in Postfix 2.2. - Postfix no longer announces its name in delivery status notifications. All other details of the default bounce text remain unchanged. The reason for this change is that too many people believe that Wietse provides a free helpdesk service that solves all their email problems.
2006-08-30Update mail/exim from 4.62 to 4.63:abs2-6/+6
SC/01 Use a glob alias rather than an array ref in eximstats generated parser. This improves both readability and performance. SC/02 Collect SpamAssassin and rejection statistics in eximstats. Don't display local sender or destination tables in eximstats unless there is data to show. Added average volumes into the eximstats top table text output. SC/03 Collect data on the number of addresses (recipients) as well as the number of messages in eximstats. TF/01 Correct an error in the documentation for the redirect router. Exim does (usually) call initgroups() when daemonizing. TF/02 Call initgroups() when dropping privilege in exim.c, so that Exim runs with consistent privilege compared to when running as a daemon. TF/03 Note in the spec that $authenticated_id is not set for local submissions from trusted users. TF/04 The ratelimit per_rcpt option now works correctly in acl_not_smtp. Thanks to Dean Brooks for the patch. TF/05 Make it easier to get SMTP authentication and TLS/SSL support working by adding some example configuration directives to the default configuration file. A little bit of work is required to uncomment the directives and define how usernames and passwords are checked, but there is now a framework to start from. PH/01 Added #define LDAP_DEPRECATED 1 to ldap.c because some of the "old" functions that Exim currently uses aren't defined in ldap.h for OpenLDAP without this. I don't know how relevant this is to other LDAP libraries. PH/02 Add the verb name to the "unknown ACL verb" error. PH/03 Magnus Holmgren's patch for filter_prepend_home. PH/03 Fixed Bugzilla #101: macro definition between ACLs doesn't work. PH/04 Applied Magnus Holmgren's patch to fix Bugzilla #98: transport's home directory not expanded when it should be if an expanded home directory was set for the address (which is overridden by the transport). PH/05 Applied Alex Kiernan's patch to fix Bugzilla #99: a problem with libradius. PH/06 Added acl_not_smtp_start, based on Johannes Berg's patch, and set the bit to forbid control=suppress_local_fixups in the acl_not_smtp ACL, because it is too late at that time, and has no effect. PH/07 Changed ${quote_pgsql to quote ' as '' instead of \' because of a security issue with \' (bugzilla #107). I could not use the PQescapeStringConn() function, because it needs a PGconn value as one of its arguments. PH/08 When testing addresses using -bt, indicate those final addresses that are duplicates that would not cause an additional delivery. At least one person was confused, thinking that -bt output corresponded to deliveries. (Suppressing duplicates isn't a good idea as you lose the information about possibly different redirections that led to the duplicates.) PH/09 Applied patch from Erik to use select() instead of poll() in spam.c on systems where poll() doesn't work, in particular OS X. PH/10 Added more information to debugging output for retry time not reached. PH/11 Applied patch from Arkadiusz Miskiewicz to apply a timeout to read operations in malware.c. PH/12 Applied patch from Magnus Holmgren to include the "h" tag in Domain Keys signatures. PH/13 If write_rejectlog was set false when logging was sent to syslog with syslog_duplication set false, log lines that would normally be written both the the main log and to the reject log were not written to syslog at all. PH/14 In the default configuration, change the use of "message" in ACL warn statements to "add_header". PH/15 Diagnose a filter syntax error for "seen", "unseen", or "noerror" if not not followed by a command (e.g. "seen endif"). PH/16 Recognize SMTP codes at the start of "message" in ACLs and after :fail: and :defer: in a redirect router. Add forbid_smtp_code to suppress the latter. PH/17 Added extra conditions to the default value of delay_warning_condition so that it is now: ${if or { \ { !eq{$h_list-id:$h_list-post:$h_list-subscribe:}{} } \ { match{$h_precedence:}{(?i)bulk|list|junk} } \ { match{$h_auto-submitted:}{(?i)auto-generated|auto-replied} } \ }{no}{yes}} The Auto-Submitted: and various List- headers are standardised, whereas I don't think Precedence: ever was. PH/18 Refactored debugging code in route_finduser() to show more information, in particular, the error code if getpwnam() issues one. PH/19 Added PQsetClientEncoding(conn, "SQL_ASCII") to the pgsql code module. This is apparently needed in addition to the PH/07 change above to avoid any possible encoding problems. PH/20 Perl can change the locale. Exim was resetting it after a ${perl call, but not after initializing Perl. PH/21 Added a call to PQsetNoticeProcessor() to catch pgsql "notices" and output them only if debugging. By default they are written stderr, apparently, which is not desirable. PH/22 Added Alain Williams' LDAP patch to support setting REFERRALS=off on queries. JJ/01 exipick: added --reverse (and -R synonym), --random, --size, --sort and --not options JJ/02 exipick: rewrote --help documentation to hopefully make more clear. PH/23 Made -oMaa and -oMt work with -bh and -bs to pretend the connection is authenticated or an ident call has been made. Suppress the default values for $authenticated_id and $authenticated_sender (but permit -oMai and -oMas) when testing with -bh. PH/24 Re-jigged the order of the tests in the default configuration so that the tests for valid domains and recipients precede the DNS black list and CSA tests, on the grounds that those ones are more expensive. PH/25 Exim was not testing for a space following SMTP commands such as EHLO that require one. Thus, EHLORHUBARB was interpreted as a valid command. This bug exists in every version of Exim that I still have, right back to 0.12. PH/26 (n)wildlsearch lookups are documented as being done case-insensitively. However, an attempt to turn on case-sensitivity in a regex key by including (?-i) didn't work because the subject string was already lowercased, and the effects were non-intuitive. It turns out that a one-line patch can be used to allow (?-i) to work as expected.
2006-08-29Delay cat'ing the LDFLAGS file till the actual linking is happening somarkd2-4/+4
that all library dependencies are picked up. Fixes the build of pine when imap-uw has been built with the kerberos option. No revision bump as doesn't change the default build.
2006-08-27Added BUILD_DEFS (taken from ja-squirrelmail).martti1-1/+2
2006-08-27Sync with squirrelmail.martti2-3/+5
2006-08-25Update to 1.7:xtraeme3-13/+12
1.7 [2006-08-10] - Fix crashes when connection goes down unexpectedly. - Add support for letting virus emails pass. - Better message for 'busy' [Akihiro Sagawa]
2006-08-23Bump PKGREVISION due to dbus update to 0.9x.jmmv1-1/+2
2006-08-19Update mutt-compressed-mbox patchtonio2-3/+6
2006-08-19- Fix PLIST.taca2-10/+6
- Add APACHE_GROUP, APACHE_USER and VARBASE to BUILD_DEFS. Bump PKGREVISION.