summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2013-04-21Add p5-Mail-POP3Clientryoon1-1/+2
2013-04-21Import p5-Mail-POP3Client-2.18 as mail/p5-Mail-POP3Client.ryoon3-0/+26
This is a POP3 client module for perl5. It provides an object-oriented interface to a POP3 server. It can be used to write perl-based biff clients, mail readers, or whatever. See the inline POD doco for more details. (perldoc Mail::POP3Client)
2013-04-21Add p5-Test-Emailryoon1-1/+2
2013-04-21Import p5-Test-Email-0.07 as mail/p5-Test-Email.ryoon3-0/+30
This package contains the following modules. Test::Email Test Email Contents Test::POP3 Automate Email Delivery Tests
2013-04-21Update to 5.504ryoon2-8/+7
Changelog: 5.504 2013-01-30 David F. Skoll <dfs@roaringpenguin.com> * VERSION 5.504 RELEASED * Fix encoding of MIME parameters that contain a quoted string: "like \"this" https://rt.cpan.org/Public/Bug/Display.html?id=80433 * Suppress useless warnings from tests https://rt.cpan.org/Public/Bug/Display.html?id=80679 * Fix long-standing bug in encode_mimewords that can break multibyte-encodings (eg, utf-8) https://rt.cpan.org/Public/Bug/Display.html?id=5462 5.503 2012-06-08 David F. Skoll <dfs@roaringpenguin.com> * VERSION 5.503 RELEASED * Avoid inappropriately untainting data https://rt.cpan.org/Public/Bug/Display.html?id=67119 * Localise $\ to avoid parsing problems if it's set elsewhere https://rt.cpan.org/Public/Bug/Display.html?id=71041 * Improve exorcising of filenames https://rt.cpan.org/Public/Bug/Display.html?id=71677 * Fix potential race condition in t/Smtpsend.t https://rt.cpan.org/Public/Bug/Display.html?id=68879 * Allow native I/O on File::Handle objects https://rt.cpan.org/Public/Bug/Display.html?id=72538 * Add "recommends Convert::BinHex" clause to Makefile.PL https://rt.cpan.org/Public/Bug/Display.html?id=72223 * Add module_name to Makefile.PL https://rt.cpan.org/Public/Bug/Display.html?id=77138 * Fix "Uninitialized value" warning https://rt.cpan.org/Public/Bug/Display.html?id=77190 * Don't run t/Smtpsend.t on systems that lack fork() https://rt.cpan.org/Public/Bug/Display.html?id=77351 * Add "use strict" everywhere https://rt.cpan.org/Public/Bug/Display.html?id=77582
2013-04-19Avoid compilation error caused by use of GStaticMutex which wasprlw14-1/+52
deprecated in GLib 2.32 - needed for a successful compile with GLib 2.36.
2013-04-18Remove patch-ai, removed from distinfo during recent updated.wiz1-13/+0
2013-04-15Add SASL PLAIN Support. Patch submitted upstreammanu5-2/+147
http://sourceforge.net/tracker/?func=detail&aid=3610674&group_id=311&atid=300311
2013-04-13Hand in maintainership.ghen3-6/+6
2013-04-09Update to 17.0.5ryoon2-138/+138
* Sync with thunderbird-17.0.5.
2013-04-09Update to 17.0.5ryoon3-17/+13
Changelog: FIXED Security fixes can be found here FIXED Adjusting font size when composing emails should be easier (Bug 824926) Fixed in Thunderbird 17.0.5 MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux MFSA 2013-34 Privilege escalation through Mozilla Updater MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service MFSA 2013-31 Out-of-bounds write in Cairo library MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5)
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent4-14/+13
2013-04-07Edited DESCR in the case of:rodent3-95/+35
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-06"Each sed command should appear in an assignment of its own."rodent8-55/+54
2013-04-06Resolves:rodent3-6/+6
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent1-2/+2
2013-04-06'Please use ${ECHO} instead of "echo".'rodent2-4/+4
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06"Packages that install libtool libraries should define USE_LIBTOOL."rodent1-3/+4
2013-04-06"Please write NetBSD.org instead of netbsd.org"rodent2-4/+4
2013-04-06'For consistency, please add a trailing slash to "http://example.com".'rodent1-2/+2
2013-04-06'Please use "${TEST}" instead of "test".'rodent1-2/+2
2013-04-06Fixes:rodent5-27/+28
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-04-03Update to 1.9.1markd4-25/+24
1.9.1 02-March-2013 --------------------------------------------- - Disable query cache for Sqlite. - Handle missing mysqld better. - Ignore my.cnf settings when using the internal MySQL server. 1.9.0 23-December-2012 --------------------------------------------- - Respect collection cache policy refresh interval for collection tree sync. - Fix initialization of PostgreSQL database. - Correctly count items flags in virtual collections. - Notify parent virtual collections about item changes. - Require CMake >= 2.8.8. - Remove dependency to Automoc4. - Support Qt 5. 1.8.80 12-November-2012 --------------------------------------------- - Recover from lost external payload files. - Improve the virtual collections handling. - Notify clients about database schema updates. - Reduce item access time updates. - Make use of referential integrity if supported by the database backend. - Add prepared query cache. - Many code and queries optimizations. 1.8.1 14-October-2012 --------------------------------------------- - Fix payload loss on some move/copy scenarios. - Improve error reporting for failed item retrievals. 1.8.0 25-July-2012 --------------------------------------------- - Fix deadlock in ad-hoc Nepomuk searches. 1.7.95 11-July-2012 --------------------------------------------- - Fix Nepomuk queries getting stuck if Nepomuk service crashes. - Fix unecessary remote retrieval of already cached item parts. - Reset RID/RREV during cross-resource collection moves. - Increase timeout for remote item retrieval. 1.7.90 08-June-2012 --------------------------------------------- - Fix handling of large SPARQL queries. - Support cleanup of orphaned resources in the consistency checker. - Support compilation with Clang.
2013-04-01Use ${PKGINFODIR}sbd1-2/+2
2013-03-31Restore enigmail checksums (hi tron)wiz1-1/+4
2013-03-30Get this package closer to build under Solaris 10:tron3-16/+22
1.) Fix broken "yasm" version check which only accepts version numbers like "a.b.c.d" but not like "a.b.c" and therefore fails with Yasm 1.2.0. This probably affects other platforms (e.g. Linux as well). 2.) Use "-R" instead of non-portable "-rpath" linker option. The build under Solaris 10 fails now during the build phase and not already in the configuration phase.
2013-03-30Use portable "-R" linker option instead of non-portable "-rpath" option.tron1-2/+2
The "configure" stage now works under Solaris 10 (i386 with GCC 4.5) but the build still fails.
2013-03-28Fix return types.joerg26-36/+1302
2013-03-28Update roundcube to 0.8.6.taca3-8/+11
- Fix security issue in save-pref command.
2013-03-24qmail-smtpd-viruscan-logging.patch disappeared (reported by Nathanschmonz1-2/+2
Arthur). Put a copy up on ${MASTER_SITE_LOCAL}.
2013-03-23Don't force enable NETISO.joerg2-4/+4
2013-03-20keep default pthread related CFLAGS for Solaris.obache2-4/+4
2013-03-19Update ruby-actionmailer32 to 3.2.13.taca2-7/+6
No change except version; but dependency to ruby-mail has been updated. ## Rails 3.2.13 (Feb 17, 2013) ## * No changes.
2013-03-19Update "milter-greylist" to version 4.4.3. Changes since 4.4.2:tron2-7/+6
- More Solaris build fixes (Jim Klimov) - Use ZZ for unknown GeoIP country - Fix swapped %f and %r for stat example in default greylist.conf - Support p0f v3.06 and up with --with-p0f-src or --enable-p0f306 Patch provided by Richard Palo in private e-mail. Approved by Thomas 'wiz' Klausner.
2013-03-16Updated to 4.0.1. Changes:shattered2-7/+7
- Seperated POP/IMAP/SMTP code into a seperate library so that it can be used with different applications. Now "poppy" handles just config file reading and pretty-printing. - Intial draft of a spamkill application. Deletes spams based on the headers on a POP3/IMAP server. Requires customization for your setup.
2013-03-16Bump PKGREVISION from default PHP version change to 5.4.obache7-9/+14
2013-03-16Update pear-Mail_Mime to 1.8.7 and add LICENSE.taca2-6/+7
1.8.7: Release date: 2012-12-25 17:28 UTC * Bug #5333: Fix more return by reference errors [alec] * Bug #19754: Fix compatibility with PHP4 [alec] 1.8.6: Release date: 2012-10-23 09:52 UTC * Bug #19473: PEAR::isError() compatibility problem with PHP 5.4 [alec] * Bug #19497: Attachment filename is cut on slash character [alec] * Bug #19665: Add Mail-Reply-To and Mail-Followup-To to structured recipient headers list [alec]
2013-03-162.7.4 2013/01/06pettai2-7/+6
Fix bug #SF3596147: Allow arbitrarily long configuration file lines. Fix bug #SF3596229: Fix logging of signature errors, which logged the domain name twice instead of the domain name and the selector. Safely handle incoming Authentication-Results fields with large number of tokens. Avoid mixing up status codes when processing conf_logresults, leading to confusing log entries. Fix ADSP logging.
2013-03-14Update milter-manager to 1.8.6.obache2-6/+6
== [release-1-8-6] 1.8.6: 2013-03-04 A bug fix release of 1.8.5. === milter-core ==== Improvements * [core][event-loop] Add an API to customize event loop on your own. ==== Fixes * [core][event-loop] Fix to work broken libev backend with Ruby 1.9. === milter manager ==== Improvements * Add max-pending-finished-sessions as configuration option. If the number of current pending finished sessions is larger than 'max-pending-finished-sessions', the current pending finished sessions are freed immediately. === milter-client ==== Improvements * Add --max-pending-finished-sessions command line option. === Ruby milter ==== Improvements * Add an API to customize event loop on your own from Ruby. * Support manager.max_pending_finished_sessions. * Add API to reset when transaction is finished. Use this API to avoid not to share instance information for each transaction unexpectedly. === Document ==== Improvements * Add documentation about manager.max_pending_finished_sessions * Add API to reset transaction. ==== Fixes * Fix the default value of manager.maitenance_interval which is not correct.
2013-03-10Update to 4.39.1. From the changelog:schmonz2-6/+6
- fix a bug that could crop up when retrieving mail via IMAP from Gmail, and the Gmail servers provided weird data in their header extensions. Thanks: Krzysztof Warzecha.
2013-03-10Update to 17.0.4ryoon2-138/+138
* Sync with thunderbird-17.0.4.
2013-03-10Update to 17.0.4ryoon2-6/+6
Changelog: Not available.
2013-03-10Update ruby-mail to 2.5.3.taca3-8/+10
== HEAD == Version 2.5.3 - Sun Dec 4 15:52:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net> * Close pull request 468 - Remove debug output to STDOUT (tadman) * Fix up spec warnings * Remove un needed require * Ensure spec_helper constants only defined once * Use stub against time instead of DateTime to avoid double redefinition error == Version 2.5.2 - Sun Nov 18 15:01:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net> * Removing double loading of treetop parsers to remove warnings * Making parsers auto compile on spec suite and load in production code to avoid error that caused yank of 2.5.0 * Reapply pull request 443 - CC fields with semicolon are now parsed right (paulwittmann) == Version 2.5.1 - Sun Nov 18 14:01:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net> * Yanked 2.5.0 * Reverted pull request 443 - CC fields with semicolon are now parsed right (paulwittmann) == Version 2.5.0 - Sun Nov 18 12:20:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net> Features: * Close pull request 406 - Add Mail#eager_autoload! to load all autoloaded files on demand (bpot) * Close pull request 461 - Allow string as delivery_method (skyeagle, radar) * Close pull request 407 - Do not require Net::IMAP or Net::POP if they're already loaded (bpot) * Close pull request 400 - Raise exception if delivery values or from values are missing completely from an email that is getting delivered (dmathieu) * Close pull request 397 - Support dots in local part of the addresses (eac) * Close pull request 477 - Fixed handling content_type with superfluous spaces (ledermann) * Close pull request 451 - Ignore nil in addresses so things do not blow up when e.g. a user had no email (grosser) * Close pull request 362 - Enable TLS in Ruby 1.8 (kingargyle) * Close pull request 358 - Fix Mail::CommonAddress#value=, Mail::CommonAddress#<< and Mail::Encodings.encode_non_usascii (mrkn) * Close pull request 350 - Makes mail Header object ennumerable (ged) Performance: * Close pull request 369 - Mail::Header#charset is called pretty often during header parser work (bogdan) * Close pull request 368 - Improve existing code by moving some objects to contstant instead of constructing them over and over again. (bogdan) * Close pull request 366 - Headers parsing performance optimization (bogdan) * Close pull request 365 - Add maximum_amount of parsed headers configuration parameter (bogdan) Bugs: * Close pull request 444 - Fix typo in spec (cczona) * Close pull request 439 - Fix Ruby 1.9 behaviour to match 1.8.7 behaviour on ignoring invalid or undefined characters (ochko) * Close pull request 430 - Unstructured field converts to string before calling encoding on it (brupm mikel) * Close pull request 424 - Use String#to_crlf instead of String#gsub (okkez) * Close pull request 429 - Fix an obvious bug in exim delivery_method (dskim) * Close pull request 425 - Remove Gemfile.lock from generated gem (kbackowski) * Close pull request 414 - Fix typo on "ignoring" (derwiki) * Close pull request 405 - Fix stack overflow (RegexpError) triggered by large emails with an envelope (bpot) * Close pull request 402 - Prevent InReplyTo, Keyword, References or ResentMessageId fields from generating lines longer than 998 chars (pplr) * Close pull request 391 - Fixed failed attachment parsing when file name in headers contains spaces and is not wrapped in quotes (danieltreacy) * Close pull request 385 - Fix Multibyte::Chars#upcase/downcase (technoweenie) * Close pull request 384 - copy dat unicode over from active support (technoweenie) * Close pull request 380 - Split strictly on MIME boundary lines (ConradIrwin) * Close pull request 277 - Fix specific email decoding failure example (yalab) * Close pull request 361 - Support 8bit encoding for ruby 1.9 (bogdan) * Close pull request 346 - Fix two bugs of TestRetriever (ermaker) * Close pull request 337 - Make the behavior of value_decode the same between Ruby 1.8 and Ruby 1.9. (kennyj) * Close pull request 336 - Fix more warning: possibly useless use of == in void context (kennyj) * Close pull request 293 - make charset and mime type more resliant to bad header values (kmeehl) * Fix failing spec Issue 453 on Ruby 1.9.3 * Fix mail reading: don't raise invalid byte sequence in UTF-8 when reading non-UTF-8 emails (mreinsch) * Close pull request 353 - define NilClass#blank? only if not defined yet (amatsuda) * Close pull request 357 - Fixes #349 an inverted condition on imap open read_only (felixroeser) * Remove duplicated line feed from regexp * Remove unused variable * Updated IMAP documentation * Tweak publisher
2013-03-10Make ruby-actionmailer32 depend on mail/ruby-mail24.taca1-2/+3
Bump PKGREVISION.
2013-03-10Add ane enable ruby-mail24.taca1-1/+2
2013-03-10Change PKGBASE to ruby-mail24 in order to co-exist with ruby-mail.taca1-1/+2
2013-03-10Add ruby-mail24 copying from mail/ruby-mail.taca4-0/+184
2013-03-09Patch for potential buffer overflows from upstream flea #3635 /is4-3/+31
changeset 6297:14596ac2b323
2013-03-06From upstream: replace undefined use of sscanf() in reading from POPis4-3/+63
server with simple parsing. Mutt flea #3636, changeset 6299:4c16c0d1ba9e
2013-03-06Patch from upstream for potential buffer overflow reading the certificateis3-3/+24
index file (Changeset 6298:c7eff98bb299, see mutt flea #3636).