summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
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
2010-02-26DESTDIRify.is4-13/+13
2010-02-26Update to thunderbird-3.0.2tnn2-6/+6
* Several fixes to improve stability and security. * Fixes for Thunderbird 2 users upgrading to Thunderbird 3. * Several fixes to IMAP.
2010-02-26sync w/ mutt-devel: allow native wide cursesdrochner1-2/+1
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz5-10/+10
2010-02-25don't insist in USE_NCURSES in the ncursesw case -- NetBSD's shoulddrochner1-2/+1
be good enough
2010-02-25Reset maintainership as requested.joerg1-2/+2
2010-02-25Reset MAINTAINER as requested.joerg1-2/+2
2010-02-25Updated to the latest dev version.martti3-17/+9
2010-02-25Updated mail/postfix to 2.7.0martti6-40/+32
Postfix stable release 2.7.0 is available. For the past several releases, the focus has moved towards improving the code and documentation, and updating the system for changing environments. - Improved before-queue content filter performance. With "smtpd_proxy_options = speed_adjust", the Postfix SMTP server receives the entire message before it connects to a before-queue content filter. Typically, this allows Postfix to handle the same mail load with fewer content filter processes. - Improved address verification performance. The verify database is now persistent by default, and it is automatically cleaned periodically, Under overload conditions, the Postfix SMTP server no longer waits up to 6 seconds for an address probe to complete. - Support for reputation management based on the local SMTP client IP address. This is typically implemented with "FILTER transportname:" actions in access maps or header/body checks, and mail delivery transports in master.cf with unique smtp_bind_address values. - The postscreen daemon (a zombie-blocker in front of Postfix) is still too rough for a stable release, and will be made "mature" in the Postfix 2.8 development cycle (however you can use Postfix 2.7 with the Postfix 2.8 postscreen and dnsblog executables and master.cf configuration; this code has already proven itself). No functionality has been removed, but it is a good idea to review the RELEASE_NOTES file for the usual minor incompatibilities or limitations. You can find Postfix version 2.7.0 at the mirrors listed at http://www.postfix.org/ The same code is also available as Postfix snapshot 2.8-20100213. Updated versions of Postfix version 2.6, 2.5 and perhaps earlier will be released with the same fixes that were already included with Postfix versions 2.7 and 2.8.
2010-02-22Updating mail/p5-MIME-Charset from 1.007.1 to 1.008sno2-6/+6
Upstream changes: 2009-10-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.008. * Imp: support for iso-8859-6-[ei], iso-8859-8-[ei]. cf. report by Hanne Moa on Sympa bug #6385 at <http://sourcesup.cru.fr/>. * Imp: support for iso-8859-16. * Imp: Allow body transfer-encoding profile "S". * Chg: Default body transfer-encoding for UTF-8 from "B" to "S". * Doc: Some fixes. New section "Incompatible changes". * Fix: META.yml: optional_features is not hashref but arrayref. Thanks SREZIC@CPAN.
2010-02-19Add $NetBSD$roy28-28/+82
2010-02-19Ensure that all plugins have e_lib_plugin_enable defined so thatroy29-3/+492
Evolution starts in a few seconds instead of a few minutes on NetBSD.
2010-02-19PRIVILEGED_STAGES is only necessary if installation does not useheinz1-1/+4
DESTDIR.
2010-02-19Added LICENSE information.heinz1-1/+2
2010-02-19Fix ownership.joerg1-2/+2
2010-02-19Use real root. XXX should be sgid to the mail daemon groupjoerg1-2/+2
2010-02-19Fix installation.joerg1-1/+3
2010-02-19Update im to 150.obache2-12/+17
While here, set LICENSE=modified-bsd and add user-destdir support. 150 (2010/02/15) * IM/Pop.pm: Move exec_getsbrfile() from pop_repr() to pop_inc() to work GetSbr correctly. (Thanks to Jacques Garrigue) * imput.in: Add msgid, nomsgid, nomime, noverbose, version and help to @CmpConfig, and Doc fix. (Thanks to HAT) * IM/EncDec.pm (mime_encode_string): Fix that iso-2022-jp strings are garbled to iso-8859-1. * IM/EncDec.pm (mime_decode): Use local variables $bq and $str instead of numbered variables. (Thanks to Kiyoshi OHGISHI) * IM/Config.pm.in: Set NamazuV2=yes as the default value. * IM/Config.pm.in: New subroutine mknmz_options. * immknmz.in: Use mknmz_options. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Add comment for MknmzOptions. * IM/Scan.pm, imput.in: Typo fix. * configure: Update using Debian autoconf 2.65-3. * config.guess, config.sub: Update using Debian autotools-dev 20090611.1.
2010-02-16Fixing PLIST by removing '*.orig' relics from patch stagesno1-2/+5