summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
Commit message (Collapse)AuthorAge
* gnu: python-hyperkitty: Enable previously failing test.Marius Bakke2020-09-22
| | | | * gnu/packages/mail.scm (python-hyperkitty)[arguments]: Remove substitution.
* gnu: python-django: Update to 3.1.1.Marius Bakke2020-09-22
| | | | | | | | | | | | * gnu/packages/django.scm (python-django): Update to 3.1.1. [arguments]: Remove #:modules. Rename set-tzdir phase to pre-check, and disable one test. Adjust PYTHONPATH patching to preserve all entries. Ensure the test suite runs sequentially. [propagated-inputs]: Add PYTHON-ASGIREF. (python-django-2.2): New public variable. * gnu/packages/mail.scm (python-hyperkitty)[propagated-inptus]: Change from PYTHON-DJANGO to PYTHON-DJANGO-2.2. * gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise.
* gnu: Remove python2-django-mailman3.Marius Bakke2020-09-22
| | | | | | | | This package depends on Python 2 which is past end-of-life and not supported by newer versions of Django. * gnu/packages/mail.scm (python2-django-mailman3): Remove variable. (python-django-mailman3)[properties]: Remove.
* gnu: mailutils: Fix unitialized variable in readmsg.Pierre Langlois2020-09-16
| | | | | | | | | Fixes <https://bugs.gnu.org/43088>. * gnu/packages/patches/mailutils-fix-uninitialized-variable.patch: New file. * gnu/packages/mail.scm (mailutils)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Register patch.
* gnu: Add ripmime.Sébastien Lerique2020-09-14
| | | | | | * gnu/packages/mail.scm (ripmime): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add altermime.Ricardo Wurmus2020-09-14
| | | | * gnu/packages/mail.scm (altermime): New variable.
* Revert "gnu: dovecot: Set moduledir to global directory."Tobias Geerinckx-Rice2020-09-11
| | | | | This reverts commit db0109be42547d5dbb0fc1eb8ae30ccc968ed88b. Same reason as commit d9d88c2ff0d367599d0a851ccf9377c4e21079d6.
* gnu: libetpan: Update to 1.9.4.Tobias Geerinckx-Rice2020-09-11
| | | | * gnu/packages/mail.scm (libetpan): Update to 1.9.4.
* gnu: fetchmail: Update to 6.4.12.Tobias Geerinckx-Rice2020-09-11
| | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.12.
* gnu: dovecot: Set moduledir to global directory.Efraim Flashner2020-09-09
| | | | | | | | * gnu/packages/mail.scm (dovecot)[arguments]: Add configure-flag to set moduledir. Adjust custom 'install phase to override moduledir so it successfully installs. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: notmuch: Update to 0.31.Mark H Weaver2020-09-07
| | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.31. [source]: Remove the workarounds that were temporarily needed to cope with the tilde ("~") in the upstream "~rc" version number.
* gnu: Add sieve-connect.Tobias Geerinckx-Rice2020-09-02
| | | | * gnu/packages/mail.scm (sieve-connect): New public variable.
* gnu: Add dovecot-pigeonhole.Alexey Abramov2020-09-01
| | | | | | * gnu/packages/mail.scm (dovecot-pigeonhole): New public variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add opensmtpd-filter-dkimsign.Tobias Geerinckx-Rice2020-09-01
| | | | | * gnu/packages/mail.scm (libopensmtpd): New variable. opensmtpd-filter-dkimsign): New public variable.
* gnu: fetchmail: Update to 6.4.11.Tobias Geerinckx-Rice2020-09-01
| | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.11.
* gnu: mutt: Update to 1.14.7.Tobias Geerinckx-Rice2020-08-31
| | | | * gnu/packages/mail.scm (mutt): Update to 1.14.7.
* gnu: python-authres: Edit description.Tobias Geerinckx-Rice2020-08-30
| | | | | * gnu/packages/mail.scm (python-authres)[synopsis, description]: Edit. Or, one typo fix run amok.
* gnu: alpine: Update to 2.23.2.Tobias Geerinckx-Rice2020-08-30
| | | | | * gnu/packages/mail.scm (alpine): Update to 2.23.2. [source]: Use new git tag.
* gnu: fetchmail: Update to 6.4.10.Tobias Geerinckx-Rice2020-08-30
| | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.10.
* gnu: notmuch: Update to 0.30-0.31rc1.Mark H Weaver2020-08-28
| | | | | | | | | | | | | Note: This actually updates to 0.31~rc1, but here we instead use the version number 0.30-0.31rc1 so that Guix will consider it older than version 0.31. The rationale for updating to a release candidate is that earlier versions do not work with Emacs 27. * gnu/packages/mail.scm (notmuch): Update to 0.30-0.31rc1. [source]: In the 'uri' field, avoid using the 'version' variable, which doesn't match the upstream file name. Add a 'file-name' field to work around the fact that Guix does not allow tildes ("~"). [arguments]: Add 'disable-failing-tests' phase.
* gnu: msmtp: Update to 1.8.12.Tobias Geerinckx-Rice2020-08-26
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.12.
* gnu: dovecot: Enable FTS stemming.Tobias Geerinckx-Rice2020-08-24
| | | | * gnu/packages/mail.scm (dovecot)[inputs]: Add libstemmer.
* gnu: dovecot: Add lucene library to support fts indexing.Alexey Abramov2020-08-24
| | | | | | | * gnu/packages/mail.scm (dovecot)[inputs]: Add ice4c, clucene. [arguments]: Add --with-lucene configuration switch. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: dovecot: Support zstd compression.Tobias Geerinckx-Rice2020-08-21
| | | | * gnu/packages/mail.scm (dovecot)[inputs]: Add zstd:lib.
* gnu: mailutils: Update to 3.10.Tobias Geerinckx-Rice2020-08-20
| | | | | * gnu/packages/mail.scm (mailutils): Update to 3.10. [arguments]: Patch a failing moderator test.
* gnu: python-aiosmtpd: Update to 1.2.1.Tobias Geerinckx-Rice2020-08-19
| | | | | * gnu/packages/mail.scm (python-aiosmtpd): Update to 1.2.1. [source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: python-dkimpy: Update to 1.0.5.Tobias Geerinckx-Rice2020-08-19
| | | | * gnu/packages/mail.scm (python-dkimpy): Update to 1.0.5.
* gnu: khard: Update to 0.17.0.Efraim Flashner2020-08-16
| | | | | * gnu/packages/mail.scm (khard): Update to 0.17.0. [inputs]: Remove python-pyyaml.
* gnu: dovecot: Update to 2.3.11.3 [security fixes].Tobias Geerinckx-Rice2020-08-12
| | | | | | Fixes CVE-2020-12100, CVE-2020-12673, CVE-2020-10967, and CVE-2020-12674. * gnu/packages/mail.scm (dovecot): Update to 2.3.11.3.
* gnu: mu: Update to 1.4.13.Tobias Geerinckx-Rice2020-08-11
| | | | * gnu/packages/mail.scm (mu): Update to 1.4.13.
* gnu: public-inbox: Update to 1.5.0.Arun Isaac2020-08-08
| | | | * gnu/packages/mail.scm (public-inbox): Update to 1.5.0.
* gnu: isync: Update to 1.3.3.Michael Rohleder2020-08-05
| | | | | | * gnu/packages/mail.scm (isync): Update to 1.3.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: public-inbox: Make git a regular input.Marius Bakke2020-07-30
| | | | | * gnu/packages/mail.scm (public-inbox)[native-inputs]: Move GIT ... [inputs]: ... here.
* gnu: isync: Update to 1.3.2.Hendursaga2020-07-26
| | | | | | | * gnu/packages/mail.scm (isync): Update to 1.3.2. [home-page]: Update home-page. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: mu: Update to 1.4.12.Tobias Geerinckx-Rice2020-07-26
| | | | * gnu/packages/mail.scm (mu): Update to 1.4.12.
* gnu: python-django-mailman3: Fix dangling python2- variant.Efraim Flashner2020-07-21
| | | | | * gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly identify the python2- variant.
* gnu: postorius: Update to 1.3.3.Efraim Flashner2020-07-21
| | | | | | | | | | * gnu/packages/mail.scm (postorius): Update to 1.3.3. [arguments]: Build with python-3. Add custom 'check phase. [inputs]: Replace python2-django, python2-django-mailman3, python2-django-mailmanclient with python- variants. Add python-readme-renderer. [native-inputs]: Add python-beautifulsoup4, python-isort, python-mock, python-vcrpy.
* gnu: Add python-hyperkitty.Efraim Flashner2020-07-21
| | | | * gnu/packages/mail.scm (python-hyperkitty): New variable.
* gnu: Add python-mailman-hyperkitty.Efraim Flashner2020-07-21
| | | | * gnu/packages/mail.scm (python-mailman-hyperkitty): New variable.
* gnu: Add mailman.Efraim Flashner2020-07-21
| | | | * gnu/packages/mail.scm (mailman): New variable.
* gnu: python-mailmanclient: Update to 3.3.1.Efraim Flashner2020-07-21
| | | | | | * gnu/packages/mail.scm (python-mailmanclient): Update to 3.3.1. [home-page]: Update to new home-page url. [properties]: Add python2- variant.
* gnu: Add python-django-mailman3.Efraim Flashner2020-07-21
| | | | * gnu/packages/mail.scm (python-django-mailman3): New variable.
* gnu: Add python-aiosmtpd.Efraim Flashner2020-07-21
| | | | * gnu/packages/mail.scm (python-aiosmtpd): New variable.
* gnu: Add python-authheaders.Efraim Flashner2020-07-21
| | | | * gnu/packages/mail.scm (python-authheaders): New variable.
* gnu: Add python-dkimpy.Efraim Flashner2020-07-21
| | | | * gnu/packages/mail.scm (python-dkimpy): New variable.
* gnu: Add python-authres.Efraim Flashner2020-07-21
| | | | * gnu/packages/mail.scm (python-authres): New variable.
* gnu: Consistently use license: prefix in (gnu packages mail).Tobias Geerinckx-Rice2020-07-15
| | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm: Don't #:select arbitrary variables from (guix licenses). (anubis, mailutils, nullmailer, fetchmail, mutt, neomutt, gmime) (bogofilter, offlineimap, emacs-mew, mu, alot, notifymuch, notmuch) (python-notmuch, muchsync, getmail, libetpan, compface, claws-mail) (msmtp, exim, dovecot, dovecot-trees, dovecot-libsodium-plugin, isync) (perl-email-abstract, perl-email-address, perl-email-address-xs) (perl-email-date-format, perl-email-messageid, perl-email-mime) (perl-email-mime-contenttype, perl-email-mime-encodings) (perl-email-sender, perl-email-simple, libesmtp, esmtp, fdm, procmail) (khard, perl-mail-spf, perl-mail-authenticationresults, perl-mail-dkim) (dkimproxy, mb2md, mpop, mhonarc, sendmail, opensmtpd, opensmtpd-extras) (python-mailmanclient, python2-django-mailman3, postorius, swaks, alpine) (balsa, afew, pan, urlscan, tnef, mumi, ytnef, public-inbox, sylpheed) [licenses]: Use a license: prefix instead.
* gnu: opensmtpd-extras: Update to 6.7.1.Tobias Geerinckx-Rice2020-07-15
| | | | | | | | * gnu/packages/mail.scm (opensmtpd-extras): Update to 6.7.1. [native-inputs]: Remove bison, groff, automake, and autoconf. [inputs]: Remove libasr, perl, lua, and linux-pam. Add mysql. [arguments]: Remove obsolete or ineffective options. [license]: Update.
* gnu: opensmtpd-extras: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-07-15
| | | | * gnu/packages/mail.scm (opensmtpd-extras)[source]: Hard-code NAME.
* gnu: mutt: Update to 1.14.6.Tobias Geerinckx-Rice2020-07-14
| | | | * gnu/packages/mail.scm (mutt): Update to 1.14.6.