summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2008-07-31Add js directory which should fix PR 39253adrianp2-3/+22
PKGREVISION++
2008-07-31Add js directory which should fix PR 39253adrianp2-3/+56
PKGREVISION++
2008-07-30Update to 0.2-alpha, which is no less alpha than 0.1.1 and fixes aschmonz11-337/+408
major bug preventing the display of non-UTF8 messages. Includes a pkgsrc patch to restore PKG_SYSCONFDIR support (#1485215). From the changelog: - Added option to disable autocompletion from selected LDAP address books (#1484922) - TLS support in LDAP connections: 'use_tls' property (#1485104) - Fixed removing messages from search set after deleting them (#1485106) - imap.inc: Fixed iil_C_FetchStructureString() to handle many literal strings in response (#1484969) - Support for subfolders in default/protected folders (#1484665) - Disallowed delimiter in folder name (#1484803) - Support " and \ in folder names - Escape \ in login (#1484614) - Better HTML sanitization with the DOM-based washtml script (#1484701) - Fixed sorting of folders with non-ascii characters - Fixed Mysql DDL for default identities creation (#1485070) - In Preferences added possibility to configure 'read_when_deleted', 'mdn_requests', 'flag_for_deletion' options - Made IMAP auth type configurable (#1483825) - Fixed empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055) - Fixed attachment list on IE 6/7 (#1484807) - Fixed JavaScript in compose.html that shows cc/bcc fields if populated - Make password input fields of type password in installer (#1484886) - Don't attempt to delete cache entries if enable_caching is FALSE (#1485051) - Optimized messages sorting on servers without sort capability (#1485049) - Corrected message headers decoding when charset isn't specified and improved support for native languages (#1485050, #1485048) - Expanded LDAP configuration options to support LDAP server writes. - Installer: encode special characters in DB username/password (#1485042) - Fixed management of folders with national characters in names (#1485036, #1485001) - Fixed identities saving when using MDB2 pgsql driver (#1485032) - Fixed BCC header reset (#1484997) - Improved messages list performance - patch from Justin Heesemann - Append skin_path to images location only when it starts with '/' sign (#1484859) - Fix IMAP response in message body when message has no body (#1484964) - Fixed non-RFC dates formatting (#1484901) - Fixed typo in set_charset() (#1484991) - Decode entities when inserting HTML signature to plain text message (#1484990) - HTML editing is now working with PHP5 updates and TinyMCE v3.0.6 - Fixed signature loading on Windows (#1484545) - Added language support to HTML editing (#1484862) - Fixed remove signature when replying (#1333167) - Fixed problem with line with a space at the end (#1484916) - Fixed <!DOCTYPE> tag filtering (#1484391) - Fixed <?xml> tag filtering (#1484403) - Added sections (fieldset+label) in Settings interface - Mark as read in one action with message preview (#1484972) - Deleted redundant quota reads (#1484972) - Added options for empty trash and expunge inbox on logout (#1483863) - Removed lines wrapping when displaying message - Fixed month localization - Changed codebase to PHP5 with autoloader
2008-07-30Bring over leapsecs_read() fix to the included libtai, probablyschmonz3-2/+16
fixing maildirserial (as with mess822). Bump PKGREVISION.
2008-07-30Bring over leapsecs_read() fix to the included libtai, fixing theschmonz3-3/+16
handful of programs which read leapsecs.dat. Bump PKGREVISION.
2008-07-29Remove yatsvrs package. It's time to say good-by to yatsvrs and itstaca48-1562/+0
client WinYAT.
2008-07-29Disable and delete yatsvrs.taca1-2/+1
2008-07-29Updated mail/postfix to 2.5.3martti2-8/+8
When a mailbox file is not owned by its recipient, the local and virtual delivery agents now log a warning and defer delivery. Specify "strict_mailbox_ownership = no" to ignore such ownership discrepancies. [HISTORY] 20080509 Bugfix: null-terminate CN comment string after sanitization. File: smtpd/smtpd.c. 20080603 Workaround: avoid "bad address pattern" errors with non-address patterns in namadr_list_match() calls. File: util/match_ops.c. 20080620 Bugfix (introduced 20080207): "cleanup -v" panic because the new "SMTP reply" request flag did not have a printable name. File: global/cleanup_strflags.c. Cleanup: using "Before-queue content filter", RFC3848 information was not added to the headers. Carlos Velasco. File smtpd/smtpd.c. 20080717 Cleanup: a poorly-implemented integer overflow check for TCP MSS calculation had the unexpected effect that people broke Postfix on LP64 systems while attempting to silence a compiler warning. File: util/vstream_tweak.c. 20080725 Paranoia: defer delivery when a mailbox file is not owned by the recipient. Requested by Sebastian Krahmer, SuSE. Specify "strict_mailbox_ownership=no" to ignore ownership discrepancies. Files: local/mailbox.c, virtual/mailbox.c.
2008-07-27Fix build against newer GNUstep.joerg2-3/+5
2008-07-24updated to 0.94rhaen2-7/+7
fixed dependencies to Mail-Webmail-Gmail ChangeLog: Mar 31 2006 - Incorporate new Mail::Webmail::Gmail
2008-07-24Update to Dovecot 1.1.2. From the release announcement mail:ghen4-13/+19
Development of new features in this release and the upcoming multi-master replication are sponsored by Directi (www.directi.com). Lucene indexing is currently deprecated in favor of the new Solr indexing. I'm even considering removing the Lucene C++ library support, so if you're interested in keeping it send me a mail. Note that the current fts-lucene is somewhat broken as well as non-optimal. Anyone interested in using zlib plugin with Maildir should read http://wiki.dovecot.org/Plugins/Zlib. I'm hoping to get the first v1.2 betas out in a couple of weeks and an eventual v1.2.0 release in a couple of months. + Added full text search indexing support for Apache Lucene Solr server: http://wiki.dovecot.org/Plugins/FTS/Solr + IMAP SORT: Added X-SCORE sort key for use with Solr searches. + zlib plugin supports now bzip2 also. + quota: All backends now take noenforcing parameter. + Maildir: Add ,S=3D<size> to maildir filename whenever quota plugin is loaded, even when not using Maildir++ quota. + deliver: Allow lda section to override plugin settings. + deliver: Giving a -m <namespace prefix> parameter now silently saves the mail to INBOX. This is useful for e.g. -m INBOX/${extension} + Added a new maildirlock utility for write-locking Dovecot Maildir. + dict-sql: Support non-MySQL databases by assuming they implement the "INSERT .. ON DUPLICATE KEY" using an INSERT trigger. - SORT: Fixed several crashes/errors with sort indexing. - IMAP: BODYSTRUCTURE is finally RFC 3501 compliant. Earlier versions didn't include Content-Location support. - IMAP: Fixed bugs with listing INBOX. - Maildir: maildirfolder file wasn't created when dovecot-shared file existed on the root directory - deliver didn't expand %variables in namespace location settings. - zlib: Copying non-compressed messages resulted in empty mails (except when hardlink-copying between maildirs). - mbox-snarf plugin was somewhat broken - deliver + Maildir: If uidlist couldn't be locked while saving, we might have assert-crashed - mbox: Fixed an assert-crash with \Recent flag handling This release also fixes a NetBSD-specific bug, see the following thread: http://www.dovecot.org/list/dovecot/2008-June/031680.html
2008-07-23Add p5-Email-Date-Format to unbreak dependencies. No cookie for rhaen.joerg1-1/+2
2008-07-23updated to 2.223rhaen2-7/+6
ChangeLog: Revision history for Perl extension Mail::Audit. 2.223 2008-04-17 localize $@ in DESTROY to prevent clobbering of outer $@ (thanks HDP; sorry to have cost you a day!) 2.222 2007-11-01 count body lines without exploding https://rt.cpan.org/Ticket/Display.html?id=29781 2.221 2007-09-17 correct bugs exposed by new Test::More 2.220 2007-07-14 fix a test to use File::HomeDir, to allow install as sudo-to-root
2008-07-22updated to 1.424rhaen2-7/+7
fixed dependency to new module mail/p5-Email-Date-Format ChangeLog: Revision history for Email-Simple-Creator 1.424 2007-11-30 replace Email::Date prereq with Email::Date::Format 1.423 2007-11-01 update Email::Simple prereq version * https://rt.cpan.org/Ticket/Display.html?id=28520 1.422 2007-07-13 fixed header: why was it creating LFCR? normalize line endings to CRLF in body improve reliability of existing line-ending code improve tests packaging improvements 1.420 2007-02-23 reduce use of unneeded variables during creation fix bugs that skipped creating headers with false values use standard crlf for creating mail A changelog entry below indicates that this was not the goal, but all the code seems as if it was meant to do this. There was a bug in the logic, and there were no tests. 1.41 2006-07-03 don't use no_plan in test; it breaks under old Test::More (applied by RJBS, thanks to LTHEGLER)
2008-07-22updated to 2.192rhaen2-7/+7
ChangeLog: 2.192 2007-11-01 horrible hack to fix regrettable decision in use of Module::Pluggable (see https://rt.cpan.org/Ticket/Display.html?id=30183) 2.191 2007-10-21 use Test mailer, not IO::All, to test internal interfaces (thanks, Andreas) 2.190 2007-09-18 fix bugs exposed by new Test::More 2.189 2007-09-17 fix bugs exposed by new Test::More 2.188 2007-06-19 added ->deliveries to Test mailer 2.187 2007-04-05 Email::Send::IO removed to Email-Send-IO distribution 2.186 2007-04-02 fix test libraries to work on 5.005
2008-07-22updated to 1.351rhaen2-6/+7
added dependency to p5-Sys-Hostname-long ChangeLog: 1.351 2007-03-22 packaging improvements 1.35 2006-07-11 Fixed version required for Sys::Hostname (thanks BARBIE) plan tests (for compat with older harnesses) keep a unique per pid part to fend of encroaching collisions (rjbs) remove ineffective caching mechanism (rjbs)
2008-07-22updated to 1.442rhaen2-7/+7
took maintainership ChangeLog: 1.442 2006-08-04 correct body_set behavior to handle refs reformat changelog to standard PEP format completely horrible fix to prevent re-encoding of encoded text during creation 1.441 2006-11-28 avoid warnings on part counting 1.440 2006-08-04 don't make a singepart message if told to make a multipart 1.43 2006-07-13 reliable ordering of content-type attributes (bug 9206) improve handling of one-part messages plan all tests
2008-07-22updated to 1.103rhaen2-7/+9
took maintainership added missing dependencies to p5-Email-Abstract, p5-Email-Date-Format ChangeLog: 1.103 2007-11-30 generation of dates now done by Email::Date::Format 1.102 2007-03-22 remove uneeded dep on Email::Simple packaging improvements 1.101 2006-08-01 fix a bug in testing; tests would only pass in second 2/3 of month (thanks Danial Pearce) 1.10 2006-07-21 add format_gmdate if no date was found, return undef, not the current time tests list Email::Abstract as a prereq
2008-07-22forgot to add DESTDIR support, typorhaen1-1/+3
2008-07-22added mail/p5-Email-Date-Format to fix pkg mail/Email-Daterhaen3-0/+26
This module provides a simple means for generating an RFC 2822 compliant datetime string. (In case you care, they're not RFC 822 dates, because they use a four digit year, which is not allowed in RFC 822.)
2008-07-22updated to 1.889rhaen2-7/+7
took maintainership ChangeLog: Release history for Email-Address 1.889 2007-12-19 even if the phrase needed quoting, do not return quoted phrase from the phrase method 1.888 2007-04-01 rt 16320 - collapse multiple whitespaces to prevent speed problem rt 24161 - forbid backslash in dot-atom 1.887 2007-04-01 fix a test to prevent failure on 5.005 1.886 2007-03-01 fix stupid use/require bug in test 1.885 2007-02-28 do not quote the phrase if it's MIME encoded do not double quote the phrase thanks to MIYAGAWA and KEVINR for tests for the above! 1.884 2006-12-04 fix phrase-quoting behavior by always quoting the phrase, if given this fixes bug 13387; thanks, Dave Rolsky! 1.883 2006-11-25 resolve bug 23565, as_string didn't work on 5.8.0 (weird!) improve skip behavior for cache-cow.t with older Scalar::Util restore as_string issue deprecation warning if $STRINGIFY is changed 1.882 2006-11-22 fix bug 21270, do not allow changes to objects to pollute the cache packaging improvements make test suite easier to manage improve honesty of documentation (we are not complete, (yet)) 1.881 2006-11-20 Basically: fixes a case where regex never returns. resolve bug 23187 by slighly diluting the solution to 22991, which is a more marginal problem than that of 23187, in practical terms 1.880 2006-11-11 resolve bug 22991, support obs-phrase construct this creates a significant slowdown, sadly, but nothing to rival bug 16320 1.871 2006-10-12 1.870 2006-08-10 restore as_string issue deprecation warning if $STRINGIFY is changed 1.86 2006-07-21 update docs tweak regex for approximate 50% performance boost ...but bug 16320 is still true: Email::Address can be VERY slow https://rt.cpan.org/Ticket/Display.html?id=16320 1.85 2006-07-07 add disable_cache and enable_cache methods (bug 19163, thanks ADAMK)
2008-07-21patch-am was never committed.ghen1-2/+1
2008-07-21Fix broken build (and some related problems) on 64-bit platforms.dholland4-1/+69
2008-07-20Update from version 1.6.1 to 1.6.4.he2-7/+7
Pkgsrc change: add HOMEPAGE. Upstream changes: 1.6.4 Wed Feb 16 07:43:28 CST 2005 - I screwed the pooch on 1.6.3, blatant typo pointed out to me by matrix200 guess I forgot to run make test before releasing. 1.6.3 Sun Jan 30 20:53:22 CST 2005 - arrg, I fixed get_quotaroot incorrectly and didn't test it. It should have used the same regex as get_quota instead of what I did. Thanks Franscesco for pointing out the error (again). 1.6.2 Sun Jan 30 10:33:50 CST 2005 - bug report from Francesco Gennai, get_quota and get_quotaroot improperly handling folders/mailboxes with spaces patched both with a regex to handle the data extraction, should work now.
2008-07-20Roman Kulik cannot maintain those packages anymore (he told me inheinz7-14/+14
private mail some months ago).
2008-07-18Update to 2.63. From the changelog:schmonz2-6/+6
* Licensed under GPL 2 & 3 now * Display feed number in warning and error message lines * Fix for unicode handling problem with certain entry titles
2008-07-18Fix PLIST and buildlink3.mk errorssmb3-4/+6
2008-07-18- updated to 3.08rhaen2-6/+6
Changelog: version 3.08: Tue Jun 3 09:36:24 CEST 2008 Fixes: - message_to_file used wrong command. rt.cpan.org#36184 [Parse Int] - oops, distribution released with OODoc/oodist, not make dist. [Randy Harmon] - fix parsing of body-structure information for multi-parts rt.cpan.org#36279 [Doug Claar] Improvements: - Updated README and TODO (Was 'Todo') version 3.07: Mon Apr 28 09:17:30 CEST 2008 Fixes: - expunge with no folder specified produced "use of undef" error. Fixed by [André Warnier] - additional arguments for create [Michael Bacon] - accepts LIST answer with multiple lines [Michael Bacon] - ::BodyStructure::_address() should be _addresses() Fixed by rt.cpan.org#35471 [Brian Kelly]
2008-07-18Update to 4.0.1. This version fixes several bugs:schmonz2-6/+6
- The automatic conversion of a graylist directory structure could generate errors for empty sender addresses (commonly used for bounce messages). Thanks to David Stiller for reporting this one. - Connections encrypted with TLS (not decrypted by spamdyke) weren't always being rejected, even if there was no chance they should be accepted. Thanks to Sergio Minini for reporting this one. - A double-free() problem could result in crashes if the "rejection-text-graylist" option was used within a configuration directory. - Compiling on Solaris was generating a warning.
2008-07-17Updated to version 0.32.heinz2-8/+6
Thanks to Julian Dunn in PR pkg/39031 for the notice. Since June CPAN-daily messages were utf-8/base64 encoded and my procmail recipes did not handle that... Pkgsrc changes: - Does not require security/p5-Digest-SHA1 anymore. - Does not require devel/p5-Error anymore (already unnecessary for 0.29). Changes since version 0.30: =========================== Version 0.32 - released 2008-06-03 * removed requirement for Digest::SHA1 (issue #1832549). We now use the more capable Digest::SHA module for SHA-1 and SHA-256. * bugfixes: * granularity checking should be case-sensitive (issue #1938112). * identity tag now uses quoted-printable encoding (issue #1839015). * API improvement: * implemented identity_source() for DkSignature objects Version 0.31 - released 2008-04-14 * some error detail messages were changed (see ChangeLog, 2008-01-10 entry) * by default, and when possible, DKIM signatures now omit c= and q= tags (they are optional tags) (issue #1878518) * DKIM and DomainKey signatures are now wrapped so that line breaks occur before colon (':') separators instead of after; this avoids confusing some broken MUAs (issue #1868648) * bugfixes: * "undef value" error when DKIM signature appears at end of header (issue #1878954) * use proper regexp for splitting email address (issue #1878994) * API improvements: * can specify a domain for fetch_author_policy() (issue #1879197) * can access a signature's public-key object (issue #1879215) * can specify an OpenSSL-private-key object for PrivateKey->new() (issue #1879209) Version 0.30.1 - released 2008-01-24 * bugfix: * email from cisco.com was failing to verify (issue #1878523)
2008-07-16- took maintainershiprhaen1-2/+2
Changelog: 2.134 2007-11-16 (no code changes from previous dev release) 2.133_05 2007-11-11 [BUG FIXES] added is_available method to MIMEEntity plugin 2.133_04 2007-09-24 [ENHANCEMENTS] created Email::Abstract::Plugin base class; please use it! added is_available method to plugins [BUG FIXES] is_available in the Mail::Internet adapter should solve header folding issues (by preventing you from using it when it can't work) 2.133_03 2007-08-?? diagnostics in output to indicate what version of a module we used 2.133_02 2007-07-?? fix test planning 2.133_01 2007-07-?? add test to ensure that "can't handle" exception is thrown ASAP remove unexplained requirement for perl 5.6 fix Mail::Internet header fetching to unfold headers fix Mail::Message body setter, which hosed newlines fix body handling for Mail::Internet improved consistency of method used to find adapter class improved tests and test coverage
2008-07-16- updated to 2.134rhaen2-8/+6
- small cleanup inside the Makefile
2008-07-16- updated to 1.861rhaen2-8/+8
- took maintainership Changelog: 1.861 2007-11-05 added perl-minver.t -- Email::MIME requires perl >= 5.006 we now require Email::Simple 2.003 1.860 2007-07-13 tentative tweak to tests and C-T-E handling for charset probably needs more research, testing, and fixing
2008-07-16- updated to 2.004rhaen2-7/+7
- took maintainership Changelog: 2.004 2008-06-25 publicize default_header_class method remove the long-deprecated Headers.pm 2.003 2007-07-19 improve tests, for 5.5 compat remove conditional circular prereq on Email::MIME, replace it with a warning and delay 2.002 2007-07-14 change initialization order to unbreak Email::MIME do not return ->body from ->body_set to simplify subclass behavior 2.001 2007-07-13 fix t/perl-minver.t to properly skip if T::MV not installed retroactively set 2.000 release date! 2.000 2007-07-13 huge improvement to speed of bodyless message parsing pointed out by Dan Dascalescu; thanks! more documentation of header class new Header crlf defaults to real CRLF fix tests to avoid requiring 5.6
2008-07-16Update to 4.0.0. The changelog is unwieldy; highlights:schmonz6-43/+23
* Several options have changed names, behaviors, defaults, and/or possible settings, all of which are explained in the upgrade instructions. * Many new options have been added: config-dir config-dir-search dns-blacklist-file dns-level dns-max-retries-total dns-max-retries-primary dns-server-ip dns-server-ip-primary dns-timeout-secs dns-whitelist-file filter-level graylist-exception-ip-entry graylist-exception-rdns-entry graylist-level ip-blacklist-entry ip-in-rdns-keyword-blacklist-entry ip-in-rdns-keyword-whitelist-entry ip-in-rdns-keyword-whitelist-file ip-whitelist-entry local-domain-entry rdns-blacklist-entry rdns-whitelist-entry recipient-blacklist-entry recipient-whitelist-entry rejection-text-access-denied rejection-text-dns-blacklist rejection-text-earlytalker rejection-text-empty-rdns rejection-text-graylist rejection-text-ip-blacklist rejection-text-ip-in-cc-rdns rejection-text-ip-in-rdns-keyword-blacklist rejection-text-local-recipient rejection-text-max-recipients rejection-text-missing-sender-mx rejection-text-rdns-blacklist rejection-text-recipient-blacklist rejection-text-reject-all rejection-text-relaying-denied rejection-text-rhs-blacklist rejection-text-sender-blacklist rejection-text-smtp-auth-required rejection-text-timeout rejection-text-unresolvable-rdns relay-level rhs-blacklist-file rhs-whitelist-file run-as-user sender-blacklist-entry sender-whitelist-entry smtp-auth-level tls-level * An example spamdyke.conf has been provided.
2008-07-15- add a note that this is used mail/sendmail/Makefilejnemeth1-2/+3
- change MAINTAINER to OWNER as I prefer to be consulted before changes are made
2008-07-15update to 2.22.3.1drochner4-382/+6
changes: -bugfixes -Fixes for CVE-2008-1108 and CVE-2008-1109 were integrated -build fix -translation updates
2008-07-15add missing .hdrochner1-2/+2
2008-07-15update to 2.22.3drochner3-7/+8
changes: -bugfixes -translation updates
2008-07-15+p5-Catalyst-View-Emailabs1-1/+2
2008-07-15Added mail/p5-Catalyst-View-Email version 0.11abs3-0/+36
Sends templated mail, based upon your default view. It captures the output of the rendering path, slurps in based on mime-types and assembles a multi-part email using Email::MIME::Creator and sends it out.
2008-07-14Mark as destdir ready.joerg9-9/+27
2008-07-14Updated mail/p5-Email-MIME-Creator to 1.454abs2-6/+6
1.454 2007-07-14 fix some spurious "Date" headers in badly-written tests 1.453 2007-04-19 fix a bizarre test that broke on some OSes (at least some Win32's) thanks to "chris" for the report! 1.452 2007-03-22 packaging improvements 1.451 2006-08-04 require Email::MIME::Modifier 1.440 to avoid bug 1.45 2006-07-06 better detection of non-7bit parts don't base64-encode 7bit parts
2008-07-13Fix distinfo....smb1-4/+4
2008-07-13Add claws-mail archive plug-in; delete pdf viewer plug-insmb1-2/+2
2008-07-13Package deleted upstream due to GPL license version conflictsmb4-62/+0
2008-07-13Update to 3.5.0:smb48-128/+341
# IMAP with STARTTLS The certificate port on TLS was fixed, however this will trigger one wrong 'New certificate' warning on the first connection. New in this release: # Added an option, "Use secure file deletion if possible", which enables shredding of temporary files and messages instead of just removing them. This is available on the Other preferences page. # Added an option, "Select the HTML part of multipart/alternative messages". This is available on the Message View/Text Options preferences page. # Added an option to the 'Create new folder' dialogue which enables new folders to inherit the properties of their parent folders during folder creation. # Added a hidden option, "two_line_vertical", which toggles the 2-line view in the message list when using the 3-column layout. Defaults to '1', show 2 lines. # Added a hidden option, "outgoing_fallback_to_ascii", which allows the user to specify an outgoing charset/encoding, but still fall back to 7bit US-ASCII when possible. Defaults to '1', fallback when possible. # Added support for the Avant Window Navgator (Awn) information bubble. This is automatically enabled if dbus is available. # Face and X-Face headers can now be added globally and per-account from configuration files under ~/.claws-mail/autofaces/. Further information is provided in the manual. # The SHA1 fingerprint is now shown on the SSL certificate dialogue and the labels are now selectable. # Several GUI improvements have been made, (Address book, filtering dialogue, Actions dialogue, and Account preferences). # New icons have been added for 'Reply to list' and 'Cancel'. The 'Insert file' and 'Close' icons have been improved, as have the tray icons. # Added the Trash and Delete icons to the Custom Toolbars options. # SMTP-only accounts are now not shown in the Receive menus and Account lists in filtering/processing, as they are irrelevant here. # tools/csv2addressbook.pl Support for a gmail exported csv address book was added. # Updated English, French, and Spanish manuals. # Updated translations: Brazilian Portuguese, Finnish, French, German, and Spanish. # Removed unmaintained translations: Bulgarian, Croatian, Czech, Dutch, Greek, Hebrew, Japanese, Korean, Norwegian, Russian, Swedish, and Taiwanese. (New maintainers are very welcome, contact paul@claws-mail.org)
2008-07-13Finish update to 3.5.0smb2-6/+5
2008-07-13Add patch for IMAP tag arbitrary code execution in the perdition IMAP servertonnerre3-3/+113
(CVE-2007-5740).
2008-07-13Add a fix for a buffer overflow reading ir commands in balsa.tonnerre3-6/+15