summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2017-09-13neomutt: update to 20170912.wiz2-7/+7
2017-09-12 Richard Russon <rich@flatcap.org> * Bug Fixes - broken check on resend message - crash in vfolder-from-query * Build - Be more formal about quoting in m4 macros - fix warnings raised by gcc7 - notmuch: add support for the v5 API
2017-09-12Bah. Future-proofing attempt failed, so we'll have to come back for eachdholland1-9/+1
new emacs version.
2017-09-11Update roundcube-plugin-zipdownload to 1.2.6.taca1-5/+5
No change except version.
2017-09-11Update roundcube-plugin-password to 1.2.6.taca1-5/+5
No change except version.
2017-09-11Update roundcube-plugin-enigma to 1.2.6.taca1-5/+5
RELEASE 1.2.6 ------------- - Enigma: Fix compatibility with assets_dir
2017-09-11Update roundcube to 1.2.6.taca2-7/+7
RELEASE 1.2.6 ------------- - Don't ignore (global) userlogins/sendmail logging in per_user_logging mode - Managesieve: Fix AM/PM suffix in vacation time selectors - Fix bug where comment notation within style tag would cause the whole style to be ignored (#5747) - Fix bug where it wasn't possible to scroll folders list in Edge (#5750) - Fix addressbook searching by gender (#5757) - Fix SQL syntax error on MariaDB 10.2 (#5774) - Fix bug where it wasn't possible to set timezone to auto-detected value (#5782) - Fix uninitialized string offset in rcube_utils::bin2ascii() and make sure rcube_utils::random_bytes() result has always requested length (#5788) - Fix potential XSS vulnerability with malformed HTML message markup
2017-09-10Add and enable ruby-mini_mime.taca1-1/+2
2017-09-10Add ruby-mini_mime version package 0.1.4.taca4-0/+40
# MiniMime Minimal mime type implementation for use with the mail and rest-client gem.
2017-09-10Update to 2.214wen2-8/+7
Upstream changes: 2.214 2017-09-08 14:21:20-04:00 America/New_York - the method header_raw_prepend is now available on emails and headers
2017-09-10Add more PLIST entries for wl-e21.el{,c} as it's installed for everydholland2-3/+17
emacs version >= 21. PKGREVISION -> 14.
2017-09-08Remove ifile-procmail.wiz5-59/+1
Upstream dead, confirmed by MAINTAINER.
2017-09-08Comment out dead sites.wiz1-4/+3
2017-09-08Recursive revbump from audio/pulseaudio-11.0ryoon4-6/+8
2017-09-07Updated neomutt to 20170907.wiz3-27/+8
2017-09-07 Richard Russon <rich@flatcap.org> * Contrib - Add guix build support * Bug Fixes - Only match real mailboxes when looking for new mail - Fix the printing of ncurses version in -v output - Bind editor \<delete\> to delete-char - Fix overflowing colours - Fix empty In-Reply-To generation - Trim trailing slash from completed dirs - Add guix-neomutt.scm - Fix setting custom query_type in notmuch query * Website - New technical documentation LINK - Improve Gentoo distro page * Build - Better curses identification - Use the system's wchar_t support - Use the system's md5 tool (or equivalent) - Clean up configure.ac - Teach gen-map-doc about the new opcode header * Source - Rename functions (snake_case) - Rename constants/defines (UPPER_CASE) - Create library of shared functions - Much tidying - Rename globals to match user config - Drop unnecessary functions/macros - Use a standard list implementation - Coverity fixes - Use explicit NUL for string terminators - Drop OPS\* in favour of opcodes.h * Upstream - Fix menu color calls to occur before positioning the cursor - When guessing an attachment type, don't allow text/plain if there is a null character - Add $imap_poll_timeout to allow mailbox polling to time out - Handle error if REGCOMP in pager fails when resizing - Change recvattach to allow nested encryption - Fix attachment check_traditional and extract_keys operations - Add edit-content-type helper and warning for decrypted attachments - Add option to run command to query attachment mime type - Add warning about using inline pgp with format=flowed
2017-09-06Comment out dead sites.wiz1-2/+2
2017-09-06Follow some redirects.wiz11-22/+22
2017-09-04Follow some redirects.wiz1-2/+2
2017-09-04Comment out dead sites.wiz8-17/+17
2017-09-04Updated thunderbird-enigmail to 1.9.8.2.wiz2-7/+8
Changes to 1.9.8.1 not found.
2017-09-04Updated p5-MailTools to 2.19.wiz2-9/+8
version 2.19: Tue 22 Aug 13:30:41 CEST 2017 Improvements: - block namespace MailTools rt.cpan.org#120905 [Karen Etheridge]
2017-09-03Remove dovecot2-antispam-plugin. Deprecated by upstream.wiz7-119/+1
Use sieve now, see https://wiki2.dovecot.org/HowTo/AntispamWithSieve Ok schmonz@
2017-09-03Update "mutt" package to version 1.9.0. Changes since version 1.8.3:tron4-44/+19
+ $ssl_verify_partial_chains permits verifying partial certificate chains. This allows the storage of only intermediate/host certificates in the $certificate_file. (OpenSSL 1.0.2b and newer only) ! SNI support added for OpenSSL and GnuTLS. + Choice and confirmation prompts can now wrap across multiple lines. + Window resizes are handled while in the line editor. + "color compose" can color the compose menu header fields and the security status. See "Using Color and Mono Video Attributes" in the manual for more details. + Setting $header_color_partial allows partial coloring of headers in the pager. This can be used to color just the header labels, or strings inside the headers. hdrdefault controls the color of the unmatched part. + When $history_remove_dups is set, duplicates in the history ring will be scanned and removed each time a new entry is added. ! IMAP header downloading was improved to support out-of-order and missing MSN entries. ! $message_cache_clean should be faster for large mailboxes. + Self-encryption can be enabled using the $pgp_self_encrypt, $pgp_self_encrypt_as, $smime_self_encrypt, and $smime_self_encrypt_as options. ! $postpone_encrypt now will use the $pgp_self_encrypt_as or $smime_self_encrypt_as option values first. $postpone_encrypt_as will be checked second, but should be considered deprecated. + $forward_attribution_intro and $forward_attribution_trailer can be used to customize the message preceding and following a forwarded message. + The ~<() and ~>() pattern operators match messages whose immediate parent, or immediate children respectively, match the subpattern inside (). They are more specific versions of the ~() pattern operator. + $imap_poll_timeout allow IMAP mailbox polling to time out. This defaults to 15 seconds. + The attachment menu now supports nested encryption. This allows attachments in nested encrypted messages to be saved or operated on. + $mime_type_query_command specifies a command to run to determine a new attachment's mime type. When $mime_type_query_first is set, this command will be run before looking at the mime.types file.
2017-09-03Follow some redirects.wiz6-16/+16
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz10-24/+24
2017-09-03Fix HOMEPAGE.wiz1-3/+2
2017-09-02Update dovecot2-pigeonhole to 0.4.20.taca2-7/+7
Changelog v0.4.20: + Made the retention period for redirect duplicate identifiers configurable. For accounts that perform many redirects, the lda-dupes database could grow to impractical sizes. Changed the default retention period from 24 to 12 hours. - sieve-filter: Fixed memory leak: forgot to clean up script binary at end of execution. Normally, this would merely be an inconsequential memory leak. However, when the script comes from an LDAP storage, this would cause io leak warnings. - managesieve-login: Fixed handling of AUTHENTICATE command. A second authenticate command would be parsed wrong. This problem was caused by changes in the previous release. - LDA Sieve plugin: Fixed minor memory leak caused by not cleaning up the sieve_discard script.
2017-09-01Build on OS X.schmonz1-1/+2
2017-09-01Modernize patch filenames.schmonz2-3/+3
2017-09-01Don't build catpages.schmonz3-6/+15
2017-09-01Modernize patch filenames.schmonz3-5/+5
2017-09-01Don't build catpages (or anything else during stage-install).schmonz3-6/+15
2017-09-01Modernize patch filenames.schmonz2-3/+3
2017-09-01Really don't build catpages.schmonz4-7/+19
2017-09-01Modernize patch filenames.schmonz4-8/+8
2017-09-01Avoid building catpages.schmonz2-4/+13
2017-08-30Add feature macosx-keyring for msmtp if build on Dawrinwiedi1-1/+3
msmtp provides MacOS X Keychain support by using the configuration option `--with-macosx-keyring`. With this setting enabled passwords for msmtp can be stored in the MacOS X keychain. From Thomas Merkel in NetBSD/pkgsrc#14
2017-08-29Fix gnupg2 dependency pattern.wiz1-2/+2
2017-08-29Remove references to gnupg21 in preparation for its removal.wiz3-25/+5
2017-08-25Changes 2.2.32:adam4-11/+14
There are various changes in this release that can be used to significantly reduce disk IO with: 1) NFS storage especially, but I guess also other remote filesystems and even some with local disks 2) When mail storage and INDEX storage are separated * imapc: Info-level line is logged every time when successfully connected to the remote server. This includes local/remote IP/port, which can be useful for matching against external logs. * config: Log a warning if plugin { key=no } is used explicitly. v2.3 will support "no" properly in plugin settings, but for now any value at all for a boolean plugin setting is treated as "yes", even if it's written as explicit "no". This change will now warn that it most likely won't work as intended. + Various optimizations to avoid accessing files/directories when it's not necessary. Especially avoid accessing mail root directories when INDEX directories point to a different filesystem. + mail_location can now include ITERINDEX parameter. This tells Dovecot to perform mailbox listing from the INDEX path instead of from the mail root path. It's mainly useful when the INDEX storage is on a faster storage. + mail_location can now include VOLATILEDIR=<path> parameter. This is used for creating lock files and in future potentially other files that don't need to exist permanently. The path could point to tmpfs for example. This is especially useful to avoid creating lock files to NFS or other remote filesystems. For example: mail_location=sdbox:~/sdbox:VOLATILEDIR=/tmp/volatile/%2.256Nu/%u + mail_location's LISTINDEX=<path> can now contain a full path. This allows storing mailbox list index to a different storage than the rest of the indexes, for example to tmpfs. + mail_location can now include NO-NOSELECT parameter. This automatically deletes any \NoSelect mailboxes that have no children. These mailboxes are sometimes confusing to users. + mail_location can now include BROKENCHAR=<char> parameter. This can be useful with imapc to access mailbox names that aren't valid mUTF-7 charset from remote servers. + If mailbox_list_index_very_dirty_syncs=yes, the list index is no longer refreshed against filesystem when listing mailboxes. This allows the mailbox listing to be done entirely by only reading the mailbox list index. + Added mailbox_list_index_include_inbox setting to control whether INBOX's STATUS information should be cached in the mailbox list index. The default is "no", but it may be useful to change it to "yes", especially if LISTINDEX points to tmpfs. + userdb can return chdir=<path>, which override mail_home for the chdir location. This can be useful to avoid accessing home directory on login. + userdb can return postlogin=<socket> to specify per-user imap/pop3 postlogin socket path. + cassandra: Add support for result paging by adding page_size=<n> parameter to the connect setting. + dsync/imapc, pop3-migration plugin: Strip also trailing tabs from headers when matching mails. This helps with migrations from Zimbra. + imap_logout_format supports now %{appended} and %{autoexpunged} + virtual plugin: Optimize IDLE to use mailbox list index for finding out when something has changed. + Added apparmor plugin. See https://wiki2.dovecot.org/Plugins/Apparmor - virtual plugin: A lot of fixes. In many cases it was also working very inefficiently or even incorrectly. - imap: NOTIFY parameter parsing was incorrectly "fixed" in v2.2.31. It was actually (mostly) working in previous versions, but broken in v2.2.31. - Modseq tracking didn't always work correctly. This could have caused imap unhibernation to fail or IMAP QRESYNC/CONDSTORE extensions to not work perfectly. - mdbox: "Inconsistency in map index" wasn't fixed automatically - dict-ldap: %variable values used in the LDAP filter weren't escaped. - quota=count: quota_warning = -storage=.. was never executed (try 2). v2.2.31 fixed it for -messages, but not for -storage. - imapc: >= 32 kB mail bodies were supposed to be cached for subsequent FETCHes, but weren't. - quota-status service didn't support recipient_delimiter - acl: Don't access dovecot-acl-list files with acl_globals_only=yes - mail_location: If INDEX dir is set, mailbox deletion deletes its childrens' indexes. For example if "box" is deleted, "box/child" index directory was deleted as well (but mails were preserved). - director: v2.2.31 caused rapid reconnection loops to directors that were down.
2017-08-24Revbump for boost updateadam24-48/+48
2017-08-24Revbump for boost updateadam2-3/+4
2017-08-21Build on systems without O_DIRECTORY.schmonz2-1/+18
2017-08-19Update to netqmail-1.06-qbiffutmpx-20170820.patch. Should fix EL7 bulkschmonz2-7/+7
build. No functional change elsewhere.
2017-08-19Update to 52.3.0ryoon2-235/+235
* Sync with mail/thunderbird-52.3.0
2017-08-19Update to 52.3.0ryoon2-7/+7
Changelog: Fixed Unwanted inline images shown in rogue SPAM messages Fixed Deleting message from the POP3 server not working when maildir storage was used Fixed Message disposition flag (replied / forwarded) lost when reply or forwarded message was stored as draft and draft was sent later Fixed Inline images not scaled to fit when printing Fixed Selected text from another message sometimes included in a reply Fixed No authorisation prompt displayed when inserting image into email body although image URL requires authentication Fixed Large attachments taking a long time to open under some circumstances Fixed Various security fixes
2017-08-19mail/prayer: Install manpages into ${PKGMANDIR}.jlam2-6/+20
Patch the project's man/Makefile to use the correct location for installed manpages under ${PKGMANDIR}.
2017-08-19mail/elm: Install manpages into ${PKGMANDIR}.jlam2-4/+4
This project uses a Perl-style Configure script that can use a custom config.sh to provide default answers to questions that it asks as part of the configuration process. Modify the custom ${FILESDIR}/config.sh to allow substituting for @PKGMANDIR@ in the default location for unformatted manpages.
2017-08-19mail/distribute: Install manpages into ${PKGMANDIR}.jlam2-6/+9
Patch the project Makefile to direct manpages into ${PKGMANDIR} instead of ${PREFIX}/man.
2017-08-17Update to 0.97wen2-8/+7
Upstream changes: 0.97 2017-07-31 - POD-related fixes. 0.96 2017-07-27 - Readd main .pm file (GH issue #3).
2017-08-17Update to 1.021wen2-8/+7
Upstream changes: 1.021 2017-08-02 19:35:56-04:00 America/New_York - reject non-ASCII and control characters in strict mode (thanks, Pali Roh獺r) 1.020 2017-07-25 12:39:31-04:00 America/New_York - unbreak Email::MIME (which violates encapsulation (again)) - eliminate some @_ / $_ confusion 1.019 2017-07-06 16:06:19-04:00 America/New_York (TRIAL RELEASE) - better parsing all around, thanks to Pali Roh獺r: - support for RFC 2231 (character set and parameter continuations) - support for RFC 2822 comments - we only Carp if header-parsing fails now - we're more lenient in dealing with spaces around tokens