summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2010-10-26Changes 0.96.4:adam2-6/+6
* This is a bugfix release recommended for all users.
2010-10-25Update to akonadi 1.4.0markd3-8/+11
1.4.0 31-July-2010 --------------------------------------------- - Add change notification for collection subscription state changes. - Enable filesystem payload store by default. - Fix unicode folder name encoding regression. 1.3.90 04-July-2010 --------------------------------------------- - Reset RIDs on inter-resource moves. - Optimize disk space usage with internal MySQL. - Improve error reporting of the Akonadi remote debugging server. - Fix moving collections into the collection root. - Report PostgreSQL database errors in english independent of locale settings. - Fix unicode collection name encoding. - Optimize cache pruning with filesystem payload store. - Fix automatic migration between database and filesystem payload store. 1.3.85 09-June-2010 --------------------------------------------- - Avoid unneeded full resource sync when using sync-on-demand cache policies. - Fix crash when using D-Bus session bus in a secondary thread. - Reduce emission of unneccessary change notifications. - Fix empty filename use in fs backend. 1.3.80 27-May-2010 --------------------------------------------- - Fix unicode collection name encoding. - Support HRID-based FETCH commands. - Fix Nepomuk-based persistent searches when Nepomuk was not running during Akonadi startup. - Fix compilation on Windows CE. - Optimize item retrieval queries. - Support modification of existing persistent searches. - Support different query languages for persistent searches. - Fix PostgreSQL shutdown. - Add initial support for Sqlite. - Fix premature command abortion. - Fix parsing of cascaded lists. - Support for mysql_update_db. - Support for mysql_install_db. - Improved protocol tracing for akonadiconsole. - Support MySQL backend on Maemo. - Allow RID changes only to the owning resource. - Add Akonadi remote debugging server. - Add support for marking chaced payloads as invalid. - Add support for remove revision property. - Fix MySQL connection loss after 8 hours of inactivity. - Fix D-Bus race on server startup. - Fix internal MySQL on Windows. - Fix config and data file location on Windows. - Fix PostgreSQL startup when using internal server. - Refactor database configuration abstraction.
2010-10-25Fixes DESTDIR installation.obache1-2/+2
2010-10-22update to 2.4.20drochner2-6/+6
changges: minor fixes and cleanup
2010-10-22update to 1.0.6drochner3-20/+6
This seems to fix the security problem with '\0' in domain names which was also present in openssl and nss. (CVE-2010-1192) (The bundled changelog does only beat around the bush.)
2010-10-21Update to thunderbird-3.1.5.tnn4-24/+8
* Several fixes to improve stability and security * Several fixes to the user interface. MFSA 2010-72 Insecure Diffie-Hellman key exchange MFSA 2010-71 Unsafe library loading vulnerabilities MFSA 2010-70 SSL wildcard certificate matching IP addresses MFSA 2010-69 Cross-site information disclosure via modal calls MFSA 2010-67 Dangling pointer vulnerability in LookupGetterOrSetter MFSA 2010-66 Use-after-free error in nsBarProp MFSA 2010-65 Buffer overflow and memory corruption using document.write MFSA 2010-64 Miscellaneous memory safety hazards (rv:1.9.2.11/ 1.9.1.14)
2010-10-21add and enable opendkimjnemeth1-1/+2
2010-10-20 -- VERSION 0.38 --pettai2-7/+7
* lib/Mail/DKIM/DkSignature.pm, Signature.pm: avoid calling lc() on an undefined value (this generates warnings in Perl 5.12.x). * lib/Mail/DKIM/PrivateKey.pm (load): fix bug where a private key file named '0' could not be loaded * lib/Mail/DKIM/DkSignature.pm (new): accept Key parameter when constructing a DomainKey signature object * t/external_signer.t: test use of an alternate object for Key during a "sign" operation * lib/Mail/DKIM/Signer.pm: document use of an alternate object for PrivateKey objects * lib/Mail/DKIM/Signer.pm: import PrivateKey.pm in this module, rather than in the Algorithm modules * lib/Mail/DKIM/PrivateKey.pm: document the sign_digest() method * lib/Mail/DKIM/Algorithm/*: use sign_digest() rather than sign_sha1_digest() * t/public_key.t: test that DNS failure reason is given, when DNS returns no results * lib/Mail/DKIM/DNS.pm: bugfix (introduced by async_dns branch): preserve $@ in case of no error * lib/Mail/DKIM/{DNS,Signature,PublicKey,Policy}.pm: merged my "async dns" branch * lib/Mail/DKIM/Policy.pm: new fetch_async method, seems to work * lib/Mail/DKIM/Signature.pm: new fetch_public_key method, which starts an asynchronous query for the public key referenced by this signature; redesign get_public_key to know how to complete the query * lib/Mail/DKIM/PublicKey.pm: new fetch_async method: starts a query and returns a subref that when called will complete the query * lib/Mail/DKIM/DNS.pm: new query_async method: starts a query and returns a subref that when called will complete the query * MANIFEST: include sample_mime_lite.pl script in tarball * lib/Mail/DKIM/DNS.pm: restart timer after a DNS lookup
2010-10-19OpenDKIM is an open source implementation of the DKIM (Domain Keys Identifiedpettai10-0/+314
Mail) sender authentication system proposed by the E-mail Signing Technology Group (ESTG), now standardized by the IETF (RFC4871). It also includes implementations of the Author Domain Signing Practises (ADSP, RFC5617) and Vouch By Reference (VBR, RFC5518) proposed standards. The project started from a code fork of version 2.8.3 of the open source dkim-milter package developed and maintained by Sendmail, Inc.
2010-10-18- Add vbr option (FFR). See http://en.wikipedia.org/wiki/Vouch_by_Referencepettai4-8/+19
2010-10-17Fix incomplete installation by patching "scripts/phail.php" after thetron1-3/+4
installation which otherwise fails due to an MD5 checksum of the above file. Bump package revision as the binary package changed.
2010-10-16- patch majordomo.pl for perl 5.12 compat (split does not return @_)spz3-4/+31
Patch submitted by Todd Kover in PR pkg/43974 -> bump pkgrev - make myself maintainer - add restriction (majordomos license does not allow redistribution of modified binaries)
2010-10-15Update mail/ruby-actionmailer3 to 3.0.1.taca2-7/+7
No change except version, it is part of Rails 3.0.1.
2010-10-15Update mail/ruby-actionmailer to 2.3.10.taca2-7/+7
No change except version, it is part of Rails 2.3.10. Change depending pattern to prevent ruby-actionpack 3.0.0 and later.
2010-10-12Don't depend on libtool internals.joerg3-1/+40
2010-10-09* no interactive in configure stage since 3 years 7 months ago.obache1-9/+14
* add user-destdir installation support. * no for workref of cat command. * honor PKGMANDIR.
2010-10-09MAKE_JOBS_SAFE=noobache1-1/+3
2010-10-06RELEASE 0.4.2pettai2-6/+6
------------- - Fix handling of backslash as IMAP delimiter - Fix charset replacement in HTML message bodies (#1487021) - Fix: contact group input is empty when using rename action more than once on t he same group record - Fix "Server Error! (Not Found)" when using utils/save-pref action (#1487023) - Fix handling of Thunderbird's vCards (#1487024) Oked by wiz@
2010-10-06Yet another perl 5.12.x error fixpettai3-3/+24
Oked by wiz@
2010-10-06Two fixes for cmew problem from mew-dist mailing list.taca3-2/+74
Bump PKGREVISION.
2010-10-05Update Dovecot to 1.2.15, Sieve plugin to 0.1.18, ManageSieve to 0.11.12ghen2-17/+17
(bugfixes only). Changelog for Dovecot 1.2.15: * acl: Fixed the logic of merging multiple ACL entries. Now it works as documented, while previously it could have done slightly different things depending on the order of the entries. For details see http://www.dovecot.org/list/dovecot/2010-October/053452.html * acl: Don't give admin rights to all owner mailboxes. This was originally done to make sure that mailbox owner couldn't accidentally remove their own admin rights. But this is already prevented by SETACL command, so it's not necessary. Also sysadmin may have intentionally removed some admin rights from some mailboxes (especially when using symlinked shared mailboxes). - Maildir: Fixed potential "Duplicate file entry" in dovecot-uidlist file errors. - Maildir: Avoid unnecessary uidlist recreation during mail delivery. - imap: When SELECT fails, it didn't close the previous mailbox. - Dovecot master process could have died if it got SIGCHLD signals very rapidly while it was trying to log. This could have happened for example if a lot of imap/pop3 sessions disconnected at the exact same time. Changelog for Sieve 0.1.18: - Imap4flags: fixed segfault bug occuring in multiscript context. Occured in specific situations when a script using imap4flags was followed in the sequence by scripts not using imap4flags. - Imap4flags: fixed bug in setflag command; when parameter was a stringlist, only the last item was actually set. - Prevented assertion failure due to currupt binary string representation. If the string were missing a final \0 character an assertion was produced in stead of a binary corruption error. - Multiscript: fixed duplicate implicit keep caused by erroneous execution state update. - Fixed Sieve script name checking to properly handle length limit and added 0x00ff as invalid character. - Removed spurious old stdio.h (top) includes; these caused compile issues on specific systems. - Fixed default Sieve capability (as reported by ManageSieve): extra extensions spamtest, spamtestplus and virustest were enabled by default. These should, however, only be enabled when properly configured and there is no default configuration. - Variables extension: fixed :length set modifier to recognize utf8 characters in stead of octets. - Fixed unnecessary reporting of dummy extensions in ManageSieve SIEVE capability; the comparator-i;octet and comparator-i;ascii-numeric 'extensions' were reported explicitly. - LDA Sieve plugin: added _version symbol to enable Dovecot's plugin version check. Without this check, people can forget to recompile the plugin, which can lead to unexpected effects. Changelog for ManageSieve 0.11.12: - Fixed error handling of PUTSCRIPT commmand; save commit errors would not make the command fail. - Fixed PUTSCRIPT bug causing it to hang when given an empty script name.
2010-10-04Added comments to the new patches, requested by wiz@pettai6-11/+26
2010-10-03RELEASE 0.4.1pettai4-16/+34
------------- - Fix space-stuffing in format=flowed messages (#1487018) - Fix msgexport.sh now using the new imap wrapper - Avoid displaying password on shell (#1486947) - Only lower-case user name if first login attempt failed (#1486393) - Make alias setting in squirrelmail_usercopy plugin configurable (patch by pomm i, #1487007) - Prevent from saving a non-existing skin path in user prefs (#1486936) - Improve handling of single-part messages with bogus BODYSTRUCTURE (#1486898) - Fix path to SQL files when using pgsql/mysqli/sqlsrv drivers (#1486902) - Fix upgrade script for SQLite (#1486903) - Fixes in SQL init script + added update script for MSSQL database - Remove redundant date in syslog messages (#1486945) - Fix contacts list page controls when a group is selected (#1486946) - Fix SMTP test in Installer (#1486952) - Fix "Select all" causes message to be opened in folder with exactly one messag e (#1486913) - Fix Tab key doesn't work in HTML editor in Google Chrome (#1486925) - Fix TinyMCE uses zh_CN when zh_TW locale is set (#1486929) - Fix TinyMCE buttons are hidden in Opera (#1486922) - Fix JS error on IE when trying to send HTML message with enabled spellchecker (#1486940) - Display inline images with known extensions and non-image content-type (#14869 34) - Fix "Threaded" checkbox after subfolder creation (#1486928) - Fix timezone string in sent mail (#1486961) - Show disabled checkboxes for protected folders instead of dots (#1485498) - Added fieldsets in Identity form, added 'identity_form' hook - Re-added 'Close' button in upload form (#1486930, #1486823) - Fix handling of charsets with LATIN-* label - Fix messages background image handling in some cases (#1486990) - Fix format=flowed handling (#1486989) - Fix when IMAP connection fails in 'get' action session shouldn't be destroyed (#1486995) - Fix list_cols is not updated after column dragging (#1486999) - Support %z variable in host configuration options (#1487003) Oked by wiz@
2010-10-03Fixes for spamassassin running on perl 5.12.xpettai7-3/+247
See: https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6392 https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6396 Oked by wiz@
2010-10-03Convert sh-like conditional style to gmake's one.obache2-1/+21
gmake-3.82 dislike it.
2010-09-30Bump PKGREVISION by default mysql version changed from 5.0 to 5.1.obache5-5/+10
2010-09-28Reset maintainer.wiz6-15/+12
2010-09-27* Fix build problem on NetBSD current, terminfo case.taca53-89/+371
* Add comments to each patch file.
2010-09-24Add patches to fix XSS (CVE-2010-3089).taca4-3/+34
Bump PKGREVISION.
2010-09-24Update Dovecot to 1.2.14.ghen2-9/+9
+ virtual mailboxes: Added support for IDLE notifications. - master: Don't crash on config reload when using dict processes. - IMAP: QRESYNC parameters for SELECT weren't handled correctly.
2010-09-23RELEASE 0.4-stablepettai6-99/+315
------------------ - Fix disapearing upload form disapears when user selects a file on Safari (#148 6823) - Don't replace error messages with loading info (#1486300) - Fix JS errors on compose mode switch (#1486870) - Fix message structure parsing when it lacks optional fields (#1486881) - Include all recipients in sendmail log - Support HTTP_X_FORWARDED_PROTO header for HTTPS detecting (#1486866) - Fix default IMAP port configuration (#1486864) - Create Sent folder when starting to compose a new message (#1486802) - Fix handling of messages with Content-Type: application/* and no filename (#14 84050) - Improved compose screen: resizable body and attachments list, vertical splitte r, options menu - Fix RC forgets search results (#1483883) - TinyMCE 3.3.7 - Improve parsing of styled empty tags in HTML messages (#1486812) - Add %dc variable support in base_dn/bind_dn config (#1486779) - Add button to hide/unhide the preview pane (#1484215) - Fix no-cache headers on https to prevent content caching by proxies (#1486798) - Fix attachment filenames broken with TNEF decoder using long filenames (#14867 95) - Use user's timezone in Date header, not server's timezone (#1486119) - Add option to set separate footer for HTML messages (#1486660) - Add real SMTP error description to displayed error messages (#1485927) - Fix some IMAP errors handling when opening the message (#1485443) - Fix related parts aren't displayed when got mimetype other than image/* (#1486 432) - Multiple identity and database support for squirrelmail_usercopy plugin (#1486 517) - Support dynamic hostname (%d/%n) variables in configuration options (#1485438) - Add 'messages_list' hook (#1486266) - Add request* event triggers in http_post/http_request (#1486054) - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) - Add 'imap_timeout' option (#1486760) - Fix forwarding of messages with winmail attachments - Fix handling of uuencoded attachments in message body (#1485839) - Added list_mailboxes hook in rcube_imap::list_unsubscribed() (#1486668) - Fix wrong message on file upload error (#1486725) - Add support for data URI scheme [RFC2397] (#1486740) - Added 'actionbefore', 'actionafter', 'responsebefore', 'responseafter' events - Fix double-addition of e-mail domain to content ID in HTML images - Read and send messages with format=flowed (#1484370), fixes word wrapping issu es (#1486543) - Fix duplicated attachments when forwarding a message (#1486487) - Fix message/rfc822 attachments containing only attachments are not parsed prop erly (#1486743) - Fix %00 character in winmail.dat attachments names (#1486738) - Fix handling errors of folder deletion (#1486705) - Parse untagged CAPABILITY response for LOGIN command (#1486742) - Renamed all php-cli scripts to use .sh extension - Some files from /bin + spellchecking actions moved to the new 'utils' task - Added thread tree icons - Extend contact groups support (#1486682) - Fix check-recent action issues and performance (#1486526) - Fix messages order after checking for recent (#1484664) - Fix autocomplete shows entries without email (#1486452) - Fix listupdate event doesn't trigger on search response (#1486708) - Fix select_all_mode value after selecting a message (#1486720) - Set focus to editor on reply in HTML mode (#1486632) - Fix composing in HTML jumps cursor to body instead of recipients (#1486674) - Allow columns order change per user - drag&drop (#1485795) - Add References header in read receipt (#1486681) - Fix database constraint violation when opening a message (#1486696) - Add 'loading' message while login is in progress (#1486667) - Fix quota_zero_as_unlimited (#1486662) - Fix folder subscription checking (#1486684) - Fix INBOX appears (sometimes) twice in mailbox list (#1486672) - Fix listing of attachments of some types e.g. "x-epoc/x-sisx-app" (#1486653) - Fix DB Schema checking when some db_table_* options are not set (#1486654) RELEASE 0.4-beta ---------------- - Add sizelimit and timelimit variables in LDAP config (#1486544) - Hide IMAP host dropdown when single host is defined (#1486326) - Add images pre-loading on login page (#1451160) - Add HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR to successful logins log (#1486441 ) - Fix setting spellcheck languages with extended codes (#1486605) - Fix messages list scrolling in FF3.6 (#1486472) - Fix quicksearch input focus (#1486637) - Always set changed date when flagging a DB record as deleted + provide a clean up script - Fix address book/group selection (#1486619) - Assign newly created contacts to the active group (#1486626) - Added option not to mark messages as read when viewed in preview pane (#148501 2) - Allow plugins modify the Sent folder when composing (#1486548) - Added optional (max_recipients) support to restrict total number of recipients per message (#1484542) - Re-organize editor buttons, add blockquote and search buttons - Make possible to write inside or after a quoted html message (#1485476) - Fix bugs on unexpected IMAP connection close (#1486190, #1486270) - Iloha's imap.inc rewritten into rcube_imap_generic class - Added contact groups in address book (not finished yet) - Added PageUp/PageDown/Home/End keys support on lists (#1486430) - Added possibility to select all messages in a folder (#1484756) - Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750) - Password: Support dovecotpw encryption - TinyMCE 3.3.1 - Implemented messages copying using drag&drop + SHIFT (#1484086) - Improved performance of folders operations (#1486525) - Fix blocked.gif attachment is not attached to the message (#1486516) - Managesieve: import from Horde-INGO - Managesieve: support for more than one match (#1486078) - Managesieve: support for selectively disabling rules within a single sieve scr ipt (#1485882) - Threaded message listing now available - Added sorting by ARRIVAL and CC - Message list columns configurable by the user - Removed 'index_sort' option, now we're using empty 'message_sort_col' for this - virtuser_query: support other identity data (#1486148) - Options virtuser_* replaced with virtuser_* plugins - Plugin API: Implemented 'email2user' and 'user2email' hooks - Fix forwarding message omits CC header (#1486305) - Add 'default_charset' option to user preferences (#1485451) - Add 'delete_always' option to user preferences - Support/Require tls:// prefix in 'smtp_server' option for TLS connections - Fix inconsistent behaviour of 'delete_always' option (#1486299) - Fix deleting all messages from last list page (#1486293) - Flag original messages when sending a draft (#1486203) - Changed signature separator when top-posting (#1486330) - Let the admin define defaults for search modifiers (#1485897) - Fix long e-mail addresses validation (#1486453) - Remember search modifiers in user prefs (#1486146) - Added force_7bit option to force MIME encoding of plain/text messages (#148651 0) - Use case sensitive check when checking for default folders (#1486346) - Fix checking for new mail: now checks unseen count of inbox (#1485794) - Improve performance by avoiding unnecessary updates to the session table (#148 6325) - Fix invalid <font> tags which cause HTML message rendering problems (#1486521) - Fix CVE-2010-0464: Disable DNS prefetching (#1486449) - Fix Received headers to behave better with SpamAssassin (#1486513) - Password: Make passwords encoding consistent with core, add 'password_charset' global option (#1486473) - Fix adding contacts SQL error on mysql (#1486459) - Squirrelmail_usercopy: support reply-to field (#1486506) - Fix IE spellcheck suggestion popup issue (#1486471) - Fix email address auto-completion shows regexp pattern (#1486258) - Fix merging of configuration parameters: user prefs always survive (#1486368) - Fix quota indicator value after folder purge/expunge (#1486488) - Fix external mailto links support for use as protocol handler (#1486037) - Fix attachment excessive memory use, support messages of any size (#1484660) - Fix setting task name according to auth state - Password: fix vpopmaild driver (#1486478) - Add workaround for MySQL bug [http://bugs.mysql.com/bug.php?id=46293] (#148647 4) - Fix quoted text wrapping when replying to an HTML email in plain text (#148414 1) - Fix handling of extended mailto links (with params) (#1486354) - Fix sorting by date of messages without date header on servers without SORT (# 1486286) - Fix inconsistency when not using default table names (#1486467) - Fix folder rename/delete buttons do not appear on creation of first folder (#1 486468) - Fix character set conversion fails on systems where iconv doesn't accept //IGN ORE (#1486375) - Log in performance: Create default folders on first login only - Import contacts into the selected address book (by Phil Weir) - Add support for MDB2's 'sqlsrv' driver (#1486395) - Use jQuery-1.4 - Removed problematic browser-caching of messages - Fix incompatybility with suhosin.executor.disable_emodifier (#1486321) - Use PLAIN auth when CRAM fails and imap_auth_type='check' (#1486371) - Fix removal of <title> tag from HTML messages (#1486432) - Fix 'force_https' to specified port when URL contains a port number (#1486411) - Fix to-text converting of HTML entities inside b/strong/th/hX tags (#1486422) - Bug in spellchecker suggestions when server charset != UTF8 (#1486406) - Managesieve: Fix requires generation for multiple actions (#1486397) - Fix LDAP problem with special characters in RDN (#1486320) - Improved handling of message parts of type message/rfc822 - Plugin API: added 'quota' hook - Fix parsing conditional comments in HTML messages (#1486350) - Use built-in json_encode() for proper JSON format in AJAX replies - Allow setting only selected params in 'message_compose' hook (#1486312) - Plugin API: added 'message_compose_body' hook (#1486285) - Fix counters of all folders are checked in 'getunread' action with check_all_ folders disabled (#1486128) - Fix displaying alternative parts in messages of type message/rfc822 (#1486246) - Fix possible messages exposure when using Roundcube behind a proxy (#1486281) - Fix unicode para and line separators in javascript response (#1486310) - Additional_message_headers: allow unsetting headers, support plugin's config f ile (#1486268) - Fix displaying of hidden directories in skins list (#1486301) - Fix open_basedir restriction error when reading skins list (#1486304) - Fix pasting from Office apps into html editor (#1486271) - Fix empty <a> tags parsing (#1486272) - Don't cut off attachment names when using non-RFC2231 encoding (#1485515) - Allow inserting signatures above replied message body (#1484272) - Managesieve 2.0: multi-script support - Fix imap_auth_type regression (#1486263) (ok schmonz, take over maintainer)
2010-09-23Updating mail/p5-MIME-EncWords from 1.011.1nb1 to 1.012sno2-7/+6
Upstream changes: 2010-06-17 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu> * Release 1.012. * encode_mimewords(): New option Minimal => 'DISPNAME' to help encoding RFC5322 name-addr.
2010-09-23Update pear-Mail_mimeDecode to 1.5.4.taca2-6/+6
Changelog: 1.5.4: 2010-09-13 23:59 UTC Critical Security release. It is highly recommended that users of 1.5.3 upgrade to this release, a change in the boundary detection code introduced a potential denial of service attack. Bug Fixes #17862 - quote boundary preg_split code 1.5.3: 2010-09-05 09:26 UTC Major Bugfix release. Apart from a major cleanout of the bug tracker for this package, this release includes a revamped parseHeaderValue which removes the rather flakey regex, with a real parser, which should be considerably more robust. Bug Fixes #17844 - all regression tests fixed - remove the last of the while list each() .. this is 2010 ;)... #11410 - support wap multipart #9616 - long strings as filename etc.. aaa*0=.... aaa*1=.... aaa*2=.... (merged into aaa=.....) #9100 - change to preg_split for mime boundary detection , in theory should catch boundaries in nested situations better... #7709 - check for last element on boundary split to see if its usable #7065 - wrapped header lines with encoding should be concated without spaces #6495 - missing body in decoded object #11537 - better decode and multi-line support 1.5.2: 2010-09-02 12:01 UTC Bug Fixes #4739 - regexp parsing of header values does not balance quoting correctly - Fix sponsored by http://webyog.com #17325 - empty body messages are valid messages #17276 - remove &new usage which throws errors now
2010-09-23Update mail/pear-Mail_Mime to 1.8.0.taca2-6/+12
1.8.0: 2010-07-29 06:46 UTC Changelog: Bugs Fixed: * Double-addition of e-mail domain to content ID in HTML images [alec] * #17311: Multi-octet characters are split across adjacent 'encoded-word's [alec] * #17573: Place charset parameter in first line of Content-Type header (if possible) [alec] Implemented Features: * #17518: addTo() method [alec] 1.7.0: 2010-04-12 12:03 UTC Changelog: Implemented Features: * Added Mail_mime::setContentType() function with possibility to set various types in Content-Type header (also fixes problem with boundary parameter when Content-Type header was specified by user) [alec]
2010-09-23Update mail/ruby-mail to 2.2.6.1.taca3-106/+7
== Mon Sep 13 02:31:21 UTC 2010 Mikel Lindsaar <mikel@rubyx.com> * Replace some missing documentation * Version bump to 2.2.6.1 == Sat 11 Sep 2010 05:13:36 UTC Mikel Lindsaar <mikel@rubyx.com> * Fixed parsing an email with an empty In-Reply-To header (Reported by Eugene Pimenov) * Adding address spec for groupname+domain.com@example.com format emails * Version bump to 2.2.6 == Sat Sep 11 01:56:59 UTC 2010 Mikel Lindsaar <mikel@rubyx.com> * Added new way to do versioning for rubygems * Added additional specs for Content-Disposition: inline which are not being encoded correctly - Shawn Pyle * Make sure Mail::Message#attachment? returns true/false - Simone Carletti * Replace hard-coded references to Mail with more generic self references to allow easier inheritance (closes #61) - Simone Carletti * Force encoding on Regexp for Ruby 1.9 to avoid encoding conflicts - Golubev Pavel * Added lazy evaluation to message body: body is not parsed until need. It greatly improves performance with big mails if you don't need to read the body (yet) * Added Mail.read_from_string as an explicit method (mcansky) * Fixed bounce detection for multipart reports that contain a human readable report status part * Closed Issue #65 found (incredibly) by quetz - major Kudos for bug hunting * Fixed missing trailing CRLF in content type field - Closes issue #57 - Kudos to Henry Flower for finding it * Version bump to 2.2.5.2 == Sat Sep 11 01:32:13 UTC 2010 Mikel Lindsaar <mikel@rubyx.com> * Closed issue #58 - Content Type not parsing unless lower case. * Version bump to 2.2.5.1
2010-09-22Corrected depversionspettai1-4/+4
2010-09-21Updating mail/p5-Net-ManageSieve from 0.08nb1 to 0.10sno2-7/+6
Upstream changes: 0.10 Fri Jul 8 15:45:42 CEST 2010 - fix: authentificate against Cyrus CPAN bug #58192 Rudy Gevaert You can pass different user and authname to auth() now - fix: added missed entry in Changes of v0.09 - fix: stall in select() CPAN bug #58235 Rudy Gevaert When the SSL layer buffers data, select() does not return true, hence, is not indicating that pending data. It seems that select() queries the TCP stack only. The now choosen maximal size in sysread() is larger than the block size of Net::SSLeay at the current time of 32KB. 0.09 Thu Sep 24 14:29:07 CEST 2009 - fix: CPAN bug#49333: bug in Mangesieve by Oliver Eales base64 encoded password in fallback branch contains line feeds
2010-09-21Updating mail/p5-MIME-Types from 1.30nb1 to 1.31sno2-7/+7
Upstream changes: version 1.31: - moved POD test to xt directory, reducing the number of dependencies. [Alexis Sukrieh]
2010-09-21Changes 0.96.3:adam3-11/+8
This release fixes problems with the PDF parser and the internal bzip2 library. A complete list of changes is available in the Changelog file.
2010-09-19Update to 2.225, set LICENSE.wiz2-7/+7
2.225 2009-11-23 fix Pod error (thanks, FWIE) 2.224 2009 improve documentation of log level
2010-09-17Added optional support for SPFadam1-2/+8
2010-09-16Revbump after updating databases/db5adam13-21/+26
2010-09-15do missing dependency bump for glitz removaldrochner1-2/+2
2010-09-14More PKGREVISION bumps for pixman update.wiz2-2/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz34-60/+72
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-14Updating mail/p5-Email-Stuff from 2.08nb2 to 2.102sno2-17/+17
pkgsrc changes: - adjusting license definition - adjusting module type - tidy Makefile - re-sort dependencies Upstream changes: 2.102 2010-02-14 minor documentation improvements do not break chaining on $stuff->FOO_text(undef); 2.101 2009-11-12 accept character (unicode) strings for bodies and headers ucfirst header names (above changes by Aristotle Pagaltzis) 2.100 2009-08-11 Allows attach_file to accept attribute arguments ie (content_type) just like attach does (twek) 2.09 Sat 16 May 2009 - documentation tweaks for SMTP hostname; thanks Kieren Kiment
2010-09-12Add and enable ruby-actionmailer3.taca1-1/+2
2010-09-12Importing mail/ruby-actionmailer3 3.0.0.taca4-0/+54
Action Mailer is a framework for designing email-service layers. These layers are used to consolidate code for sending out forgotten passwords, welcome wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Action Mailer is in essence a wrapper around Action Controller and the Mail gem. It provides a way to make emails using templates in the same way that Action Controller renders views using templates. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a weblog to accept new posts from an email (which could even have been sent from a phone). (This is part of Ruby on Rails 3.)
2010-09-12Add and enable ruby-mail.taca1-1/+2
2010-09-12Importing mail/ruby-mail 2.2.5.taca4-0/+263
Mail is an internet library for Ruby that is designed to handle emails generation, parsing and sending in a simple, rubyesque manner. The purpose of this library is to provide a single point of access to handle all email functions, including sending and receiving emails. All network type actions are done through proxy methods to Net::SMTP, Net::POP3 etc. Built from my experience with TMail, it is designed to be a pure ruby implementation that makes generating, sending and parsing emails a no brainer. It is also designed form the ground up to work with Ruby 1.9. This is because Ruby 1.9 handles text encodings much more magically than Ruby 1.8.x and so these features have been taken full advantage of in this library allowing Mail to handle a lot more messages more cleanly than TMail. Mail does run on Ruby 1.8.x... it's just not as fun to code. Finally, Mail has been designed with a very simple object oriented system that really opens up the email messages you are parsing, if you know what you are doing, you can fiddle with every last bit of your email directly.