summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10Remove lines for Ruby 2.6.taca2-6/+2
2022-10-10Drop ruby26 support.taca1-2/+2
2022-10-06ktnef: add version 22.08.1markd6-1/+123
The ktnef library contains an API for the handling of TNEF data. The API permits access to the actual attachments, the message properties (TNEF/MAPI), and allows one to view/extract message formatted text in Rich Text Format format.
2022-10-05Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-09-30Update to 1.203wen2-7/+6
Upstream changes: Changes for version 1.203 - 2022-05-29 tiny packaging improvements detect published null MX records (thanks, Gene Hightower)
2022-09-30Update to 1.027wen2-7/+6
Upstream changes: Changes for version 1.027 - 2022-09-04 add a (for now undocumented) $PRE_2231_FORM package variable; if set to false, when RFC2231-style parameters are used, a pre-RFC2231-style version will *not* also be provided; this variable is true by default
2022-09-30Update to 1.201wen2-7/+6
Upstream changes: 1.201 2022-05-29 15:36:53-04:00 America/New_York update dist metadata
2022-09-30Update to 1.05wen2-7/+6
Upstream changes: Changes for version 1.05 update dovecot parser from dovecot version 2.3.14 mark the last parsed object as invalid if input string contains trailing garbage https://github.com/pali/Email-Address-XS/issues/5
2022-09-29fetchmailconf: Update to 6.4.33triaxx1-3/+3
2022-09-29fetchmail: Update to 6.4.33triaxx5-25/+25
upstream changes: ----------------- fetchmail-6.4.33 (released 2022-08-27, 31696 LoC): # TRANSLATIONS: language translations were updated by this fine person: * fr: Frédéric Marchal [French] # CONTRIBUTED SCRIPT CHANGES: * contrib/fetchsetup improvements by Matěj Cepl * contrib/runfetchmail improvements by Matěj Cepl -------------------------------------------------------------------------------- fetchmail-6.4.32 (released 2022-07-30, 31696 LoC): # FIXES: * Use configure to find rst2html, some systems install it only with .py suffix, others only without, and some install both. * Update README.maintainer # TRANSLATIONS: language translations were updated by these fine people: (in alphabetical order of language codes so as not to prefer people): * cs: Petr Pisar [Czech] * es: Cristian Othón Martínez Vera [Spanish] * ja: Takeshi Hamasaki [Japanese] * pl: Jakub Bogusz [Polish] * ro: Remus-Gabriel Chelu [Romanian] * sq: Besnik Bleta [Albanian] * sv: Göran Uddeborg [Swedish] -------------------------------------------------------------------------------- fetchmail-6.4.31 (released 2022-07-16, 31694 LoC): # BUG FIXES: * Try to fix ./configure --with-ssl=... for systems that have multiple OpenSSL versions installed. Issues reported by Dennis Putnam. * The netrc parser now reports its errors to syslog or logfile when appropriate, previously it would always log to stderr. * Add error checking to .netrc parser. # CHANGES: * manpage: use .UR/.UE macros instead of .URL for URIs. * manpage: fix contractions. Found with FreeBSD's igor tool. * manpage: HTML now built with pandoc -> python-docutils (manServer.pl was dropped)
2022-09-29roundcube-plugin-carddav: Update to 4.4.3triaxx4-4855/+67
pkgsrc changes: --------------- * Remove use of composer. upstream changes: ----------------- * Properly set and interpret TYPE parameters, especially for TEL (Fixes #390) * RCMCardDAV now sets the PRODID property when it creates or modifies a vcard
2022-09-29KDE Gear update to 22.08.1markd12-37/+43
16 months of development
2022-09-27*: recursive bump for ffmpeg4 switch to x264wiz2-4/+4
2022-09-26Revbump all Go packages after 1.19 became defaultbsiegert1-2/+2
2022-09-24gnus: removewiz6-525/+1
Does not build in any bulk builds; gnus is part of emacs since at last 2007, including emacs20 and emacs21 in pkgsrc.
2022-09-23oe2mbx: Properly separate linking and compilation stages to fix RELROnia2-11/+18
builds. TODO: libtoolize (but I kept running into some ".ila does not exist" error)
2022-09-20neomutt: fix build with bdb, add option for lmdb.nikita4-7/+151
2022-09-19Work around Xcode 14 errors linking libnullmailer.a into e.g.schmonz2-1/+21
protocols/smtp: archive member '__.SYMDEF SORTED' is not mach-o or llvm bitcode file (likewise for '__.SYMDEF')
2022-09-17update package to version 2.12.2spz5-44/+25
It's the successor to amavisd-new both in sources and in versioning, but strictly speaking it's now "amavis". I kept the package name to make it easier to update existing installations. Upstream release notes: October 13, 2021 amavis-2.12.2 release notes BUG FIXES - Allow $timestamp_fmt_mysql to be used with the DBD::MariaDB driver. Reported by Marcel Evenson. Issue: https://gitlab.com/amavis/amavis/issues/79 MR: https://gitlab.com/amavis/amavis/merge_requests/78 - Resolve utf8mb4 problems when using DBD-MariaDB. Reported by Marcel Evenson. Issue: https://gitlab.com/amavis/amavis/issues/67 MR: https://gitlab.com/amavis/amavis/merge_requests/80 - Set correct originating flag when using milter/AM.PDP without policy banks. Reported by Henrik K. Issue: https://gitlab.com/amavis/amavis/issues/61 MR: https://gitlab.com/amavis/amavis/merge_requests/81 - Resolve crash on reload with insufficient permissions. Amavis now tests whether it is able read and evaluate its configuration files with dropped privileges. In case it cannot, amavis fails to start and refuses to reload. Reported by Michael Orlitzky. Suggestions by Ralph Seichter and Michael Orlitzky. Issue: https://gitlab.com/amavis/amavis/issues/10 MR: https://gitlab.com/amavis/amavis/merge_requests/74 MR: https://gitlab.com/amavis/amavis/merge_requests/75 - Resolve SSL client connection hangups with broken pipe Reported by @kolbma. Issue: https://gitlab.com/amavis/amavis/issues/73 MR: https://gitlab.com/amavis/amavis/merge_requests/71 --------------------------------------------------------------------------- November 13, 2020 amavis-2.12.1 release notes BUG FIXES - Generate DKIM record comment line including the 's=' (selector) tag instead of an 'i=' (identifier) tag when using "amavisd showkeys". Reported by Juan Orti Alcaine. Issue: https://gitlab.com/amavis/amavis/issues/63 MR: https://gitlab.com/amavis/amavis/merge_requests/41 - Make sure generated Authentication-Results follow RFC specification. MR: https://gitlab.com/amavis/amavis/merge_requests/57 - Prevent re-encoding of notification templates. Fixed by Henrik Krohns and Michael Weiser. Issue: https://gitlab.com/amavis/amavis/issues/62 MR: https://gitlab.com/amavis/amavis/merge_requests/40 - Compare inode numbers as strings. Reported and implemented by Mark Martinec. Issue: https://gitlab.com/amavis/amavis/issues/48 MR: https://gitlab.com/amavis/amavis/merge_requests/21 - Resolve MySQL invalid utf8mb4 clause. Reported by Henrik Krohns. Issue: https://gitlab.com/amavis/amavis/issues/33 MR: https://gitlab.com/amavis/amavis/merge_requests/14 --------------------------------------------------------------------------- July 25, 2019 amavis-2.12.0 release notes This software is renamed from amavisd-new to amavis. NEW FEATURES - Introduce Rspamd client extension With this extension, Amavis can use Rspamd either running on the same server or remotely. Connections are made using HTTP/HTTPS depending on configuration, the latter requiring a HTTPS-capable proxy (like NGINX or Apache) for Rspamd, which does not natively support HTTPS. Basic authentication with name/password pairs is also available. Implemented by Ralph Seichter. MR: https://gitlab.com/amavis/amavis/merge_requests/11 BUG FIXES - Treat "not an OLE file" as a successful result Amavis supports calling the ripOLE program to extract embedded objects from Microsoft OLE documents. However, not all Microsoft documents contain said objects, and the underlying file format changes when they do. Since Amavis can't tell the difference, it passes everything to ripOLE unconditionally. Amavis now treats the "not an OLE file" error code of ripOLE as a successful result, proceeds normally and scans the file as a whole. Fixed by Michael Orlitzky. MR: https://gitlab.com/amavis/amavis/merge_requests/9 - Fix unix socket path extraction that has prevented a socket based policy bank to be loaded; Fixed by Boris Gulay. MR: https://gitlab.com/amavis/amavis/merge_requests/2 MR: https://gitlab.com/amavis/amavis/merge_requests/19 - Fix DKIM signing for outbound messages. Fixed by Ralph Seichter. MR: https://gitlab.com/amavis/amavis/merge_requests/1 - Fix unescaped left brace regex warning in run_av() subroutine. Fixed by Ralph Seichter. MR: https://gitlab.com/amavis/amavis/merge_requests/10 Issue: https://gitlab.com/amavis/amavis/issues/31 - Mention default value for $myprogram_name in minimal amavisd.conf. MR: https://gitlab.com/amavis/amavis/merge_requests/12 Issue: https://gitlab.com/amavis/amavis/issues/36
2022-09-16mail/squirrelmail: update to 1.4.23pre14977taca2-7/+6
Update to latest svn snapshot. It includes various improvements for PHP 8 compatibility. Address to PR pkg/57012. Here are quote from commit log: 1.4.23pre14977 (2022-06-21) * Add cookie SameSite attribute; uses default if "Strict" but can be overridden by $same_site_cookies in config_local.php * Browser seems to respond better when deleting the cookie if you void its value also; helps actually get the cookie to be removed even though this feels more like a browser problem... maybe it does not like a date in 1970? * Make sure drafts are sent with the current date and not that of its previous 'Save Draft' action * Add option to prefix new mail number to the front of the org title (browser title bar) * Fix certain messages with headers in unknown charsets encoded as quoted printable showing up as blank sender/subject in message list * Add ability for plugins to request additional header fields in the message list lookup * Separate DNT and DSN * Add proper RFC 3461 DSN functionality (previously we relied only on the Return-Receipt-To header) * Cause message subject to show in page title when message view is loaded in its own window/tab * Implement SQL identifier quoting in all cases * Add option to folder prefs for marking deleted messages as read * Fix: Login mechanisms other than "login" were broken if server returned untagged data before login response * Greatly fix the plaintext display of messages that do not have a text part. * Add ability to explicitly set prefs DB connection charset * Add ability to explicitly set address book DB connection charset
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz7-14/+14
2022-09-10mail/ruby-actionmailbox70: update to 7.0.4taca1-4/+4
No change except version.
2022-09-10mail/ruby-actionmailer70: update to 7.0.4taca1-4/+4
No change except version.
2022-09-10www/ruby-rails61: update to 6.1.7taca2-8/+8
Ruby on Rails 6.1.7 release on 9th September 2022. Active Record and Active Storage are updated: Active Record * Symbol is allowed by default for YAML columns Étienne Barrié * Fix ActiveRecord::Store to serialize as a regular Hash Previously it would serialize as an ActiveSupport::HashWithIndifferentAccess which is wasteful and cause problem with YAML safe_load. Jean Boussier * Fix PG.connect keyword arguments deprecation warning on ruby 2.7 Fixes . Nikita Vasilevsky Active Storage * Respect Active Record's primary_key_type in Active Storage migrations. Backported from 7.0. fatkodima
2022-09-10www/ruby-rails60: update to 6.0.6taca2-8/+8
Ruby on Rails 6.0.6 release on 9th September 2022 and Active Record is only updated. databases/ruby-activerecord60 * Symbol is allowed by default for YAML columns Étienne Barrié
2022-09-08mail/Makefile: sortwiz1-2/+2
2022-09-07Fix build with cbindgen > 0.23pho2-1/+18
2022-09-07Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-09-05mail/ruby-roadie-rails2: make this pacakge for Rails 5.2taca1-2/+2
Make file package for Ruby on Rails 5.2 only snice it ise used for devel/redmine41 and devel/redmine42.
2022-09-05mail/ruby-roadie-rails: make this pacakge for Rails 6.1taca1-2/+2
Make file package for Ruby on Rails 6.1 only snice it ise used for devel/redmine50 only.
2022-09-05mail/ruby-roadie-rails: accept ruby27taca1-3/+3
redmine50 build with ruby27.
2022-09-04mail/ruby-roadie-rails: fix typo in RUBY_RAILS_ACCEPTEDtaca1-2/+2
2022-09-01mail/ruby-roadie-rails: update to 3.0.0taca3-10/+12
2.3.0 (2021-12-22) * Support Rails 7.0 - Sean Floyd (SeanLF) * Drop support for Ruby 2.5 (EoL). 3.0.0 (2022-02-02) * Drop support for Ruby versions < 2.6. * Add support for Ruby 3.0 and 3.1.
2022-09-01mail/ruby-roadie: update to 5.0.1taca3-8/+9
5.0.0 (2022-02-02) * Drop support for Ruby 2.4 and Ruby 2.5 * Drop support for JRuby and Rubinius * Test with Ruby 2.7 - aried3r (Anton Rieder) (#167) * Test with Ruby 3.0 and Ruby 3.1 * Add standardrb as code formatter * Drop support for callbacks that accepts only a single argument. * Change signature of Roadie::CssNotFound and Roadie::ProvidersFailed. 5.0.1 (2022-05-11) * Don't try to inline the :host pseudo-class - viamin (Bart Agapinan). (#170)
2022-09-01mail/ruby-roadie-rails2: downgrade to 2.2.0taca3-8/+8
ruby-redmine{41,42} require <2.3. So, downgrade to 2.2.0 as the same version of mail/ruby-roadie-rails at this moment.
2022-09-01mail/Makefile: add and enable ruby-roadie4 and ruby-roadie-rails2taca1-1/+3
2022-09-01mail/ruby-roadie4: add package version 2.3.0taca4-0/+57
Add ruby-roadie-rails package version 2.3.0 as roby-roadie4. ruby-roadie-rails2 will be requierd by ruby-redmin{41,42}. 2.3.0 (2021-12-22) * Support Rails 7.0 - Sean Floyd (SeanLF) * Drop support for Ruby 2.5 (EoL).
2022-09-01mail/ruby-roadie4: add package version 4.0.0taca4-0/+103
Add current ruby-roadie package version 4.0.0 as roby-roadie4. This package will be requierd by ruby-roadie-rails2. (And ruby-roadie-rails2 will be requierd by ruby-redmin{41,42}.)
2022-08-31py-mailsuite: adapt for dependency changewiz2-4/+4
Bump PKGREVISION.
2022-08-31gyb: remove commented lines in Makefilesborrill1-3/+1
2022-08-31Add gyb subdirsborrill1-1/+2
2022-08-30gyb: Add 1.70sborrill5-0/+74
Got Your Back a.k.a. GYB is a command-line tool to backup/restore Gmail accounts. It can also perform other batch operations such as bulk deletion. GYB works with Gmail.com and Google Workspace (formerly G Suite / Google Apps) accounts.
2022-08-27Update to 3.14. From the changelog:schmonz2-8/+7
* New `digest-type` configuration adds optional more widely supported `multipart/mixed` format * New argument `--only-new` on the `add` command to ignore entries in feed when added, so only new entries will be sent. * Fix exception when parsing a feed with a linebreak in its title * Add a new `subject-format` setting, customise the subject line * Removed '$' interpolation in config file to allow URLs containing dollar signs. Interpolation was not fully supported, and the placeholder would not survive a second save. Config files with ${...} placeholders will need to be manually edited after upgrading, or a save forced by adding and removing a fake feed before upgrading. * Fix default HTTP User-Agent to use `rss2email` instead of `feedparser`, and fix `user-agent` setting to consistently apply to both outgoing emails and HTTP requests. This introduces a couple of potentially breaking changes: * Configurations that came to rely on the `feedparser` UA string should adjust to the updated UA string going forward. * Configurations that came to rely on the unintended behaviour, that configuring the User-Agent header in emails does not affect HTTP requests, should use a custom `post-process` hook instead.
2022-08-26notmuch: Update to 0.37ryoon3-8/+12
Changelog: What's new in notmuch 0.37 ========================= Library ------- Fix uninitialized field in message objects. Improve exception handling and error propagation for message objects. Sexp Queries ------------ Add one sided lastmod ranges for sexp queries. Expand macro parameters inside regex and wildcard modifiers. Command Line Interface ---------------------- `notmuch help` now works for external commands. `NOTMUCH_CONFIG` is now passed to external commands and hooks. Promote the development tool `nmbug` to a user facing tool `notmuch-git`. See notmuch-git(1) for details. Emacs ----- The function `notmuch-mua-mail` now moves point depending on the provided arguments. Restrict what mime types are inlined in replies and on refresh. The functions in notmuch-query.el are now obsolete and may be removed in a future version of Notmuch. Add some controls for lazy display of message bodies (See "Dealing with large messages and threads" in the notmuch-emacs documentation). Allow the user to select (with '%') a different duplicate message file to display. Use `message-dont-reply-to-names` in `notmuch-message-mode`. Support custom header-line format for notmuch-show mode.
2022-08-25py-checkdmarc: propagate PYTHON_VERSIONS_INCOMPATIBLEtnn1-1/+3
2022-08-24mail/Makefile: + 2wiz1-1/+3
2022-08-24mail/py-mailsuite: import py-mailsuite-1.9.5wiz4-0/+63
A Python package for retrieving, parsing, and sending emails. Features - Simplified IMAP client - Retrieve email from any folder - Create new folders - Move messages to other folders - Delete messages - Monitor folders for new messages using the IMAP ``IDLE`` command - Always use ``/`` as the folder hierarchy separator, and convert to the server's hierarchy separator in the background - Always remove folder name characters that conflict with the server's hierarchy separators - Prepend the namespace to the folder path when required
2022-08-24mail/py-mail-parser: import py-mail-parser-3.15.0wiz4-0/+62
mail-parser is not only a wrapper for email from the Python Standard Library. It give you an easy way to pass from raw mail to Python object that you can use in your code.
2022-08-24mail/Makefile: + 1wiz1-1/+2
2022-08-24mail/py-checkdmarc: import py-checkdmarc-4.4.1wiz5-0/+43
A Python module and command line utility for validating SPF and DMARC DNS records.