summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2010-03-16clone comm-1.9.1 patch set from devel/xulrunner into mail/thunderbird andtnn67-16/+3017
www/seamonkey so devel/xulrunner can move forward to 1.9.2.
2010-03-15DESTDIR support.schmonz29-28/+409
2010-03-15Remove the case of PKG_PHP_VERSION is 4.taca1-6/+1
No functional change.
2010-03-15Update pear-Mail_Mime package to 1.6.1.taca2-6/+6
Changelog: Bugs Fixed: * Fix encoding of Return-Receipt-To and Disposition-Notification-To headers [alec] Implemented Features: * Implement Feature #12466: Build parameters validation [alec] * Implement Feature #17175: Content-Description support for attachments [alec]
2010-03-15Update pear-Auth_SASL to 1.0.4.taca2-6/+6
Changelog: * Fix bug #16624: open_basedir restriction warning in DigestMD5.php [till]
2010-03-15Use bg-installer to install, as in upstream git, to provide DESTDIR support.schmonz4-8/+58
2010-03-15DESTDIR support.schmonz1-6/+7
2010-03-15DESTDIR support.schmonz1-3/+5
2010-03-142.8.3 2009/05/31pettai3-14/+14
Close the configuration file after reading it, plugging a descriptor leak. Release memory associated with old configuration nodes (i.e. strings) as well as the nodes themselves. Connect the configuration handle to its allocated data so cleanup can actually be thorough. Fix an error message reported inside _FFR_REPLACE_RULES. Plug a memory leak in mlfi_header() tripped when errors occur. Since ADSP has not yet been registered by IANA, adjust its method label in Authentication-Results accordingly. Include selector, domain and other text if possible when logging key retrieval failures. Add _FFR_SENDER_HEADERS, allowing user control over which header fields are used to make the sign/verify decision and perform key selection. LIBDKIM: Initialize canon_lastchar in dkim_add_canon(). LIBDKIM: Clean up any compiled regular expressions in dkim_close(). LIBDKIM: Fix some type-related compiler warnings.
2010-03-14remove dependency on p5-Email-MIME-Creator, which has been superseded byspz1-3/+3
the p5-Email-MIME package
2010-03-14remove dependencies on p5-Email-MIME-Creator and p5-Email-MIME-Modifierspz1-5/+3
which have been superseded by the p5-Email-MIME package
2010-03-14remove dependency on p5-Email-MIME-Modifier which has been superseded byspz1-3/+3
the p5-Email-MIME package
2010-03-12+ sid-milterpettai1-1/+2
2010-03-12The sid-milter package is an open source implementation of the Sender-ID andpettai9-0/+237
SPF sender authentication systems. Sender-ID and SPF have both been published by the IETF (RFC4406 and RFC4408, respectively) as experimental proposals. This package consists of a library that implements the record parsers needed to provide the authentication service, and a milter-based filter application that can plug in to the sendmail MTA to provide that service to sufficiently recent sendmail and postfix MTAs. An optional asynchronous resolver library is also provided to work around limitations of the basic BIND resolver which comes installed on most systems.
2010-03-12marked as CONFLICTS with esmtp>=1.2 (bin/mailq and/or bin/newaliases)obache5-8/+10
2010-03-12Update esmtp to 1.2.obache4-29/+24
While here, set LICENSE=gnu-gpl-v2 and add user-destdir installation support. News ~~~~ THIS PROJECT IS NO LONGER BEING MAINTAINED. IF IT DOESN'T WORK FOR YOU SEE THESE LINKS <http://esmtp.sourceforge.net/links.html>. * Version 1.2 (2009-12-24): * Make force_mda in the esmtprc to work with the -t option (based on patch by Sourav K. Mandal) * Version 1.1 (2009-12-16): * Option to force local only MDA (Robert A.M. Diamond). * Use locking in esmtp-wrapper (Phil Sutter). * Update mutt option name in the user manual (Wu Fengguang). * Version 1.0 (2008-10-09): * Fix NTLM authentication (Nils Rennebarth). * Option to disable Message-ID header (Phil Sutter). * Version 0.6.0 (2007-09-03): * Handle CR-LF newline endings when parsing the headers. * Wrapper script for off-line mail delivery (Phil Sutter). * Document how to get CA certificates. * Corrections to the manpages (Reuben Thomas). * Tips for adding missing Date: headers in messages for local delivery (Bruce Schultz). * Use a reasonable default for the reverse path when one is not specified, instead of an empty one. * Prevent segfault expanding %F in the MDA string when the reverse path is not specified.
2010-03-12* set LICENSE=gnu-gpl-v2obache1-9/+18
* add user-destdir installation support.
2010-03-12add missing @ to MAINTAINER.obache1-2/+2
2010-03-12- p5-Email-MIME-Creatorwiz1-4/+1
- p5-Email-MIME-Modifier - p5-Email-Simple-Creator
2010-03-11Updating mail/p5-Catalyst-View-Email from 0.13nb1 to 0.23sno2-13/+21
pkgsrc changes: - Add license definition - Adjust dependencies Upstream changes: 0.23 2010-01-30 - removed Email::Send::Test from t/lib/* views 0.22 2010-01-28 - small fixes, version bumpage etc 0.21_01 2010-01-27 - dev release to test recent fixes 0.21 2010-01-27 - provided a sane MANIFEST.SKIP for dzil 0.20 2010-01-26 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org> 0.19 2010-01-18 - fixed optional dependencies - added META stuff back in 0.18 2010-01-17 - Fixed version dependencies for failing regressions - added Email::Send::Test as a dependency 0.17 2010-01-14 - fixed MANIFEST 0.16 2010-01-12 - Fixed a Makefile.PL issue 0.15 2010-01-12 - Fixed teeny version issue with Email::Sender::Simple 0.14 2010-01-09 - Ported over to using Email::Sender::Simple, and Moose - Fixed Mason test so that it doesn't choke, as around 'process' seems to make it die.
2010-03-11Updating mail/p5-Email-Sender from 0.004nb1 to 0.100460sno2-14/+14
pkgsrc changes: - Adjust license - Adjust dependencies Upstream changes: 0.100460 2010-02-15 12:58:18 America/New_York avoid using AutoPrereq, as it brings in build_requires as requires 0.100450 2010-02-14 17:55:48 America/New_York allow timeout option to SMTP transport 0.100110 2010-01-11 10:43:57 America/New_York Email::Sender::Failure is now a Throwable::Error now uses Try::Tiny for internal exception handling 0.093380 2009-12-04 12:29:55 America/New_York bump Moose prereq to 0.70 based on feedback from ANDK 0.093110 2009-11-07 allow uppercase env vars to set transport attributes (charsbar) add "message" attribute to successes returned by SMTP transports 0.092840 2009-10-10 fix packaging error 0.092820 2009-10-09 improve reliability of t/sendmail.t (thanks, Mark Grimes) 0.091940 2009-07-12 packaging fixes (EU:MM version for LICENSE param) rt #47817 0.091930 2009-07-12 add some more common sendmail locations to default search 0.091870 2009-07-06 exclude unwanted methods from Email::Sender::Transport to suppress a new warning from Moose role composition 0.091740 2009-06-23 no code changes remove prereq of Test::More 0.88; weird things happened 0.091661 2009-06-15 THIS RELEASE MAY BREAK YOUR CODE... but probably not Email::Sender::Simple has been added, along with a manual Email::Sender is now a role Email::Sender::Transport is now a role, too; subclasses will break
2010-03-11Removing mail/p5-Email-MIME-Modifier version 1.456, because it's mergedsno3-33/+0
into mail/p5-Email-MIME >= 1.900
2010-03-11Removing package mail/p5-Email-MIME-Creator version 1.444, because it'ssno3-31/+0
merged into mail/p5-Email-MIME>=1.900
2010-03-11Updating mail/p5-Email-MIME from 1.863 to 1.903sno2-8/+18
pkgsrc changes: - Add license definition - Add conflict/supersedes entry for merged modules - Adjust dependencies Upstream changes: 1.903 2009-12-23 correct typo in body_set_str (RT #53004) (thanks, Herbert Leitz) 1.902 2009-11-11 allow for padding spaces in the Content-Transfer-Encoding header (Geraint Edwards) 1.901 2009-11-05 bump up Email::MIME::Encodings version required 1.900 2009-11-03 merge in Email-MIME-Modifier and Email-MIME-Creator add better support for Unicode with body_str, header_str_set, etc.
2010-03-11Email::Simple::Creator is merged into Email::Simple-2.100sno3-29/+0
2010-03-11Updating mail/p5-Email-Simple from 2.005 to 2.100sno2-7/+13
pkgsrc changes: - Add license definition - Add conflict/supersedes for merged in module Email::Simple::Creator - Add dependency to Email::Date::Format Upstream changes: 2.100 2009-11-03 merge Email-Simple-Creator into Email-Simple distribution
2010-03-11Updating mail/p5-Email-Date-Format from 1.002nb1 to 1.002nb2sno1-3/+4
pkgsrc changes: - Add license definition - Time::Local is in Perl core since Perl 5.0 - adjust dependency
2010-03-10Added LICENSEpettai1-1/+2
2010-03-10Added LICENSEpettai1-1/+2
2010-03-10Added LICENSE and added a "cleaner" looking HOMEPAGEpettai1-2/+3
2010-03-10Some pkglint -Wall fixes.martti5-22/+28
2010-03-09Added python to CATEGORIESpettai1-2/+2
2010-03-09+ py-sendmail-adminpettai1-1/+2
2010-03-09This package provides two scripts that can help administer a mail serverpettai4-0/+40
that uses the sendmail Mail Transport Agent (MTA). * mailqs reads the output from sendmail's mailq(8) command and summarizes each queue entry, one entry per line. As such, its output is more easily consumed by other scripts. * rmmq is a convenience command for removing items from a sendmail queue. When you run mailq(8) or mailqs, you get a list of sendmail queue IDs. These queue IDs map to several files in a sendmail queue directory. This command automatically maps the queue IDs to the files and removes them for you. (imported from pkgsrc-wip)
2010-03-09+ p5-Net-validMXpettai1-1/+2
2010-03-09Perl module that uses DNS and/or regular expressions to verify the validitypettai3-0/+29
of a sender, by using the senders email address as indata
2010-03-09+ p5-Mail-RFC822-Addresspettai1-1/+2
2010-03-09Mail::RFC822::Address validates email addresses against the grammarpettai3-0/+30
described in RFC 822 using regular expressions. This module is functionally equivalent to RFC::RFC822::Address, but uses regular expressions rather than the Parse::RecDescent parser.
2010-03-08Release 2.68 is mostly a bug-fix release; the most important changes are:pettai2-7/+8
* Detect Sys::Syslog vs. Unix::Syslog at run-time rather than when running ./configure. * Bug fix: Don't change Content-Disposition to "inline" by default. This was causing weird bugs with Outlook iCalendar attachments. * Various crash fixes. * Make relay_is_blacklisted and relay_is_blacklisted_multi handle IPv6 addresses. * Make the C code call smfi_setmlreply if the milter library supports it and the Perl code returns a multi-line reply. (And take over maintainer)
2010-03-08Updating mail/p5-User-Identity from 0.92nb1 to 0.93sno2-7/+8
pkgsrc changes: - Add license definition Upstream changes: version 0.93: Thu Dec 24 11:09:49 CET 2009 Fixes: - Mail::Identity->from(Mail::Address) produced error rt.cpan.org#52115 [Dmitry Bigunyak] Improvements: - do not run t/pod.t in devel environment.
2010-03-07* minimalize patch-aa, pass variables as MAKE_FLAGS.obache3-59/+65
* require bdb. * add user-destdir installation support.
2010-03-07Update squirrelmail pacakge to 1.4.20.taca26-507/+17
Version 1.4.20 - 06 Mar 2010 --------------------------- - Fixed issue with search not using literals correctly (#2846511). - Fixed issue with returning to search results due to new security token code. - Fixed issue with multi-part related messages not showing all attachments (#2830140). - Fixed for security token missing in newmail plugin (#2919418). - Fixed sort in Sent folder to sort by "To" field instead of "From" field (#2907412). - Fixed mailto: urls containing + characters. Thanks to Michael Puls II for the patch. - Made base URL autodetection more robust; fixes some lighttpd issues (probably #1741469). - Encoded From headers are now properly quoted (#2830141). - Multibyte strings (notably subjects) are now handled correctly (#2824813, #2925731). - X-DNS-Prefetch-Control: off header is now sent to browsers to prevent information leakage when Firefox does DNS prefetching for URLs contained in emails. - Added unread links in message view. - Added the ability to configure Google Mail (Gmail) as the mail server behind SquirrelMail. - Added option in display preferences that allows the signature to be stripped from the original message when replying (#2952876). Thanks to Sven Strickroth.
2010-03-05Fix wrong CONF_FILES handling.taca2-8/+14
Bump PKGREVISION.
2010-03-04Overhaul squirrelmail package:taca25-61/+504
* Add DESTDIR support. * Add more changes from squirrelmail's repositry including secure token support, hoping early release of real 1.4.20. Bump PKGREVISION.
2010-03-03relax sqlite3 dependency to match what we have in pkgsrc-2009Q4.tnn1-1/+7
2010-03-02Update pear-Mail package to 1.2.0 applying patch of PR pkg/42905taca4-48/+7
by Wen Heping. Changelog: QA release - stable. * Updated minimum dependencies (Net_SMTP, PEAR, PHP) * Doc Bug #15620 Licence change to BSD * Bug #13659 Mail parse error in special condition * Bug #16200 - Security hole allow to read/write Arbitrary File * _hasUnclosedQuotes() doesn't properly handle a double slash before an end quote (slusarz at curecanti.org, Bug #9137). * Make sure Net_SMTP is defined when calling getSMTPObject() directly (slusarz at curecanti.org, Bug #13772). * Add addServiceExtensionParameter() to the SMTP driver (slusarz at curecanti.org, Bug #13764). * Add a method to obtain the Net_SMTP object from the SMTP driver (slusarz at curecanti.org, Bug #13766).
2010-03-02Note /etc/mailer.conf (pkg/42580).martti2-8/+14
2010-03-01Update to sylpheed-3.0.0.tnn3-9/+10
Many bugfixes. New features include: * multi-threading was introduced * add new recipients to address book automatically on sending was added. * The new filter match type 'is in addressbook' was added. * Address book is now sortable by each column. * Address book search feature was added. * The setup dialog on the first run became user-friendly. * The new account setup dialog was implemented. Easy Gmail setup. * SHA1/MD5 fingerprint and validity period of certificate is now displayed * menu item to request disposition notification was added * The feature to customize the color label text was added. * The option to set only mail address of recipients when replying was added.
2010-02-27Reset PKGREVISION.taca1-2/+1
2010-02-26LICENSEis1-1/+2