summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2009-11-24Update to 4.14.0. From the changelog:schmonz2-6/+6
- handle additional cases where IMAP (and for good measure, POP3) server is broken and offers a message that it then fails to return. Thanks: Eric Waguespack.
2009-11-23Update to Roundcube 0.3.1 (ok schmonz). Changes since 0.3-stable:ghen4-39/+53
* Specify toolbar container in compose template (#1486247) * Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) * Avoid unnecessary page loads for selected tab (#1486032) * Fix quota indicator issues by content generation on client-size (#1486197, #1486220) * Don't display disabled sections in Settings (#1486099) * Added server-side e-mail address validation with 'email_dns_check' option (#1485857) * Fix login page loading into an iframe when session expires (#1485952) * Allow setting port number in 'force_https' option (#1486091) * Option 'force_https' replaced by 'force_https' plugin * Fix IE issue with non-UTF-8 characters in AJAX response (#1486159) * Partially fixed "empty body" issue by showing raw body of malformed message (#1486166) * Fix importing/sending to email address with whitespace (#1486214) * Added XIMSS (CommuniGate) driver for Password plugin * Fix newly attached files are not saved in drafts w/o editing any text (#1486202) * Added attachment upload indicator with parallel upload (#1486058) * Use default_charset for bodies of messages without charset definition (#1486187) * Password: added cPanel driver * Fix return to first page from e-mail screen (#1486105) * Fix handling HTML comments in HTML messages (#1486189) * Fix folder/messagelist controls alignment - icons used (#1486072) * Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178) * Fix cache status checking + improve cache operations performance (#1486104) * Prevent from setting INBOX as any of special folders (#1486114) * Fix regular expression for e-mail address (#1486152) * Fix Received header format * Implemented sorting by message index - added 'index_sort' option (#1485936) * Fix dl() use in installer (#1486150) * Added 'ldap_debug' option * Fix "Empty startup greeting" bug (#1486085) * Fix setting user name in 'new_user_identity' plugin (#1486137) * Fix incorrect count of new messages in folder list when using multiple IMAP clients (#1485995) * Fix all folders checking for new messages with disabled caching (#1486128) * Support skins in 'archive' and 'markasjunk' plugins * Added 'html_editor' hook (#1486068) * Fix DB constraint violation when populating messages cache (#1486052) * Password: added password strength options (#1486062) * Fix LDAP partial result warning (#1485536) * Fix delete in message view deletes permanently with flag_for_deletion=true (#1486101) * Use faster/secure mt_rand() (#1486094) * Fix roundcube hangs on empty inbox with bincimapd (#1486093) * Fix wrong headers for IE on servers without $_SERVERHTTPS? (#1485926) * Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655) * Check 'post_max_size' for upload max filesize (#1486089) * Password Plugin: Fix %d inserts username instead of domain (#1486088) * Fix rcube_mdb2::affected_rows() (#1486082)
2009-11-20Update pfqueue to 0.56fhajny5-10/+82
pkgsrc changes: - Pick backends using options framework Upstream changes: Too many changes, please see HOMEPAGE.
2009-11-17Changes 4.70:adam6-152/+26
* Added patch by Johannes Berg that expands the main option "spamd_servers" if it starts with a dollar sign. * Write list of recipients to X-Envelope-Sender header when building the mbox-format spool file for content scanning. * Added patch by Wolfgang Breyha that adds experimental DCC (http://www.dcc-servers.net/) support via dccifd. Activated by setting EXPERIMENTAL_DCC=yes in Local/Makefile. Check out experimental_spec.txt for more documentation. * Bugzilla 673: Add f-protd malware scanner support. * Bugzilla 657: Embedded PCRE removed from the exim source tree. When building exim an external PCRE library is now needed - PCRE is a system library on the majority of modern systems. See entry on PCRE_LIBS in EDITME file. * Bugzilla 646: Removed unwanted C/R in Dovecot authenticator conversation. Added nologin parameter to request. * Do not log submission mode rewrites if they do not change the address. * Bugzilla 662: Fix stack corruption before exec() in daemon.c. * Bugzilla 602: exicyclog now handles panic log, and creates empty log files in place. Contributed by Roberto Lima * Bugzilla 667: close socket used by dovecot authenticator * Bugzilla 615: When checking the local_parts router precondition after a local_part_suffix or local_part_prefix option, Exim now does not use the address's named list lookup cache, since this contains cached lookups for the whole local part. * Bugzilla 521: Integrated SPF Best Guess support contributed by Robert Millan. Documentation is in experimental-spec.txt * Bugzilla 668: Fix parallel build (make -j). * Bugzilla 437: Prevent Maildir aux files being created with mode 000 * Bugzilla 598: Improvement to Dovecot authenticator handling. * Leading white space used to be stripped from $spam_report which wrecked the formatting. Now it is preserved. * Save $spam_score, $spam_bar, and $spam_report in spool files, so that they are available at delivery time. * Fix the way ${extract is skipped in the untaken branch of a conditional. * TLS error reporting now respects the incoming_interface and incoming_port log selectors. * more...
2009-11-15Update to 2.4.11:wiz2-6/+6
2009-11-07 Jeffrey Stedfast <fejj@novell.com> * README: Bumped version * configure.in: Bumped version to 2.4.11 * build/vs2008/gmime.vcproj: Bumped version. 2009-11-05 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-multipart.c (ptr_array_insert): Fixed to handle an index larger than the current array length as well as fixing the true insert case to shift items when index is les than the current array length (as opposed to when it is equal-to). Thanks to harven@gingers.rulez.pl for finding this bug. 2009-10-10 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-utils.c: Fixed the military timezone offsets.
2009-11-14Update to Dovecot 1.1.20.ghen2-6/+6
* Upgraded to Unicode 5.2.0 - Maildir: Fixed crash when using a lot of keywords. - file_set_size() was broken with OSes that didn't support posix_fallocate() (almost everyone except Linux), causing all kinds of index file errors.
2009-11-12List existing "cdb" option in PKG_SUPPORTED_OPTIONS to make it somewhat lessghen2-4/+4
useless. :-)
2009-11-10Update mail-notification to 5.4markd10-141/+117
pkgsrc changes: patch to use gmime24 Changes since 5.3: * The regression which caused some read IMAP messages to be reported as unread has been fixed. * And more, see the NEWS file. Changes since 5.2: * A crash affecting IMAP, Maildir and POP3 mailboxes has been fixed. * A crash affecting Evolution mailboxes on 64-bit systems has been fixed. * And more, see the NEWS file. Changes since 5.1: * Default configuration values were not registered. Changes since 5.0: * A number of minor issues have been fixed. Most notably, the message count is now drawn properly. * And more, see the NEWS file.
2009-11-05Updated to version 0.37.heinz2-7/+7
Pkgsrc changes: - Added LICENSE Relevant changes since version 0.32: ==================================== Version 0.37 - released 2009-09-08 * New/changed functionality: * ADSP records now check whether the domain itself exists, in accordance to the ADSP specification * bugfixes: * fixed regexp used to detect header field names (issue #2803465) * various fixes to ADSP checking Version 0.36 - released 2009-06-02 * API changes: * restore the as_string() method which was accidentally removed in version 0.34 Version 0.35 - released 2009-05-22 * bugfixes: * fixed a runaway regular expression in the canonicalization routines (patch provided by Mark Martinec) Version 0.34 - released 2009-05-20 * New/changed functionality: * support for ADSP (author-domain-signing-practices) records * removed support for pre-standardized DKIM signatures (i.e. these are DKIM signatures without a v= or bh= tag). * DNS resolver errors are detected and reported as such * API changes: * renamed Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Programs using the former name to create policy objects directly (though it would be more expected to fetch the objects through Mail::DKIM::Verifier) should update their code * new policies() method in Mail::DKIM::Verifier for fetching all applicable sender/author signing policies * bugfixes: * Signer object would die if first line of input wasn't a header (rt.cpan.org issue #46179) Version 0.33 - released 2009-03-10 * bugfixes: * signature wrapping would sometimes cause improper preparation of DKIM signatures, with "simple" canonicalization (issue #2257046) * test scripts: * the included corpus is now verified using a fake-DNS resolver, which means the test corpus can validate even when your DNS servers are really slow
2009-11-05Updated to version 2.85.heinz3-16/+20
Pkgsrc changes: - Submitted patch-aa upstream. - Added LICENSE. - Put PKG_INSTALLATION_TYPES and PKG_DESTDIR_SUPPORT in section 4 of Makefile. - Shut up a pkglint warning about quoting. Changes since version 2.84: =========================== 2.85 (July 21, 2008) Relicense under Artistic License 2.0. See LICENSE for details.
2009-10-31getline -> get_linetnn2-1/+69
2009-10-29PKGREVISION bump pkgs which are affected by the libgnome changedrochner1-1/+2
to leave out esound
2009-10-29Updated mail/clamav to 0.95.3martti4-17/+17
* bug fixes
2009-10-26update to 2.28.1drochner3-10/+11
This switches to the gnome-2.28 release branch. compile-tested only (The old one didn't build anymore as reported by wiz.)
2009-10-26update for dependency changes in 2.28drochner1-1/+2
2009-10-25libecal uses libedataserver uses GConf, ORBit2, libxml2, so providewiz1-1/+4
these header files for dependencies as well.
2009-10-24Updating mail/p5-MIME-Lite from 3.026 to 3.027sno2-6/+6
Upstream changes: Version 3.027 Add send_to_testfile method (Thanks, AlexanderBecker)
2009-10-24update to 2.28.1drochner8-1180/+901
This switches to the gnome-2.28 release branch.
2009-10-23Distfile changed in place, set DIST_SUBDIR (noticed by taca@).schmonz2-5/+6
2009-10-22remove stale dependency from bl3 (noticed by wiz),drochner2-6/+2
being here, clean out some entries which were already commented out
2009-10-21update to 2.28.1drochner5-388/+362
This switches to the gnome-2.28 release branch.
2009-10-21update to 2.4.10drochner2-6/+6
changes: uudecode bugfix
2009-10-21Update to 1.05. From the changelog:schmonz3-12/+11
- Fixed compilation of src/selfpipe.cc on Solaris and other OSes. - Fixed handling of TM_HAS_ISDST on Solaris. - Fixed a few address parsing glitches.
2009-10-17Fix the patch file so it actually finds the file to patch.pgoyette2-4/+4
2009-10-17Replace local getline() function to avoid conflict with native NetBSDpgoyette2-1/+31
getline() OK wiz@
2009-10-14fix the DESTDIR support by removing the install-root target whichplunky4-16/+25
would otherwise cause a chown of the trigger file. (with DESTDIR, the "nullmail" user & group are not yet created) Because this leaves the trigger file possibly owned by root, add a test in the rc "start" path to [re]make it when necessary. put this test and the daemon background and logging into a separate script so that it can be run by the rc framework as the nullmail user in the normal way, and add a procname argument to allow the "status" and "stop" rc commands to work properly. bump PKGREVISION
2009-10-14Update to 4.13.0. From the changelog:schmonz2-6/+6
-fix new log message not having trailing newline. Thanks: Morty Abzug.
2009-10-13disable DESTDIR support. There is an issue with adding the 'nullmail'plunky1-2/+2
user and using chown nullmail:nullmail that I'm looking into
2009-10-12Have spellchecker by defaultahoka2-7/+5
Take maintainership from Chris (I have asked him in private mail) Remove PKG_REVPATH, I think we gave enough time.
2009-10-12Update dbmail to 2.2.12.obache3-8/+23
Changes since 2.2.11: * Backport IPv6 support * Remove generated autoconf files from the release. Please install automake-1.9 and run autoreconf -i before running configure * Backport the fix for duplicate mailboxes in LIST/LSUB responses * Backport for internaldate as UTC * Fix for file descriptor leakage Bugs fixed since 2.2.10: 0000742: [Authentication layer] PATCH: authldap.c - multiple attributes for field_mail (Toast) - resolved. 0000731: [Documentation] Missing documentation of database layer logging control (paul) - resolved. 0000723: [Database layer] simultaneous mailbox creation (paul) - resolved. 0000709: [Database layer] Some sql optimizations (paul) - resolved. 0000721: [Authentication layer] mail quota in ldap not used during delivery (paul) - resolved. 0000698: [IMAP daemon] PostgreSQL 8.3.1 can't execute query (paul) - resolved. 0000712: [General] traces to stderr may cause core dumps if hostname >=16 (paul) - resolved. 0000710: [IMAP daemon] eliminate annoying "[Illegal seek] on read-stream" message from imap4d - resolved. 0000704: [IMAP daemon] IMAP TEXT searches stop at headers - resolved. 0000670: [IMAP daemon] IMAP TEXT searches only seem to search headers (paul) - resolved.
2009-10-11update to nullmailer-1.04plunky3-21/+25
while here, fix some pkglint complaints, add DESTDIR support and provide a LICENCE
2009-10-11fix a problem with the rc script where the command would not startplunky1-2/+8
at boot time. This is because the & is within the command_args string. use a start_cmd instead.
2009-10-08Update to 4.12.0. From the changelog:schmonz2-6/+6
- handle MSExchange failure to deliver message gracefully. Thanks: Morty Abzug. - documentation updates regarding Python IMAP memory bug. Thanks: "spig". - fix bad tag in documentation.
2009-10-07Provide --mode arguments for libtool.joerg3-14/+14
2009-10-04update master_sites. stick to official distribution sites. remove neu.edu.zafer1-2/+1
2009-10-04Add two small fix:taca4-3/+50
* Use case ignore match for detecting encoded header. This is language independent problem. * Improve handling of file name of attachment in Japanese environment. These fixes make squirrelmail usable after remove of japaneses patch. Bump PKGREVISION.
2009-10-03Update thunderbird and thunderbird-gtk1 to 2.0.0.23.ghen12-153/+68
Security fixes in this version: MFSA 2009-43 Heap overflow in certificate regexp parsing MFSA 2009-42 Compromise of SSL-protected communication For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.23/releasenotes/
2009-09-30update to 0.7.0, to support claws-mail-3.7.2drochner4-22/+9
requested by smb
2009-09-30update to 2.0.5 -- 2.0.3 doesn't build with claws-mail-3.7.2 due todrochner5-38/+12
an API change
2009-09-30propagate "enchant" dependency, fixes build of some "extra" (ie notdrochner1-1/+3
bundled) plugins
2009-09-29Obsolete squirrelmail-japanese and squirrelmail-lite package options.taca3-27/+3
* Currently, squirrelmail package is brokwn when enable squirrelmail-japanese option and are/squirrelmail/functions/decode/iso_2022_jp.php was conflicted between squirrelmail and squirrelmail-decode package. * squirrelmail-japanese isn't available for squirrelmail-1.4.20-RC2. Bump PKGREVISION.
2009-09-29Remove subst of IMAPClient => ImapClient2 now we can use the standardabs1-7/+2
IMAPClient module. Bump pkgrevision
2009-09-24Include "../../sysutils/desktop-file-utils/desktopdb.mk" to make pkglintwiz1-1/+2
happy.
2009-09-24Bumping revision of packages which depend direct or indirect onsno2-2/+4
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-22Added mail/p5-App-Siesh version 0.20sno1-1/+2
2009-09-22Importing package mail/p5-App-Siesh for p5 module App::Siesh v0.20 fromsno3-0/+43
PR pkg/41818 with some modifications. Siesh provides a shell-like interface for manipulating sieve scripts using the ManageSieve protocol.
2009-09-22Always add "VARBASE" to "BUILDDEFS" as we use it unconditionally now.tron2-5/+3
2009-09-22Backout incorrect change. Problem pointed out Petar Bogdanovi.tron1-2/+2
2009-09-22Fix user destination directory build if the database directorytron5-8/+14
doesn't exist yet. Based on a patch supplied by Petar Bogdanovi in private e-mail.
2009-09-22Remove a bogus patch which specified a hardcoded /usr/pkg/lib/firefox rpath.tnn2-18/+1
Can't possibly be right for this package.