summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
Commit message (Collapse)AuthorAge
* Update copyright/name notices for Christine Lemmer-Webber.Christopher Lemmer Webber2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber. * gnu/build/image.scm: Likewise. * gnu/build/vm.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/assembly.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/backup.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/finance.scm: Likewise. * gnu/packages/gnupg.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/haskell-xyz.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/sphinx.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/networking.scm: Likewise. * gnu/system/vm.scm: Likewise.
* gnu: sendmail: Install executables to $prefix/sbin and $prefix/bin directories.Ivan Gankevich2021-08-10
| | | | | | | | | | | | | | | | | Currently "sendmail" installs executables to $PREFIX/usr/sbin and $PREFIX/usr/bin directories. This patch changes them to $PREFIX/sbin and $PREFIX/bin respectively. Also this patch fixes broken symlinks in $PREFIX/bin and updates package definitions that use old sendmail paths. * gnu/packages/mail.scm (sendmail): Set new paths. [arguments]<#:phases>{replace-/usr}: Remove /usr prefix. [arguments]<#:phases>{post-install}: Fix broken symlinks [arguments]<#:phases>{configure}: Set paths without /usr prefix. * gnu/packages/mail.scm (claws-mail): Use new sendmail paths. * gnu/packages/version-control.scm (python-git-multimail): Use new sendmail paths. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mu: Update to 1.6.2.Pierre Langlois2021-08-10
| | | | | | | | * gnu/packages/mail.scm (mu): Update to 1.6.2. [inputs]: Use guile-3.0. [arguments]: Remove autotools substitutions for guile-2.2. Update 'patch-bin-sh-in-tests phase to new tests. Do not return #t in the remaining phases.
* gnu: fetchmail: Update to 6.4.21 [fixes CVE-2021-36386].Xinglu Chen2021-07-27
| | | | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.21. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: dovecot-pigeonhole: Update to 0.5.16.Tobias Geerinckx-Rice2021-08-07
| | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.16.
* gnu: dovecot: Update to 2.3.16.Tobias Geerinckx-Rice2021-08-07
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.16.
* gnu: fetchmail: Update to 6.4.20 [fixes CVE-2021-38386].Xinglu Chen2021-08-04
| | | | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.20. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add libpst.Ricardo Wurmus2021-08-01
| | | | * gnu/packages/mail.scm (libpst): New variable.
* gnu: isync: Update to 1.4.3.Xinglu Chen2021-07-31
| | | | | | * gnu/packages/mail.scm (isync): Update to 1.4.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Mutt: Update to 2.1.1.Leo Famulari2021-07-26
| | | | * gnu/packages/mail.scm (mutt): Update to 2.1.1.
* gnu: esmtp: Fix build with libesmtp >= 1.1.0.Tobias Geerinckx-Rice2021-07-24
| | | | | | * gnu/packages/mail.scm (esmtp)[source]: Add patch. * gnu/packages/patches/esmtp-add-lesmtp.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: claws-mail: Use absolute paths to referenced programs.Raghav Gururajan2021-07-20
| | | | | * gnu/packages/mail.scm (claws-mail)[phases](patch-source): New phase. [inputs]: Add mailutils and sendmail.
* gnu: claws-mail: Add comments for optional inputs.Raghav Gururajan2021-07-15
| | | | | | * gnu/packages/mail.scm (claws-mail)[native-inputs]: Add comment for docbook-utils. [inputs]: Add comments for j-pilot and webkitgtk.
* gnu: claws-mail: Rename input label for shared-mime-info.Raghav Gururajan2021-07-15
| | | | | | * gnu/packages/mail.scm (claws-mail)[inputs]: Rename mime-info to shared-mime-info. [phases](patch-mime): Modify.
* gnu: claws-mail: Update to v4.0.0 and adjust arguments+inputs accordingly.Raghav Gururajan2021-07-15
| | | | | | | | | | | | | | * gnu/packages/mail.scm (claws-mail)[version]: Update to 4.0.0. [arguments](configure-flags): Add flag disable-static. Remove flags enable-gnutls,enable-pgpmime-plugin, enable-enchant and enable-ldap. [native-inputs]: Add bison, flex, gettext-minimal, gobject-introspection and intltool. [inputs]: Add cairo, compface, dbus, fontconfig, gdk-pixbuf+svg, glib, gsettings-desktop-schemas, gumbo-parser, libgdata, libindicator, librsvg, libsoup, nettle, network-manager, openldap, poppler, python-pygobject and ytnef. Remove hicolor-icon-theme. Replace gtk+-2 and python-2 with gtk+ and python, respectively. [propagated-inputs]: Add dconf.
* gnu: claws-mail: Rearrange inputs in alphabetical order.Raghav Gururajan2021-07-14
| | | | * gnu/packages/mail.scm (claws-mail)[inputs]: Modify.
* gnu: claws-mail: Update to 3.18.0.Tobias Geerinckx-Rice2021-07-13
| | | | * gnu/packages/mail.scm (claws-mail): Update to 3.18.0.
* gnu: Mutt: Update to 2.1.0.Leo Famulari2021-07-06
| | | | * gnu/packages/mail.scm (mutt): Update to 2.1.0.
* gnu: perl-email-abstract: Update to 3.009.Tobias Geerinckx-Rice2021-07-04
| | | | * gnu/packages/mail.scm (perl-email-abstract): Update to 3.009.
* gnu: alpine: Update to 2.24.2.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/mail.scm (alpine): Update to 2.24.2.
* gnu: libesmtp: Expand description.Tobias Geerinckx-Rice2021-06-30
| | | | * gnu/packages/mail.scm (libesmtp)[description]: Add more libESMTP facts.
* gnu: libesmtp: Update to 1.1.0.Tobias Geerinckx-Rice2021-06-30
| | | | | * gnu/packages/mail.scm (libesmtp): Update to 1.1.0. [native-inputs]: Remove them all again.
* gnu: libesmtp: Build from Git sources.Tobias Geerinckx-Rice2021-06-30
| | | | | | * gnu/packages/mail.scm (libesmtp)[source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: notmuch: Update to 0.32.2.Xinglu Chen2021-06-30
| | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.32.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: dovecot-pigeonhole: Update to 0.5.15 [fixes CVE-2020-28200].Tobias Geerinckx-Rice2021-06-21
| | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.15.
* gnu: dovecot: Update to 2.3.15 [fixes CVE-2021-29157 & CVE-2021-33515].Tobias Geerinckx-Rice2021-06-21
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.15.
* gnu: Add undbx.Ricardo Wurmus2021-06-17
| | | | * gnu/packages/mail.scm (undbx): New variable.
* gnu: libopensmtpd, opensmtpd-filter-dkimsign: Add source URI.Tobias Geerinckx-Rice2021-06-12
| | | | | | * gnu/packages/mail.scm (libopensmtpd, opensmtpd-filter-dkimsign) [source]: Add a URI that might work in Tasmania and 's further upstream regardless.
* gnu: opensmtpd-filter-dkimsign: Support ed25519 signatures.Tobias Geerinckx-Rice2021-06-10
| | | | | | | | * gnu/packages/mail.scm (opensmtpd-filter-dkimsign)[arguments]: Define HAVE_ED25519 in #:make-flags. [arguments]: Rename 'inherit-ownership phase to 'patch-Makefile.gnu and patch a hard-coded ‘pkg-config’ command. [inputs]: Replace libressl with openssl.
* gnu: opensmtpd-filter-dkimsign: Update to 0.5.Tobias Geerinckx-Rice2021-06-10
| | | | | | | | | | | * gnu/packages/mail.scm (opensmtpd-filter-dkimsign): Update to 0.5. [source]: Use the upstream release tarball now. [arguments]: Adjust #:make-flags to new upstream Makefile.gnu. Remove obsolete custom 'unpack and 'install phases. Add a new 'inherit-ownership phase. [native-inputs]: Remove Arch Linux Makefile. Add mandoc. Remove the libopensmtpd sources in favour of… [inputs]: …the real thing.
* gnu: libopensmtpd: Make public.Tobias Geerinckx-Rice2021-06-10
| | | | | | Now that it's a fancy official release and all. * gnu/packages/mail.scm (libopensmtpd): DEFINE-PUBLIC.
* gnu: libopensmtpd: Update to 0.7.Tobias Geerinckx-Rice2021-06-10
| | | | | | | | * gnu/packages/mail.scm (libopensmtpd): Update to 0.7. [source]: URL-FETCH a release tarball. [arguments]: Remove obsolete 'create-output-directories, 'install-header-file, and 'install-man-page phases. [native-inputs]: Add mandoc.
* gnu: isync: Update to 1.4.2.Xinglu Chen2021-06-07
| | | | | | * gnu/packages/mail.scm (isync): Update to 1.4.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: abook: Fix typo in description.Tobias Geerinckx-Rice2021-05-23
| | | | * gnu/packages/mail.scm (abook)[description]: Fix typo.
* gnu: notmuch: Update to 0.32.1.Xinglu Chen2021-05-23
| | | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.32.1. [arguments]<#:phases>: Don’t return #t at the end of the phase, this won’t be necessary once core-update gets merged. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: perl-mail-dkim: Update to 1.20200907.Efraim Flashner2021-05-19
| | | | * gnu/packages/mail.scm (perl-mail-dkim): Update to 1.20200907.
* gnu: mutt: Update to 2.0.7.Tobias Geerinckx-Rice2021-05-06
| | | | * gnu/packages/mail.scm (mutt): Update to 2.0.7.
* gnu: msmtp: Don't TP Debian's house.Tobias Geerinckx-Rice2021-05-06
| | | | * gnu/packages/mail.scm (msmtp)[arguments]: Fix comment typo.
* gnu: crm114: Use emacs-build-system install phase.Arun Isaac2021-05-05
| | | | | | | | | * gnu/packages/mail.scm (crm114)[arguments]: Install the crm114 emacs mode using the install phase from emacs-build-system, instead of in the custom pre-install phase. Run the make-autoloads phase after this new install-emacs-mode phase. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Exim: Update to 4.94.2 [security fixes].Leo Famulari2021-05-04
| | | | | | | | | | | Fixes CVE-2020-{27216,28007,28008,28009,28010,28011,28012,28013,28014,28015, 28016,28017,28018,28019,28020,28021,28022,28023,28024,28025,28026}. See the upstream security advisory for more information: https://exim.org/static/doc/security/CVE-2020-qualys/21nails.txt * gnu/packages/mail.scm (exim): Update to 4.94.2.
* gnu: public-inbox: Update to 1.6.1.Xinglu Chen2021-05-03
| | | | | | | | | | * gnu/packages/mail.scm (public-inbox)[version]: Update to 1.6.1. [inputs]: Add optional dependencies. ‘perl-filesys-notify-simple’ has been superseded by ‘perl-linux-inotify2’ by upstream. [synopsis]: Capitalize “git”. [description]: Likewise. Mention IMAP support. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: notmuch: Adjust to changes in emacs-build-system.Leo Prikler2021-05-01
| | | | * gnu/packages/mail.scm (notmuch)[configure]: Use elpa-directory.
* gnu: mailcap: Update to 2.1.53.Tobias Geerinckx-Rice2021-05-01
| | | | * gnu/packages/mail.scm (mailcap): Update to 2.1.53.
* gnu: alpine: Update to 2.24.1.Tobias Geerinckx-Rice2021-04-27
| | | | * gnu/packages/mail.scm (alpine): Update to 2.24.1.
* gnu: fetchmail: Update to 6.4.19.Xinglu Chen2021-04-27
| | | | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.19. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add crm114.Arun Isaac2021-04-21
| | | | * gnu/packages/mail.scm (crm114): New variable.
* gnu: Add abook.Alexandru-Sergiu Marton2021-04-11
| | | | | | * gnu/packages/mail.scm (abook): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add opensmtpd-filter-rspamd.Alexey Abramov2021-04-06
| | | | | | * gnu/packages/mail.scm (opensmtpd-filter-rspamd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mumi: Update to 0.0.1-5.9f070bd.Ricardo Wurmus2021-03-31
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-5.9f070bd.
* gnu: mumi: Update to 0.0.1-4.887471f.Ricardo Wurmus2021-03-31
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-4.887471f.