gnu: balsa: Update to 2.6.1.
[jackhill/guix/guix.git] / gnu / packages / mail.scm
CommitLineData
a661e420 1;;; GNU Guix --- Functional package management for GNU
98dd9ff8 2;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
ee2b2d2f 3;;; Copyright © 2014, 2015, 2017 Mark H Weaver <mhw@netris.org>
29a7c98a 4;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
98e9e22f 5;;; Copyright © 2014 Sou Bunnbu <iyzsong@gmail.com>
f115d817 6;;; Copyright © 2014, 2019 Julien Lepiller <julien@lepiller.eu>
66cc3ab2 7;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
17dd4329 8;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
829785c1 9;;; Copyright © 2015, 2016, 2018 Eric Bavier <bavier@member.fsf.org>
2e88d113 10;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
b93b7b25 11;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
34dd26af 12;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
8a75c589 13;;; Copyright © 2016 Al McElrath <hello@yrns.org>
823e2ed4 14;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
e90819c4 15;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org>
99404fff 16;;; Copyright © 2016 Alex Kost <alezost@gmail.com>
3f81ca32 17;;; Copyright © 2016, 2017 Troy Sankey <sankeytms@gmail.com>
3c986a7d 18;;; Copyright © 2016, 2017, 2018 Nikita <nikita@n0.is>
24262239 19;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org>
f4f8c23b 20;;; Copyright © 2016, 2017, 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
5d87088c 21;;; Copyright © 2016 John Darrington <jmd@gnu.org>
8e020519 22;;; Copyright © 2016, 2018 Marius Bakke <mbakke@fastmail.com>
3e9750c3 23;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
6800c797 24;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
cda8250b 25;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
7ff2159b 26;;; Copyright © 2017, 2018, 2020 Rene Saavedra <pacoon@protonmail.com>
84ce7c5a 27;;; Copyright © 2018, 2019, 2020 Pierre Langlois <pierre.langlois@gmx.com>
c115a1c8 28;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
c315d370 29;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
c107e50a 30;;; Copyright © 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
82680f80 31;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
24a3eb90 32;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
9ec27360 33;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org>
660611e5 34;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
a661e420
LC
35;;;
36;;; This file is part of GNU Guix.
37;;;
38;;; GNU Guix is free software; you can redistribute it and/or modify it
39;;; under the terms of the GNU General Public License as published by
40;;; the Free Software Foundation; either version 3 of the License, or (at
41;;; your option) any later version.
42;;;
43;;; GNU Guix is distributed in the hope that it will be useful, but
44;;; WITHOUT ANY WARRANTY; without even the implied warranty of
45;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
46;;; GNU General Public License for more details.
47;;;
48;;; You should have received a copy of the GNU General Public License
49;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
50
1fdd3ee2 51(define-module (gnu packages mail)
59a43334 52 #:use-module (gnu packages)
1e1142d8 53 #:use-module (gnu packages admin)
b0eb2af2 54 #:use-module (gnu packages aspell)
d983a14f 55 #:use-module (gnu packages autotools)
e8435c4d 56 #:use-module (gnu packages backup)
938078a3 57 #:use-module (gnu packages base)
ee886454 58 #:use-module (gnu packages bash)
f8ae32a2 59 #:use-module (gnu packages bison)
fc9a93cb 60 #:use-module (gnu packages calendar)
ac257f12 61 #:use-module (gnu packages check)
938078a3 62 #:use-module (gnu packages compression)
944a5cdd 63 #:use-module (gnu packages crypto)
f58f767b 64 #:use-module (gnu packages curl)
4fd6bf53 65 #:use-module (gnu packages cyrus-sasl)
81ce19f4 66 #:use-module (gnu packages databases)
255d1bbe 67 #:use-module (gnu packages dbm)
d983a14f 68 #:use-module (gnu packages dejagnu)
8a3741e6 69 #:use-module (gnu packages django)
8b53366c 70 #:use-module (gnu packages dns)
938078a3 71 #:use-module (gnu packages docbook)
7a6213cb 72 #:use-module (gnu packages documentation)
d2938d59 73 #:use-module (gnu packages emacs)
e8435c4d 74 #:use-module (gnu packages enchant)
938078a3 75 #:use-module (gnu packages gdb)
aa20b004 76 #:use-module (gnu packages gettext)
938078a3 77 #:use-module (gnu packages ghostscript)
d2938d59 78 #:use-module (gnu packages glib)
e8435c4d 79 #:use-module (gnu packages gnome)
524e1df6 80 #:use-module (gnu packages gnupg)
152ffe7c 81 #:use-module (gnu packages groff)
d6e941bc 82 #:use-module (gnu packages gsasl)
e8435c4d 83 #:use-module (gnu packages gtk)
1ffa7090 84 #:use-module (gnu packages guile)
0791437f 85 #:use-module (gnu packages guile-xyz)
f8ae32a2 86 #:use-module (gnu packages flex)
9ec27360 87 #:use-module (gnu packages haskell-xyz)
b0eb2af2 88 #:use-module (gnu packages kerberos)
e8435c4d 89 #:use-module (gnu packages libcanberra)
8b53366c 90 #:use-module (gnu packages libevent)
d6e941bc 91 #:use-module (gnu packages libidn)
aef4c482 92 #:use-module (gnu packages libunistring)
84ce7c5a 93 #:use-module (gnu packages libunwind)
d983a14f 94 #:use-module (gnu packages linux)
99b23fee 95 #:use-module (gnu packages lsof)
152ffe7c 96 #:use-module (gnu packages lua)
d983a14f 97 #:use-module (gnu packages m4)
938078a3 98 #:use-module (gnu packages man)
1ffa7090 99 #:use-module (gnu packages ncurses)
938078a3 100 #:use-module (gnu packages networking)
b0eb2af2 101 #:use-module (gnu packages openldap)
c315d370 102 #:use-module (gnu packages onc-rpc)
66cc3ab2 103 #:use-module (gnu packages pcre)
13f04f48 104 #:use-module (gnu packages perl)
f115d817 105 #:use-module (gnu packages perl-check)
eff3a9b2 106 #:use-module (gnu packages perl-web)
938078a3 107 #:use-module (gnu packages pkg-config)
3919a31a 108 #:use-module (gnu packages python)
1b2f753d 109 #:use-module (gnu packages python-web)
44d10b1f 110 #:use-module (gnu packages python-xyz)
1ffa7090 111 #:use-module (gnu packages readline)
938078a3 112 #:use-module (gnu packages ruby)
d2938d59 113 #:use-module (gnu packages search)
224b1c83 114 #:use-module (gnu packages serialization)
1bd3f849 115 #:use-module (gnu packages samba)
6cf27c89 116 #:use-module (gnu packages screen)
9d0c291e 117 #:use-module (gnu packages sphinx)
cd0322a3 118 #:use-module (gnu packages sqlite)
b0eb2af2 119 #:use-module (gnu packages tcl)
938078a3 120 #:use-module (gnu packages texinfo)
33dc54b0 121 #:use-module (gnu packages time)
a7fd7b68 122 #:use-module (gnu packages tls)
eff3a9b2 123 #:use-module (gnu packages version-control)
938078a3 124 #:use-module (gnu packages w3m)
be0c5733 125 #:use-module (gnu packages web)
7c16151a 126 #:use-module (gnu packages webkit)
3d88855d 127 #:use-module (gnu packages xdisorg)
e8435c4d 128 #:use-module (gnu packages xorg)
938078a3 129 #:use-module (gnu packages xml)
d983a14f 130 #:use-module ((guix licenses)
74c903ed
RW
131 #:select (fdl1.1+
132 agpl3+
133 gpl2 gpl2+ gpl3 gpl3+ lgpl2.1 lgpl2.1+ lgpl3+
24262239 134 non-copyleft (expat . license:expat) bsd-3
8b53366c 135 public-domain bsd-4 isc (openssl . license:openssl)
2f3108ad 136 bsd-2 x11-style agpl3 asl2.0 perl-license))
a661e420
LC
137 #:use-module (guix packages)
138 #:use-module (guix download)
f8ae32a2 139 #:use-module (guix git-download)
29a7c98a 140 #:use-module (guix utils)
681a6588 141 #:use-module (guix build-system gnu)
e3a47031 142 #:use-module (guix build-system guile)
ebda902f 143 #:use-module (guix build-system perl)
24262239 144 #:use-module (guix build-system python)
98dd9ff8
LC
145 #:use-module (guix build-system trivial)
146 #:use-module (srfi srfi-1)
147 #:use-module (ice-9 match))
a661e420
LC
148
149(define-public mailutils
150 (package
151 (name "mailutils")
7cb77b78 152 (version "3.9")
a661e420
LC
153 (source (origin
154 (method url-fetch)
155 (uri (string-append "mirror://gnu/mailutils/mailutils-"
20a3df0f 156 version ".tar.xz"))
a661e420
LC
157 (sha256
158 (base32
7cb77b78 159 "1g1xf2lal04nsnf1iym9n9n0wxjpqbcr9nysxpm98v4pniinqwsz"))))
a661e420
LC
160 (build-system gnu-build-system)
161 (arguments
98dd9ff8 162 `(#:phases
de75f0b1 163 (modify-phases %standard-phases
baa6790b 164 (add-before 'check 'prepare-test-suite
de75f0b1
EF
165 (lambda _
166 ;; Use the right file name for `cat'.
167 (substitute* "testsuite/lib/mailutils.exp"
168 (("/bin/cat")
169 (which "cat")))
14253017 170
43987c97 171 ;; Tests try to invoke 'mda' such that it looks up the
de75f0b1
EF
172 ;; 'root' user, which does not exist in the build
173 ;; environment.
7cb77b78
LC
174 (substitute* '("mda/mda/tests/testsuite"
175 "mda/lmtpd/tests/testsuite")
de75f0b1
EF
176 (("root <") "nobody <")
177 (("spool/root") "spool/nobody")
178 (("root@localhost") "nobody@localhost"))
14253017 179
de75f0b1
EF
180 ;; The 'pipeact.at' tests generate a shell script; make
181 ;; sure it uses the right shell.
182 (substitute* '("sieve/tests/testsuite"
183 "mh/tests/testsuite")
184 (("#! /bin/sh")
185 (string-append "#!" (which "sh"))))
14253017 186
de75f0b1
EF
187 (substitute* "mh/tests/testsuite"
188 (("moreproc: /bin/cat")
189 (string-append "moreproc: " (which "cat"))))
14253017 190
de75f0b1
EF
191 ;; XXX: The comsatd tests rely on being able to open
192 ;; /dev/tty, but that gives ENODEV in the build
193 ;; environment. Thus, ignore test failures here.
194 (substitute* "comsat/tests/Makefile.in"
195 (("\\$\\(SHELL\\) \\$\\(TESTSUITE\\)" all)
196 (string-append "-" all)))
14253017 197
baa6790b
LC
198 ;; 'frm' tests expect write access to $HOME.
199 (setenv "HOME" (getcwd))
200
201 ;; Avoid the message "I'm going to create the standard MH path
202 ;; for you", which would lead to one test failure (when diffing
203 ;; stdout of 'fmtcheck'.)
204 (call-with-output-file ".mh_profile"
205 (lambda (port)
206 (format port "Path: ~a/Mail-for-tests~%"
207 (getcwd))))
208
de75f0b1
EF
209 #t)))
210 ;; TODO: Add `--with-sql'.
98dd9ff8
LC
211 #:configure-flags
212 (list "--sysconfdir=/etc"
ac3b4b12 213
98dd9ff8
LC
214 ;; Add "/X.Y" to the installation directory.
215 (string-append "--with-guile-site-dir="
216 (assoc-ref %outputs "out")
217 "/share/guile/site/"
218 ,(match (assoc "guile"
219 (package-inputs this-package))
220 (("guile" guile)
221 (version-major+minor
222 (package-version guile))))))
ac3b4b12 223
a661e420 224 #:parallel-tests? #f))
3f3c0ab4 225 (native-inputs
24a3eb90 226 `(("perl" ,perl) ;for 'gylwrap'
a661e420 227 ("texinfo" ,texinfo)
24a3eb90
VL
228 ("dejagnu" ,dejagnu)))
229 (inputs
230 `(("m4" ,m4)
b6bee63b 231 ("guile" ,guile-3.0)
1f889cac 232 ("gsasl" ,gsasl)
a661e420
LC
233 ("gnutls" ,gnutls)
234 ("ncurses" ,ncurses)
abe5d2dc 235 ("readline" ,readline)
a661e420 236 ("linux-pam" ,linux-pam)
3246cc91 237 ("libltdl" ,libltdl)
aef4c482
TGR
238 ("gdbm" ,gdbm)
239
240 ;; Required for SEARCH CHARSET.
241 ("libiconv" ,libiconv)
242 ("libunistring" ,libunistring)))
6fd52309 243 (home-page "https://mailutils.org")
f50d2669 244 (synopsis "Utilities and library for reading and serving mail")
a661e420 245 (description
79c311b8
LC
246 "GNU Mailutils is a collection of programs for managing, viewing and
247processing electronic mail. It contains both utilities and server daemons
248and all operate in a protocol-agnostic way. The underlying libraries are
249also available, simplifying the addition of mail capabilities to new
250software.")
a661e420
LC
251 (license
252 ;; Libraries are under LGPLv3+, and programs under GPLv3+.
253 (list gpl3+ lgpl3+))))
d983a14f 254
b6bee63b 255(define-public guile2.2-mailutils
98dd9ff8
LC
256 (package
257 (inherit mailutils)
b6bee63b 258 (name "guile2.2-mailutils")
98dd9ff8 259 (inputs
b6bee63b 260 `(("guile" ,guile-2.2)
98dd9ff8
LC
261 ,@(alist-delete "guile" (package-inputs mailutils))))))
262
b6bee63b
LC
263(define-public guile3.0-mailutils
264 (deprecated-package "guile3.0-mailutils" mailutils))
265
1e1142d8
TGR
266(define-public nullmailer
267 (package
268 (name "nullmailer")
269 (version "2.2")
270 (source
271 (origin
272 (method url-fetch)
273 (uri (list
274 (string-append "https://untroubled.org/nullmailer/"
275 "nullmailer-" version ".tar.gz")
276 ;; Previous releases are moved to this subdirectory.
277 (string-append "https://untroubled.org/nullmailer/archive/"
278 "nullmailer-" version ".tar.gz")))
279 (sha256
280 (base32 "0md8cf90fl2yf3zh9njjy42a673v4j4ygyq95xg7fzkygdigm1lq"))))
281 (build-system gnu-build-system)
282 (arguments
283 `(#:configure-flags
284 (list "--enable-tls"
285 "--localstatedir=/var"
286 "--sysconfdir=/etc")
287 #:phases
288 (modify-phases %standard-phases
289 (add-before 'check 'patch-test-FHS-file-names
290 (lambda _
291 (with-directory-excursion "test"
292 (substitute* (list "functions.in"
293 "tests/send")
294 ;; Fix some shebangs later generated on the fly.
295 (("/bin/sh") (which "bash"))))
296 #t))
297 (add-before 'check 'pass-PATH-to-tests
298 ;; ‘runtest’ launches each test through ‘env -’, clearing $PATH. The
299 ;; tests then source ‘functions’, which first demands a working $PATH
300 ;; only to clobber it later. Pass our $PATH to the test environment
301 ;; and don't touch it after that.
302 (lambda _
303 (with-directory-excursion "test"
304 (substitute* "runtests"
305 (("env - bash")
306 (string-append "env - PATH=\"" (getenv "PATH") "\" bash")))
307 (substitute* "functions.in"
308 (("export PATH=.*") "")))
309 #t))
310 (add-before 'check 'delete-failing-tests
311 (lambda _
312 (with-directory-excursion "test/tests"
313 (for-each delete-file
314 (list
315 ;; XXX ‘nullmailer-inject: nullmailer-queue failed: 15’
316 "inject/queue"
317 ;; XXX These require the not-yet-packaged tcpserver.
318 "protocols" "smtp-auth")))
319 #t))
320 (add-before 'install 'skip-install-data-local
321 ;; Don't attempt to install run-time files outside of the store.
322 (lambda _
323 (substitute* "Makefile"
324 ((" install-data-local") ""))
325 #t)))))
326 (native-inputs
327 ;; For tests.
328 `(("daemontools" ,daemontools))) ; for svc
329 (inputs
330 `(("gnutls" ,gnutls)))
331 (home-page "https://untroubled.org/nullmailer/")
332 (synopsis "Simple relay-only mail transfer agent")
333 (description
334 "Nullmailer is a simple replacement @acronym{MTA, Mail Transfer Agent} for
335hosts that receive no local mail and only relay mail to a fixed set of smart
336relays. It's useful for systems such as Web servers that must be able to send
337email notifications, without having to run a full-blown MTA such as sendmail
338or qmail.
339
340Nullmailer is designed to be simple to configure, easy to extend, and secure.
341It requires little ongoing administration. The included @command{sendmail}
342emulator front-end should allow most (if not all) sendmail-compatible programs
343to run without any changes.")
344 (license (list lgpl2.1+ ; lib/cli++/ (but some files lack headers)
345 gpl2+)))) ; everything else
346
d983a14f
AE
347(define-public fetchmail
348 (package
349 (name "fetchmail")
271b3c9d
TGR
350 (version "6.4.1")
351 (source
352 (origin
353 (method url-fetch)
354 (uri (string-append "mirror://sourceforge/fetchmail/branch_"
355 (version-major+minor version) "/"
356 "fetchmail-" version ".tar.xz"))
357 (sha256
358 (base32 "1859wvfc9fq72mwp4njdiy0x89hnddlfr3nix71qqglcs0fz2crz"))))
d983a14f
AE
359 (build-system gnu-build-system)
360 (inputs
361 `(("openssl" ,openssl)))
362 (arguments
271b3c9d
TGR
363 `(#:configure-flags
364 (list (string-append "--with-ssl="
365 (assoc-ref %build-inputs "openssl")))
366 #:phases
367 (modify-phases %standard-phases
368 (add-before 'check 'create-test-environment
369 (lambda _
370 ;; Fix ‘Cannot find absolute path for user's home directory’.
371 (setenv "HOME" "/tmp")
372 #t)))))
447b61d4 373 (home-page "https://www.fetchmail.info/")
ae2189a9 374 (synopsis "Remote-mail retrieval and forwarding utility")
d983a14f
AE
375 (description
376 "Fetchmail is a full-featured, robust, well-documented remote-mail
377retrieval and forwarding utility intended to be used over on-demand
378TCP/IP links (such as SLIP or PPP connections). It supports every
379remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP,
380KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6
381and IPSEC.
382
383Fetchmail retrieves mail from remote mail servers and forwards it via SMTP,
384so it can then be read by normal mail user agents such as mutt, elm
385or BSD Mail. It allows all your system MTA's filtering, forwarding, and
386aliasing facilities to work just as they would on normal mail.")
387 (license gpl2+))) ; most files are actually public domain or x11
13f04f48
AE
388
389(define-public mutt
390 (package
391 (name "mutt")
ad5a8c0f 392 (version "1.13.5")
13f04f48
AE
393 (source (origin
394 (method url-fetch)
a101b15b 395 (uri (list
a101b15b 396 (string-append "https://bitbucket.org/mutt/mutt/downloads/"
a11237e4
LF
397 "mutt-" version ".tar.gz")
398 (string-append "http://ftp.mutt.org/pub/mutt/mutt-"
399 version ".tar.gz")))
13f04f48
AE
400 (sha256
401 (base32
ad5a8c0f 402 "0lx65a44b03rbvcrz0y9syrik67fx3hvblxyyvz5l9bb7rdipmvc"))
fc1adab1 403 (patches (search-patches "mutt-store-references.patch"))))
13f04f48
AE
404 (build-system gnu-build-system)
405 (inputs
4fd6bf53 406 `(("cyrus-sasl" ,cyrus-sasl)
b0bb0136 407 ("gdbm" ,gdbm)
524e1df6 408 ("gpgme" ,gpgme)
892be267 409 ("libidn2" ,libidn2)
4fd6bf53 410 ("ncurses" ,ncurses)
13f04f48 411 ("openssl" ,openssl)
892be267
IVB
412 ("perl" ,perl)
413 ("sqlite" ,sqlite)))
13f04f48
AE
414 (arguments
415 `(#:configure-flags '("--enable-smtp"
416 "--enable-imap"
417 "--enable-pop"
524e1df6 418 "--enable-gpgme"
b0bb0136 419 "--enable-hcache" ; for header caching
0323fe80 420 "--enable-sidebar"
892be267 421 "--enable-autocrypt"
13f04f48 422 "--with-ssl"
4fd6bf53 423 "--with-sasl"
892be267
IVB
424 "--with-sqlite3" ; required for Autocrypt
425 "--with-idn2" ; recommended for Autocrypt
13f04f48
AE
426 ;; so that mutt does not check whether the path
427 ;; exists, which it does not in the chroot
428 "--with-mailpath=/var/mail")))
429 (home-page "http://www.mutt.org/")
430 (synopsis "Mail client")
431 (description
432 "Mutt is a small but very powerful text-based mail client for Unix
433operating systems.")
434 (license gpl2+)))
681a6588 435
7596ddf3 436(define-public neomutt
d54a759d
TGR
437 (package
438 (name "neomutt")
f44c555b 439 (version "20200313")
d54a759d
TGR
440 (source
441 (origin
442 (method git-fetch)
443 (uri (git-reference
444 (url "https://github.com/neomutt/neomutt.git")
445 (commit version)))
446 (file-name (git-file-name name version))
447 (sha256
f44c555b 448 (base32 "1k4k07l6h5krc3fx928qvdq3ssw9fxn95aj7k885xlckd2i1lnb5"))))
d54a759d
TGR
449 (build-system gnu-build-system)
450 (inputs
451 `(("cyrus-sasl" ,cyrus-sasl)
452 ("gdbm" ,gdbm)
453 ("gpgme" ,gpgme)
454 ("ncurses" ,ncurses)
455 ("gnutls" ,gnutls)
456 ("openssl" ,openssl) ; for S/MIME
457 ("perl" ,perl)
458 ("kyotocabinet" ,kyotocabinet)
459 ("libxslt" ,libxslt)
460 ("libidn2" ,libidn2)
461 ("libxml2" ,libxml2)
462 ("lmdb" ,lmdb)
463 ("notmuch" ,notmuch)))
464 (native-inputs
465 `(("automake" ,automake)
466 ("gettext-minimal" ,gettext-minimal)
467 ("pkg-config" ,pkg-config)
468 ("docbook-xsl" ,docbook-xsl)
469 ("docbook-xml" ,docbook-xml-4.2)
470 ("w3m" ,w3m)
471 ("tcl" ,tcl)))
472 (arguments
473 `(#:test-target "test"
474 #:configure-flags
475 (list "--gpgme"
7596ddf3 476
d54a759d
TGR
477 ;; Database, implies header caching.
478 "--disable-tokyocabinet"
479 "--disable-qdbm"
480 "--disable-bdb"
481 "--lmdb"
482 "--kyotocabinet"
54a402dd 483
d54a759d 484 "--gdbm"
54a402dd 485
d54a759d
TGR
486 "--gnutls"
487 "--disable-ssl"
488 "--sasl"
489 (string-append "--with-sasl="
490 (assoc-ref %build-inputs "cyrus-sasl"))
7596ddf3 491
7596ddf3 492
d54a759d
TGR
493 "--smime"
494 "--notmuch"
495 "--disable-idn"
496 "--idn2"
7596ddf3 497
d54a759d
TGR
498 ;; If we do not set this, neomutt wants to check
499 ;; whether the path exists, which it does not
500 ;; in the chroot.
501 "--with-mailpath=/var/mail"
7596ddf3 502
d54a759d
TGR
503 "--with-ui=ncurses"
504 (string-append "--with-ncurses="
505 (assoc-ref %build-inputs "ncurses"))
506 (string-append "--prefix="
507 (assoc-ref %outputs "out"))
508 "--debug")
509 #:phases
510 (modify-phases %standard-phases
511 ;; TODO: autosetup is meant to be included in the source,
512 ;; but we should package autosetup and use our own version of it.
513 (replace 'configure
514 (lambda* (#:key outputs inputs configure-flags #:allow-other-keys)
515 (let* ((out (assoc-ref outputs "out"))
516 (flags `(,@configure-flags))
517 (bash (which "bash")))
518 (setenv "SHELL" bash)
519 (setenv "CONFIG_SHELL" bash)
520 (apply invoke bash
521 (string-append (getcwd) "/configure")
522 flags)))))))
c3c56a4e 523 (home-page "https://neomutt.org/")
d54a759d
TGR
524 (synopsis "Command-line mail reader based on Mutt")
525 (description
526 "NeoMutt is a command-line mail reader which is based on mutt.
32fc1ec3 527It adds a large amount of new and improved features to mutt.")
d54a759d 528 (license gpl2+)))
7596ddf3 529
681a6588
MW
530(define-public gmime
531 (package
532 (name "gmime")
4e839a83 533 (version "3.2.7")
681a6588
MW
534 (source (origin
535 (method url-fetch)
75630043 536 (uri (string-append "mirror://gnome/sources/gmime/"
29a7c98a 537 (version-major+minor version)
681a6588
MW
538 "/gmime-" version ".tar.xz"))
539 (sha256
540 (base32
4e839a83 541 "0i3xfc84qn1z99i70q68kbnp9rmgqrnprqb418ba52s6g9j9dsia"))))
681a6588
MW
542 (build-system gnu-build-system)
543 (native-inputs
544 `(("pkg-config" ,pkg-config)
545 ("gnupg" ,gnupg))) ; for tests only
546 (inputs `(("glib" ,glib)
547 ("gpgme" ,gpgme)
548 ("zlib" ,zlib)))
549 (arguments
550 `(#:phases
cc955356
EF
551 (modify-phases %standard-phases
552 (add-after
553 'unpack 'patch-paths-in-tests
554 (lambda _
555 ;; The test programs run several programs using 'system' with
ae83dcf6 556 ;; hard-coded paths. Here we patch them all.
557 ;; We use ISO-8859-1 here because test-iconv.c contains
cc955356
EF
558 ;; raw byte sequences in several different encodings.
559 (with-fluids ((%default-port-encoding #f))
560 (substitute* (find-files "tests" "\\.c$")
561 (("(system *\\(\")(/[^ ]*)" all pre prog-path)
562 (let* ((base (basename prog-path))
ae83dcf6 563 (prog (which base)))
cc955356 564 (string-append pre
8e020519
MB
565 (or prog (error "not found: " base)))))))
566 #t)))))
681a6588
MW
567 (home-page "http://spruce.sourceforge.net/gmime/")
568 (synopsis "MIME message parser and creator library")
569 (description
570 "GMime provides a core library and set of utilities which may be used for
571the creation and parsing of messages using the Multipurpose Internet Mail
572Extension (MIME).")
573 (license (list lgpl2.1+ gpl2+ gpl3+))))
574
8e020519
MB
575;; Some packages are not ready for GMime 3 yet.
576(define-public gmime-2.6
577 (package
578 (inherit gmime)
579 (version "2.6.23")
580 (source (origin
581 (method url-fetch)
582 (uri (string-append "mirror://gnome/sources/gmime/"
583 (version-major+minor version)
584 "/gmime-" version ".tar.xz"))
585 (sha256
586 (base32
587 "0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi"))))))
588
a7e59c50
LC
589(define-public bogofilter
590 (package
591 (name "bogofilter")
2665ff41
TGR
592 (version "1.2.5")
593 (source
594 (origin
595 (method url-fetch)
596 (uri (string-append "mirror://sourceforge/bogofilter/bogofilter-stable/"
597 "bogofilter-" version ".tar.xz"))
598 (sha256
599 (base32 "1sl9xrnnlk2sn8gmibhn8li09vnansjbxb9l1182qmgz7cvs2j1j"))))
a7e59c50
LC
600 (build-system gnu-build-system)
601 (arguments
c55fa42b
EF
602 '(#:phases
603 (modify-phases %standard-phases
604 (add-before 'check 'pre-check
605 (lambda _
606 (substitute* "src/tests/t.frame"
607 (("GREP=/bin/grep")
608 (string-append "GREP=" (which "grep") "\n")))
609 #t)))))
a7e59c50
LC
610 (native-inputs `(("flex" ,flex)))
611 (inputs `(("bdb" ,bdb)))
0ba57558 612 (home-page "https://bogofilter.sourceforge.io/")
a7e59c50
LC
613 (synopsis "Mail classifier based on a Bayesian filter")
614 (description
615 "Bogofilter is a mail filter that classifies mail as spam or ham
616 (non-spam) by a statistical analysis of the message's header and
617content (body). The program is able to learn from the user's classifications
618and corrections. It is based on a Bayesian filter.")
2665ff41 619 (license gpl3+)))
a7e59c50 620
3919a31a
EB
621(define-public offlineimap
622 (package
623 (name "offlineimap")
6c98d9c7 624 (version "7.2.4")
3919a31a 625 (source (origin
bc7c9f77
MB
626 (method git-fetch)
627 (uri (git-reference
628 (url "https://github.com/OfflineIMAP/offlineimap")
629 (commit (string-append "v" version))))
630 (file-name (git-file-name name version))
3919a31a
EB
631 (sha256
632 (base32
6c98d9c7 633 "0h5q5nk2p2vx86w6rrbs7v70h81dpqqr68x6l3klzl3m0yj9agb1"))))
3919a31a 634 (build-system python-build-system)
7a6213cb 635 (native-inputs
4b0e6367 636 `(("asciidoc" ,asciidoc)))
a4ea25d3
EF
637 (inputs `(("python2-pysqlite" ,python2-pysqlite)
638 ("python2-six" ,python2-six)))
3919a31a
EB
639 (arguments
640 ;; The setup.py script expects python-2.
641 `(#:python ,python-2
642 ;; Tests require a modifiable IMAP account.
42aa73b3
EF
643 #:tests? #f
644 #:phases
645 (modify-phases %standard-phases
7a6213cb
MB
646 (add-after 'build 'build-documentation
647 (lambda _
648 (substitute* "docs/Makefile"
649 ;; Prevent xmllint and xsltproc from downloading a DTD file.
650 (("a2x -v") "a2x --no-xmllint --xsltproc-opts=--nonet -v"))
7232c3f5 651 (invoke "make" "-C" "docs" "man")))
7a6213cb
MB
652 (add-after 'install 'install-documentation
653 (lambda* (#:key outputs #:allow-other-keys)
654 (let* ((out (assoc-ref outputs "out"))
655 (man (string-append out "/share/man")))
656 (install-file "docs/offlineimap.1" (string-append man "/man1"))
657 (install-file "docs/offlineimapui.7" (string-append man "/man7"))
42aa73b3 658 #t))))))
684633e2 659 (home-page "https://www.offlineimap.org")
31e98ca6 660 (synopsis "Sync emails between two repositories")
3919a31a
EB
661 (description
662 "OfflineImap synchronizes emails between two repositories, so that you
663can read the same mailbox from multiple computers. It supports IMAP as REMOTE
664repository and Maildir/IMAP as LOCAL repository.")
7886e23b 665 (license gpl2+)))
3919a31a 666
3e9750c3
TD
667(define-public emacs-mew
668 (package
669 (name "emacs-mew")
611a6980 670 (version "6.8")
3e9750c3
TD
671 (source (origin
672 (method url-fetch)
8502ff7a 673 (uri (string-append "https://mew.org/Release/mew-"
3e9750c3
TD
674 version ".tar.gz"))
675 (sha256
676 (base32
611a6980 677 "0ixzyq33l6j34410kqav3lwn2wx171zvqd3irvns2jvhrbww8i6g"))))
3e9750c3
TD
678 (native-inputs
679 `(("emacs" ,emacs)))
680 (propagated-inputs
681 `(("ruby-sqlite3" ,ruby-sqlite3) ; optional for the database of messages
682 ("ruby" ,ruby))) ; to set GEM_PATH so ruby-sqlite3 is found at runtime
683 (build-system gnu-build-system)
684 (arguments
d5195020 685 (let ((elisp-dir "/share/emacs/site-lisp")
3e9750c3
TD
686 (icon-dir "/share/mew"))
687 `(#:modules ((guix build gnu-build-system)
688 (guix build utils)
689 (guix build emacs-utils))
690 #:imported-modules (,@%gnu-build-system-modules
691 (guix build emacs-utils))
692 #:configure-flags
693 (list (string-append "--with-elispdir=" %output ,elisp-dir)
694 (string-append "--with-etcdir=" %output ,icon-dir))
695 #:phases
696 (modify-phases %standard-phases
697 (add-after 'configure 'patch-mew-icon-directory
698 (lambda* (#:key outputs #:allow-other-keys)
699 (emacs-substitute-sexps "mew-key.el"
700 ("(def.* mew-icon-directory"
701 `(progn
702 (add-to-list 'image-load-path 'mew-icon-directory)
703 ,(string-append (assoc-ref outputs "out") ,icon-dir))))
704 #t))
705 (add-after 'install 'generate-autoloads
706 (lambda* (#:key outputs #:allow-other-keys)
707 (emacs-generate-autoloads
708 "mew" (string-append (assoc-ref outputs "out") ,elisp-dir))
709 #t)))
710 #:tests? #f)))
8502ff7a 711 (home-page "https://mew.org")
3e9750c3
TD
712 (synopsis "Emacs e-mail client")
713 (description "Mew (Messaging in the Emacs World) is a user interface
714for text messages, multimedia messages (MIME), news articles and
715security functionality including PGP, S/MIME, SSH, and SSL.")
716 (license bsd-3)))
717
d2938d59
EB
718(define-public mu
719 (package
720 (name "mu")
ec944bdd 721 (version "1.4.6")
d2938d59
EB
722 (source (origin
723 (method url-fetch)
e7b9da24 724 (uri (string-append "https://github.com/djcb/mu/releases/"
712f52ac 725 "download/" version "/"
857fabcd 726 "mu-" version ".tar.xz"))
d2938d59
EB
727 (sha256
728 (base32
ec944bdd 729 "15spbplf9p8cdxqfwnv3x67451sfpna9q5n2kgqqwh2y78i7zlhc"))))
d2938d59
EB
730 (build-system gnu-build-system)
731 (native-inputs
732 `(("pkg-config" ,pkg-config)
9fd571a2 733 ("glib" ,glib "bin") ; for gtester
63298f14 734 ("emacs" ,emacs-minimal)
857fabcd 735 ("tzdata" ,tzdata-for-tests))) ; for mu/test/test-mu-query.c
d2938d59
EB
736 (inputs
737 `(("xapian" ,xapian)
d59ec129 738 ("guile" ,guile-2.2)
d2938d59 739 ("glib" ,glib)
857fabcd 740 ("gmime" ,gmime)))
d2938d59 741 (arguments
704f2196
AK
742 `(#:modules ((guix build gnu-build-system)
743 (guix build utils)
744 (guix build emacs-utils))
745 #:imported-modules (,@%gnu-build-system-modules
746 (guix build emacs-utils))
747 #:phases
99404fff 748 (modify-phases %standard-phases
e62e975b 749 (add-after 'unpack 'patch-configure
789bda83
AK
750 ;; By default, elisp code goes to "share/emacs/site-lisp/mu4e",
751 ;; so our Emacs package can't find it. Setting "--with-lispdir"
752 ;; configure flag doesn't help because "mu4e" will be added to
753 ;; the lispdir anyway, so we have to modify "configure.ac".
754 (lambda _
e62e975b 755 (substitute* "configure"
d59ec129
RW
756 (("^ +lispdir=\"\\$\\{lispdir\\}/mu4e/\".*") "")
757 ;; Use latest Guile
758 (("guile-2.0") "guile-2.2"))
759 (substitute* '("guile/Makefile.in"
760 "guile/mu/Makefile.in")
761 (("share/guile/site/2.0/") "share/guile/site/2.2/"))
789bda83 762 #t))
096a0527 763 (add-after 'unpack 'patch-bin-sh-in-tests
3481c714 764 (lambda _
096a0527
PL
765 (substitute* '("guile/tests/test-mu-guile.c"
766 "mu/test-mu-cmd.c"
767 "mu/test-mu-cmd-cfind.c"
768 "mu/test-mu-query.c"
769 "mu/test-mu-threads.c")
770 (("/bin/sh") (which "sh")))
3481c714 771 #t))
c9dc4577
RW
772 (add-before 'install 'fix-ffi
773 (lambda* (#:key outputs #:allow-other-keys)
774 (substitute* "guile/mu.scm"
775 (("\"libguile-mu\"")
776 (format #f "\"~a/lib/libguile-mu\""
777 (assoc-ref outputs "out"))))
778 #t))
99404fff
AK
779 (add-before 'check 'check-tz-setup
780 (lambda* (#:key inputs #:allow-other-keys)
781 ;; For mu/test/test-mu-query.c
782 (setenv "TZDIR"
783 (string-append (assoc-ref inputs "tzdata")
784 "/share/zoneinfo"))
704f2196
AK
785 #t))
786 (add-after 'install 'install-emacs-autoloads
787 (lambda* (#:key outputs #:allow-other-keys)
788 (emacs-generate-autoloads
789 "mu4e"
790 (string-append (assoc-ref outputs "out")
791 "/share/emacs/site-lisp"))
99404fff 792 #t)))))
754c1204 793 (home-page "https://www.djcbsoftware.nl/code/mu/")
d2938d59
EB
794 (synopsis "Quickly find emails")
795 (description
796 "Mu is a tool for dealing with e-mail messages stored in the
797Maildir-format. Mu's purpose in life is to help you to quickly find the
798messages you need; in addition, it allows you to view messages, extract
799attachments, create new maildirs, and so on.")
800 (license gpl3+)))
801
a2cb16b0
TS
802(define-public alot
803 (package
804 (name "alot")
3f81ca32 805 (version "0.5.1")
a2cb16b0
TS
806 (source (origin
807 (method url-fetch)
1b94f182
TS
808 ;; package author intends on distributing via github rather
809 ;; than pypi:
810 ;; https://github.com/pazz/alot/issues/877#issuecomment-230173331
a2cb16b0
TS
811 (uri (string-append "https://github.com/pazz/alot/archive/"
812 version ".tar.gz"))
813 (file-name (string-append "alot-" version ".tar.gz"))
814 (sha256
815 (base32
3f81ca32 816 "0wax30hjzmkqfml7hig1dqw1v1y63yc0cgbzl96x58b9h2ggqx3a"))))
a2cb16b0
TS
817 (build-system python-build-system)
818 (arguments
3f81ca32 819 `(;; python 3 is currently unsupported, more info:
fe3b8862 820 ;; https://github.com/pazz/alot/blob/master/docs/source/faq.rst
a2cb16b0 821 #:python ,python-2))
3f81ca32
TS
822 (native-inputs
823 `(("python2-mock" ,python2-mock)))
a2cb16b0
TS
824 (inputs
825 `(("python2-magic" ,python2-magic)
826 ("python2-configobj" ,python2-configobj)
827 ("python2-twisted" ,python2-twisted)
828 ("python2-urwid" ,python2-urwid)
829 ("python2-urwidtrees" ,python2-urwidtrees)
830 ("python2-pygpgme" ,python2-pygpgme)
831 ("python2-notmuch" ,python2-notmuch)))
832 (home-page "https://github.com/pazz/alot")
cfcfc6ab 833 (synopsis "Command-line MUA using @code{notmuch}")
a2cb16b0 834 (description
cfcfc6ab 835 "Alot is an experimental terminal mail user agent (@dfn{MUA}) based on
a2cb16b0
TS
836@code{notmuch} mail. It is written in Python using the @code{urwid} toolkit.")
837 (license gpl3+)))
838
0350a8bb
HG
839(define-public notifymuch
840 (let
841 ((commit "9d4aaf54599282ce80643b38195ff501120807f0")
842 (revision "1"))
843 (package
844 (name "notifymuch")
845 (version (string-append "0.1-" revision "." (string-take commit 7)))
846 (source
847 (origin
848 (method git-fetch)
849 (uri (git-reference
850 (url "https://github.com/kspi/notifymuch.git")
851 (commit commit)))
852 (sha256
853 (base32
854 "1lssr7iv43mp5v6nzrfbqlfzx8jcc7m636wlfyhhnd8ydd39n6k4"))
855 (file-name (string-append name "-" version "-checkout"))))
856 (build-system python-build-system)
857 (inputs
858 `(("python-notmuch" ,python-notmuch)
859 ("python-pygobject" ,python-pygobject)
860 ("gobject-introspection" ,gobject-introspection)
861 ("libnotify" ,libnotify)
862 ("gtk+" ,gtk+)))
863 (arguments
864 `(#:phases
865 (modify-phases %standard-phases
866 (add-after 'install 'wrap-binary
867 (lambda* (#:key outputs #:allow-other-keys)
868 (let* ((out (assoc-ref outputs "out"))
869 (bin (string-append out "/bin/notifymuch")))
870 (wrap-program bin
871 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH")))
872 `("GI_TYPELIB_PATH" ":" prefix
873 (,(getenv "GI_TYPELIB_PATH")
874 ,(string-append out "/lib/girepository-1.0")))))
875 #t)))))
876 (home-page "https://github.com/kspi/notifymuch")
877 (synopsis "Displays notifications for changes in the notmuch email database")
878 (description "notifymuch displays desktop notifications for messages in
879the notmuch database. The notifications are sent using libnotify to a
880notification daemon. The query to find messages to send a notification about
881is configurable, and a notification for the same message will not be send
882within a configurable period (defaults to 48 hours). To use notifymuch, run
883@command{notifymuch} after new mail is indexed, this can be automated by
884invoking @command{notifymuch} from the post-new hook.")
885 (license gpl3))))
886
1bd3f849
DT
887(define-public notmuch
888 (package
889 (name "notmuch")
60392114 890 (version "0.29.3")
1bd3f849
DT
891 (source (origin
892 (method url-fetch)
866fade9 893 (uri (string-append "https://notmuchmail.org/releases/notmuch-"
80fa745c 894 version ".tar.xz"))
1bd3f849
DT
895 (sha256
896 (base32
60392114 897 "0dfwa38vgnxk9cvvpza66szjgp8lir6iz6yy0cry9593lywh9xym"))))
1bd3f849
DT
898 (build-system gnu-build-system)
899 (arguments
d738f134
AI
900 `(#:modules ((guix build gnu-build-system)
901 ((guix build emacs-build-system) #:prefix emacs:)
902 (guix build utils))
903 #:imported-modules (,@%gnu-build-system-modules
904 (guix build emacs-build-system)
905 (guix build emacs-utils))
e82cf6c6
TGR
906 #:make-flags
907 (list "V=1" ; verbose test output
908 "NOTMUCH_TEST_TIMEOUT=1h") ; don't fail on slow machines
eb537f57 909 #:phases (modify-phases %standard-phases
6cf27c89
MB
910 (add-after 'unpack 'patch-notmuch-lib.el
911 (lambda _
912 (substitute* "emacs/notmuch-lib.el"
913 (("/bin/sh") (which "sh")))
914 #t))
eb537f57
DT
915 (replace 'configure
916 (lambda* (#:key outputs #:allow-other-keys)
917 (setenv "CC" "gcc")
918 (setenv "CONFIG_SHELL" (which "sh"))
ee886454 919
d738f134
AI
920 (let* ((out (assoc-ref outputs "out"))
921 (elisp
1cd91499 922 (string-append out "/share/emacs/site-lisp/")))
82d2dfa0
TGR
923 (invoke "./configure"
924 (string-append "--prefix=" out)
925 (string-append "--emacslispdir=" elisp)
926 (string-append "--emacsetcdir=" elisp)))))
6cf27c89
MB
927 (add-before 'check 'prepare-test-environment
928 (lambda _
929 (setenv "TEST_CC" "gcc")
930 ;; Patch various inline shell invocations.
931 (substitute* (find-files "test" "\\.sh$")
932 (("/bin/sh") (which "sh")))
d738f134
AI
933 #t))
934 (add-after 'install 'make-autoloads
935 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1bd3f849 936 (native-inputs
2c5b91dc 937 `(("bash-completion" ,bash-completion)
76472ed9 938 ("emacs" ,emacs-no-x) ; -minimal lacks libxml, needed for some tests
2c5b91dc 939 ("pkg-config" ,pkg-config)
3d3c07f3
MB
940 ("python" ,python)
941 ("python-docutils" ,python-docutils)
556530c9 942 ("sphinx" ,python-sphinx)
6cf27c89
MB
943
944 ;; The following are required for tests only.
945 ("which" ,which)
946 ("dtach" ,dtach)
947 ("gnupg" ,gnupg)
948 ("man" ,man-db)
949 ("perl" ,perl)))
1bd3f849 950 (inputs
2c5b91dc 951 `(("glib" ,glib)
1bd3f849
DT
952 ("gmime" ,gmime)
953 ("talloc" ,talloc)
954 ("xapian" ,xapian)
955 ("zlib" ,zlib)))
540d6cc7 956 (home-page "https://notmuchmail.org/")
1bd3f849
DT
957 (synopsis "Thread-based email index, search, and tagging")
958 (description
959 "Notmuch is a command-line based program for indexing, searching, read-
960ing, and tagging large collections of email messages.")
961 (license gpl3+)))
962
8a75c589 963(define-public notmuch-addrlookup-c
9694b44e
AI
964 (package
965 (name "notmuch-addrlookup-c")
966 (version (string-append "9"))
967 (source (origin
968 (method git-fetch)
969 (uri (git-reference
970 (url "https://github.com/aperezdc/notmuch-addrlookup-c.git")
971 (commit (string-append "v" version))))
972 (file-name (string-append name "-" version "-checkout"))
973 (sha256
974 (base32
975 "1j3zdx161i1x4w0nic14ix5i8hd501rb31daf8api0k8855sx4rc"))))
976 (build-system gnu-build-system)
977 (arguments
978 '(#:tests? #f ; no tests
979 #:make-flags (list "CC=gcc")
980 #:phases (modify-phases %standard-phases
981 (delete 'configure)
982 ;; Remove vim code completion config, it's not needed to
983 ;; build (or be patched).
984 (add-before 'patch-source-shebangs 'delete-ycm-file
985 (lambda _ (delete-file ".ycm_extra_conf.py")))
986 (replace 'install
987 (lambda* (#:key outputs #:allow-other-keys)
988 (let ((bin (string-append
989 (assoc-ref outputs "out") "/bin")))
990 (install-file "notmuch-addrlookup" bin)))))))
991 (native-inputs
992 `(("pkg-config" ,pkg-config)))
993 (inputs
994 `(("glib" ,glib)
995 ("notmuch" ,notmuch)))
996 (home-page "https://github.com/aperezdc/notmuch-addrlookup-c")
997 (synopsis "Address lookup tool for Notmuch")
998 (description "This is an address lookup tool using a Notmuch database,
8a75c589 999useful for email address completion.")
9694b44e 1000 (license license:expat)))
8a75c589 1001
4b6909bc
TS
1002(define-public python-notmuch
1003 (package
1004 (name "python-notmuch")
540d6cc7 1005 (version (package-version notmuch))
4b6909bc
TS
1006 ;; Notmuch python bindings are now unavailable on pypi. The
1007 ;; bindings are distributed via the notmuch release tarball.
1008 (source (package-source notmuch))
1009 (build-system python-build-system)
1010 (inputs `(("notmuch" ,notmuch)))
1011 (arguments
1012 `(#:tests? #f ; no "test" target
1013 #:phases
1014 (modify-phases %standard-phases
1015 ;; This python package lives in a subdirectory of the notmuch source
1016 ;; tree, so chdir into it before building.
1017 (add-after 'unpack 'enter-python-dir
1018 (lambda _ (chdir "bindings/python") #t))
1019 ;; Make sure the correct notmuch shared library gets loaded.
1020 (add-before 'build 'set-libnotmuch-file-name
1021 (lambda* (#:key inputs #:allow-other-keys)
1022 (let ((notmuch (assoc-ref inputs "notmuch")))
1023 (substitute* "notmuch/globals.py"
1024 (("libnotmuch\\.so\\.")
1025 (string-append notmuch "/lib/libnotmuch.so.")))
1026 #t))))))
540d6cc7 1027 (home-page (package-home-page notmuch))
4b6909bc
TS
1028 (synopsis "Python bindings of the Notmuch mail indexing library")
1029 (description
1030 "This package provides Python bindings to use the Notmuch mail indexing
1031and search library.")
1032 (license gpl3+)))
1033
1c74da21 1034(define-public python2-notmuch
caa6fc89 1035 (package-with-python2 python-notmuch))
1c74da21 1036
9ec27360
JW
1037(define-public muchsync
1038 (package
1039 (name "muchsync")
1040 (version "5")
1041 (source
1042 (origin
1043 (method url-fetch)
1044 (uri (string-append "http://www.muchsync.org/src/"
1045 "muchsync-" version ".tar.gz"))
1046 (sha256
1047 (base32 "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb"))))
1048 (build-system gnu-build-system)
1049 (native-inputs
1050 `(("ghc-pandoc" ,ghc-pandoc)
1051 ("pkg-config" ,pkg-config)))
1052 (inputs
1053 `(("libcrypto" ,openssl)
1054 ("notmuch" ,notmuch)
1055 ("sqlite" ,sqlite)
1056 ("xapian" ,xapian)))
1057 (home-page "http://www.muchsync.org/")
1058 (synopsis "Synchronize notmuch mail across machines")
1059 (description
1060 "Muchsync brings Notmuch to all of your computers by synchronizing your
1061mail messages and Notmuch tags across machines. The protocol is heavily
1062pipelined to work efficiently over high-latency networks such as mobile
1063broadband. Muchsync supports arbitrary pairwise synchronization among
1064replicas. A version-vector-based algorithm allows it to exchange only the
1065minimum information necessary to bring replicas up to date regardless of which
1066pairs have previously synchronized.")
1067 (license gpl2+)))
1068
98e9e22f
SB
1069(define-public getmail
1070 (package
1071 (name "getmail")
88e903a5 1072 (version "5.14")
98e9e22f
SB
1073 (source
1074 (origin
1075 (method url-fetch)
1076 (uri (string-append "http://pyropus.ca/software/getmail/old-versions/"
7e14ed93 1077 "getmail-" version ".tar.gz"))
98e9e22f 1078 (sha256
88e903a5 1079 (base32 "1hcrd9h4g12f5gvl1djsbchcjry02ghq4icdr897s8v48pkrzagk"))))
98e9e22f
SB
1080 (build-system python-build-system)
1081 (arguments
88e903a5 1082 `(#:tests? #f ; no tests
98e9e22f
SB
1083 #:python ,python-2))
1084 (home-page "http://pyropus.ca/software/getmail/")
1085 (synopsis "Mail retriever")
1086 (description
1087 "A flexible, extensible mail retrieval system with support for
1088POP3, IMAP4, SSL variants of both, maildirs, mboxrd files, external MDAs,
1089arbitrary message filtering, single-user and domain-mailboxes, and many other
1090useful features.")
1091
1092 ;; License is specified in file '__init__.py'.
1093 (license gpl2)))
1094
f58f767b
JL
1095(define-public libetpan
1096 (package
1097 (name "libetpan")
0aa20371 1098 (version "1.9.3")
f58f767b 1099 (source (origin
aae96f8f
TGR
1100 (method git-fetch)
1101 (uri (git-reference
1102 (url "https://github.com/dinhviethoa/libetpan.git")
1103 (commit version)))
1104 (file-name (git-file-name name version))
f58f767b 1105 (sha256
0aa20371 1106 (base32 "19g4qskg71jv7sxfxsdkjmrxk9mk5kf9b6fhw06g6wvm3205n95f"))))
f58f767b 1107 (build-system gnu-build-system)
464f5447 1108 (native-inputs `(("autoconf" ,autoconf-wrapper)
f58f767b 1109 ("automake" ,automake)
3246cc91 1110 ("libtool" ,libtool)
f58f767b
JL
1111 ("pkg-config" ,pkg-config)))
1112 (propagated-inputs
1113 ;; 'libetpan-config --libs' returns '-lssl -lcrypto -lsasl2', so these
1114 ;; libraries need to be propagated.
1115 `(("cyrus-sasl" ,cyrus-sasl)
1116 ("openssl" ,openssl)))
1117 (inputs
1118 `(("curl" ,curl)
c1748912
EF
1119 ("expat" ,expat)
1120 ("zlib" ,zlib)))
f58f767b 1121 (arguments
778d6b52 1122 '(#:configure-flags
f58f767b 1123 '("--disable-static" "--disable-db")))
81fb037f 1124 (home-page "https://www.etpan.org/libetpan.html")
f58f767b
JL
1125 (synopsis "Portable middleware for email access")
1126 (description
1127 "The purpose of this mail library is to provide a portable, efficient
1128framework for different kinds of mail access: IMAP, SMTP, POP and NNTP. It
1129provides an API for C language. It's the low-level API used by MailCore and
1130MailCore 2.")
a979eea9 1131 (license bsd-3)))
f58f767b 1132
ee6e780b
DM
1133(define-public compface
1134 (package
1135 (name "compface")
1136 (version "1.5.2")
1137 (source (origin
1138 (method url-fetch)
1139 (uri (string-append "https://ftp.heanet.ie/mirrors/"
1140 "ftp.xemacs.org/aux/"
f30444b9 1141 "compface-" version ".tar.gz"))
ee6e780b
DM
1142 (sha256
1143 (base32
1144 "09b89wg63hg502hsz592cd2h87wdprb1dq1k1y07n89hym2q56d6"))))
1145 (build-system gnu-build-system)
1146 (arguments
1147 `(#:tests? #f))
1148 (synopsis "Portrait image compressor")
586ddde5 1149 (description "This package takes your 48x48x1 portrait image and
ee6e780b 1150compresses it.")
0622403d 1151 (home-page "https://legacy.cs.indiana.edu/ftp/faces/")
ee6e780b
DM
1152 (license (x11-style "file://README"))))
1153
e8435c4d
JL
1154(define-public claws-mail
1155 (package
1156 (name "claws-mail")
7ae397ac 1157 (version "3.17.5")
e8435c4d
JL
1158 (source (origin
1159 (method url-fetch)
1160 (uri (string-append
ca6f5ab8 1161 "https://www.claws-mail.org/releases/claws-mail-" version
6ea4b094 1162 ".tar.xz"))
e8435c4d 1163 (sha256
ec92806a 1164 (base32
7ae397ac 1165 "1gjrmdmhc7zzilrlss9yl86ybv9sra8v0qi7mkwv7d9azidx5kns"))))
e8435c4d
JL
1166 (build-system gnu-build-system)
1167 (native-inputs `(("pkg-config" ,pkg-config)))
1168 (inputs `(("bogofilter" ,bogofilter)
1169 ("curl" ,curl)
1170 ("dbus-glib" ,dbus-glib)
e8435c4d
JL
1171 ("enchant" ,enchant)
1172 ("expat" ,expat)
1173 ("ghostscript" ,ghostscript)
1174 ("hicolor-icon-theme" ,hicolor-icon-theme)
1175 ("gnupg" ,gnupg)
1176 ("gnutls" ,gnutls)
1177 ("gpgme" ,gpgme)
1178 ("gtk" ,gtk+-2)
1179 ("libarchive" ,libarchive)
1180 ("libcanberra" ,libcanberra)
1181 ("libetpan" ,libetpan)
fc9a93cb 1182 ("libical" ,libical)
e8435c4d
JL
1183 ("libnotify" ,libnotify)
1184 ("libsm" ,libsm)
1185 ("libxml2" ,libxml2)
1186 ("perl" ,perl)
f6292baf 1187 ("python-2" ,python-2)
3d88855d
DM
1188 ("mime-info" ,shared-mime-info)
1189 ("startup-notification" ,startup-notification)))
e8435c4d
JL
1190 (arguments
1191 '(#:configure-flags
9716f621
MH
1192 '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant"
1193 "--enable-ldap")
ff4192ff
DM
1194 #:make-flags
1195 ;; Disable updating icon cache since it's done by the profile hook.
1196 ;; Conflict with other packages in the profile would be inevitable
1197 ;; otherwise.
1198 '("gtk_update_icon_cache=true")
f6292baf
EB
1199 #:phases (modify-phases %standard-phases
1200 (add-before 'build 'patch-mime
1201 (lambda* (#:key inputs #:allow-other-keys)
1202 (substitute* "src/procmime.c"
1203 (("/usr/share/mime/globs")
1204 (string-append (assoc-ref inputs "mime-info")
1205 "/share/mime/globs"))))))))
e8435c4d
JL
1206 (synopsis "GTK-based Email client")
1207 (description
1208 "Claws-Mail is an email client (and news reader) based on GTK+. The
1209appearance and interface are designed to be familiar to new users coming from
1210other popular email clients, as well as experienced users. Almost all commands
1211are accessible with the keyboard. Plus, Claws-Mail is extensible via addons
1212which can add many functionalities to the base client.")
ba5c926c 1213 (home-page "https://www.claws-mail.org/")
e8435c4d
JL
1214 (license gpl3+))) ; most files are actually public domain or x11
1215
d6e941bc
1216(define-public msmtp
1217 (package
1218 (name "msmtp")
70ebab5a 1219 (version "1.8.10")
d6e941bc
1220 (source
1221 (origin
1222 (method url-fetch)
1a80f1a9 1223 (uri (string-append "https://marlam.de/msmtp/releases/"
d23d1ddf
LF
1224 "/msmtp-" version ".tar.xz"))
1225 (sha256
70ebab5a 1226 (base32 "041g921rdjiv8bapp61gp4rylq8cckfkcwzyh8bs7xwxs4wpzfna"))))
d6e941bc
1227 (build-system gnu-build-system)
1228 (inputs
91b3a6d4 1229 `(("libsecret" ,libsecret)
d6e941bc
1230 ("gnutls" ,gnutls)
1231 ("zlib" ,zlib)
1232 ("gsasl" ,gsasl)))
1233 (native-inputs
1234 `(("pkg-config" ,pkg-config)))
1a80f1a9 1235 (home-page "https://marlam.de/msmtp/")
d6e941bc
1236 (arguments
1237 `(#:configure-flags (list "--with-libgsasl"
1238 "--with-libidn"
823e2ed4
LF
1239 "--with-tls=gnutls")
1240 #:phases
1241 (modify-phases %standard-phases
34e549d8 1242 (add-after 'install 'install-additional-files
823e2ed4
LF
1243 (lambda* (#:key outputs #:allow-other-keys)
1244 (let* ((out (assoc-ref outputs "out"))
1245 (bin (string-append out "/bin"))
1246 (doc (string-append out "/share/doc/msmtp"))
34e549d8
EF
1247 (msmtpq "scripts/msmtpq")
1248 (vimfiles (string-append out "/share/vim/vimfiles/plugin")))
823e2ed4
LF
1249 (install-file (string-append msmtpq "/msmtpq") bin)
1250 (install-file (string-append msmtpq "/msmtp-queue") bin)
1251 (install-file (string-append msmtpq "/README.msmtpq") doc)
34e549d8 1252 (install-file "scripts/vim/msmtp.vim" vimfiles)
b93b7b25
EF
1253 ;; Don't rely on netcat being in the PATH to test for a
1254 ;; connection, instead try tp ing debian.org.
1255 (substitute* (string-append bin "/msmtpq")
1256 (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))
823e2ed4 1257 #t))))))
d6e941bc
1258 (synopsis
1259 "Simple and easy to use SMTP client with decent sendmail compatibility")
1260 (description
1261 "msmtp is an SMTP client. In the default mode, it transmits a mail to
1262an SMTP server (for example at a free mail provider) which takes care of further
1263delivery.")
1264 (license gpl3+)))
1265
66cc3ab2
TUBK
1266(define-public exim
1267 (package
1268 (name "exim")
cda8250b 1269 (version "4.93.0.4")
66cc3ab2
TUBK
1270 (source
1271 (origin
1272 (method url-fetch)
c9b99e88
TGR
1273 (uri (let ((file-name (string-append "exim-" version ".tar.xz")))
1274 (list (string-append "https://ftp.exim.org/pub/exim/exim4/"
1275 file-name)
1276 ;; ‘Fix’ releases (exim-x.y.z.f) are kept separately.
1277 (string-append "https://ftp.exim.org/pub/exim/exim4/fixes/"
1278 file-name)
1279 ;; After a new non-fix release, the old one is moved here.
1280 (string-append "https://ftp.exim.org/pub/exim/exim4/old/"
1281 file-name))))
66cc3ab2 1282 (sha256
c9b99e88 1283 (base32 "01g4sfycv13glnmfrapwhjbdw6z1z7w5bwjldxjmglwfw5p3czak"))))
66cc3ab2
TUBK
1284 (build-system gnu-build-system)
1285 (inputs
15871b52 1286 `(("bdb" ,bdb-5.3) ; ‘#error Version 6 and later BDB API is not supported’
cda8250b 1287 ("gnutls" ,gnutls/dane)
66cc3ab2
TUBK
1288 ("gzip" ,gzip)
1289 ("bzip2" ,bzip2)
1290 ("xz" ,xz)
66cc3ab2 1291 ("perl" ,perl)
c315d370 1292 ("libnsl" ,libnsl)
66cc3ab2
TUBK
1293 ("libxt" ,libxt)
1294 ("libxaw" ,libxaw)))
1295 (native-inputs
42773138 1296 `(("pcre" ,pcre "bin")
cda8250b
TGR
1297 ("perl" ,perl)
1298 ("pkg-config" ,pkg-config)))
66cc3ab2
TUBK
1299 (arguments
1300 '(#:phases
dc1d3cde
KK
1301 (modify-phases %standard-phases
1302 (replace 'configure
1303 ;; We'd use #:make-flags but the top-level Makefile calls others
1304 ;; recursively, so just set all variables this way.
1305 (lambda* (#:key outputs inputs #:allow-other-keys)
1306 (substitute* '("Makefile" "OS/Makefile-Default")
1307 (("(RM_COMMAND=).*" all var)
1308 (string-append var "rm\n")))
1309 (copy-file "src/EDITME" "Local/Makefile")
1310 (copy-file "exim_monitor/EDITME" "Local/eximon.conf")
1311 (let ((out (assoc-ref outputs "out"))
1312 (gzip (assoc-ref inputs "gzip"))
1313 (bzip2 (assoc-ref inputs "bzip2"))
1314 (xz (assoc-ref inputs "xz")))
1315 (substitute* '("Local/Makefile")
1316 (("(BIN_DIRECTORY=).*" all var)
1317 (string-append var out "/bin\n"))
1318 (("(CONFIGURE_FILE=).*" all var)
1319 (string-append var out "/etc/exim.conf\n"))
1320 (("(EXIM_USER=).*" all var)
1321 (string-append var "nobody\n"))
1322 (("(FIXED_NEVER_USERS=).*" all var)
15871b52 1323 (string-append var "\n")) ; XXX no root in build environment
dc1d3cde
KK
1324 (("(COMPRESS_COMMAND=).*" all var)
1325 (string-append var gzip "/bin/gzip\n"))
1326 (("(ZCAT_COMMAND=).*" all var)
cda8250b
TGR
1327 (string-append var gzip "/bin/zcat\n"))
1328 (("# (USE_GNUTLS(|_PC)=.*)" all line)
1329 (string-append line "\n")))
1330 ;; This file has hard-coded relative file names for tools despite
1331 ;; the zcat configuration above.
dc1d3cde
KK
1332 (substitute* '("src/exigrep.src")
1333 (("'zcat'") (string-append "'" gzip "/bin/zcat'"))
1334 (("'bzcat'") (string-append "'" bzip2 "/bin/bzcat'"))
1335 (("'xzcat'") (string-append "'" xz "/bin/xzcat'"))
1336 (("'lzma'") (string-append "'" xz "/bin/lzma'"))))
1337 #t))
1338 (add-before 'build 'fix-sh-paths
1339 (lambda* (#:key inputs #:allow-other-keys)
1340 (substitute* '("scripts/lookups-Makefile" "scripts/reversion")
1341 (("SHELL=/bin/sh") "SHELL=sh"))
1342 (substitute* '("scripts/Configure-config.h")
1343 (("\\| /bin/sh") "| sh"))
1344 (let ((bash (assoc-ref inputs "bash")))
1345 (substitute* '("scripts/Configure-eximon")
1346 (("#!/bin/sh") (string-append "#!" bash "/bin/sh"))))
bb335e84
TGR
1347 #t))
1348 (add-before 'build 'build-reproducibly
1349 (lambda _
1350 ;; The ‘compilation number’ is incremented for every build from the
1351 ;; same source tree. It appears to vary over different (parallel?)
1352 ;; builds. Make it a ‘constant number’ instead.
1353 (substitute* "src/version.c"
1354 (("#include \"cnumber.h\"") "1")))))
cda8250b
TGR
1355 #:make-flags
1356 (list "CC=gcc"
1357 "INSTALL_ARG=-no_chown")
1358 ;; No 'check' target. There is a test suite in test/, which assumes that
1359 ;; certain build options were (not) used and that it can freely ‘sudo’.
66cc3ab2 1360 #:tests? #f))
85a9ffcb 1361 (home-page "https://www.exim.org/")
66cc3ab2
TUBK
1362 (synopsis
1363 "Message Transfer Agent (MTA) developed at the University of Cambridge")
1364 (description
1365 "Exim is a message transfer agent (MTA) developed at the University of
1366Cambridge for use on Unix systems connected to the Internet. In style it is
1367similar to Smail 3, but its facilities are more general. There is a great
1368deal of flexibility in the way mail can be routed, and there are extensive
1369facilities for checking incoming mail.")
1370 (license gpl2+)))
1371
7d2b784b
MW
1372(define-public dovecot
1373 (package
1374 (name "dovecot")
58024d86 1375 (version "2.3.10.1")
7d2b784b
MW
1376 (source
1377 (origin
1378 (method url-fetch)
c8608faf 1379 (uri (string-append "https://www.dovecot.org/releases/"
7d2b784b 1380 (version-major+minor version) "/"
2fa1a3a8 1381 "dovecot-" version ".tar.gz"))
c03b355f 1382 (sha256
58024d86 1383 (base32 "035idr2j81s5mngnhd58rih79dhwwak7q01mqbx3rcmi4cpychk6"))))
7d2b784b
MW
1384 (build-system gnu-build-system)
1385 (native-inputs
1386 `(("pkg-config" ,pkg-config)))
1387 (inputs
2bc3ec3b 1388 `(("bzip2" ,bzip2)
8826b792 1389 ("libsodium" ,libsodium) ; extra password algorithms
84ce7c5a
PL
1390 ;; FIXME: The 'test-backtrace' tests fail on arm when using glibc's
1391 ;; backtrace_symbol() function so fallback to using libunwind.
1392 ,@(if (target-arm?)
1393 `(("libunwind" ,libunwind))
1394 '())
2bc3ec3b
TGR
1395 ("linux-pam" ,linux-pam)
1396 ("lz4" ,lz4)
1397 ("openssl" ,openssl)
fd5c70f8 1398 ("sqlite" ,sqlite)
2bc3ec3b 1399 ("zlib" ,zlib)))
7d2b784b
MW
1400 (arguments
1401 `(#:configure-flags '("--sysconfdir=/etc"
d6894b95
TGR
1402 "--localstatedir=/var"
1403 "--with-sqlite") ; not auto-detected
f762e49f
TGR
1404 #:phases
1405 (modify-phases %standard-phases
f762e49f
TGR
1406 (add-after 'unpack 'patch-file-names
1407 (lambda _
1408 (substitute* "src/lib-program-client/test-program-client-local.c"
1409 (("(/bin/| )cat") (which "cat"))
1410 (("/bin/echo") (which "echo"))
1411 (("/bin/false") (which "false"))
1412 (("/bin/sh") (which "bash"))
1413 (("head") (which "head"))
1414 (("sleep") (which "sleep")))
1415 (substitute* (list "src/lib-smtp/test-bin/sendmail-exit-1.sh"
1416 "src/lib-smtp/test-bin/sendmail-success.sh")
1417 (("cat") (which "cat")))
37fc44ea
TGR
1418 #t))
1419 (replace 'install
1420 (lambda* (#:key make-flags #:allow-other-keys)
1421 ;; Simple hack to avoid installing a trivial README in /etc.
1422 (apply invoke "make" "install" "sysconfdir=/tmp/bogus"
1423 make-flags))))))
c8608faf 1424 (home-page "https://www.dovecot.org")
7d2b784b
MW
1425 (synopsis "Secure POP3/IMAP server")
1426 (description
1427 "Dovecot is a mail server whose major goals are security and reliability.
1428It supports mbox/Maildir and its own dbox/mdbox formats.")
1429 ;; Most source files are covered by either lgpl2.1 or expat. The SHA code
1430 ;; is covered by a variant of BSD-3, and UnicodeData.txt is covered by the
1431 ;; Unicode, Inc. License Agreement for Data Files and Software.
1432 (license (list lgpl2.1 license:expat (non-copyleft "file://COPYING")))))
1433
944a5cdd 1434(define-public dovecot-trees
cf47a8a5 1435 (package
1436 (name "dovecot-trees")
1437 (version "2.1.0")
1438 (source
1439 (origin
1440 (method url-fetch)
1441 (uri (string-append "https://0xacab.org/riseuplabs/trees/repository/"
1442 "archive.tar.gz?ref=v" version))
1443 (file-name (string-append name "-" version ".tar.gz"))
1444 (sha256
1445 (base32
0e66f4a1
TGR
1446 "0rkk10b1bsjz979sc864vpgcdchy7yxwmyv4ik50lar1h6awdnrf"))
1447 (patches
1448 (search-patches "dovecot-trees-support-dovecot-2.3.patch"))))
cf47a8a5 1449 (build-system gnu-build-system)
1450 (native-inputs
1451 `(("automake" ,automake)
1452 ("autoconf" ,autoconf)
1453 ("libtool" ,libtool)
1454 ("dovecot" ,dovecot)
1455 ("pkg-config" ,pkg-config)))
1456 (inputs
1457 `(("libsodium" ,libsodium)))
1458 (arguments
1459 `(#:tests? #f ;No tests exist.
1460 #:configure-flags (list (string-append "--with-dovecot="
1461 (assoc-ref %build-inputs "dovecot")
7b0efd4c 1462 "/lib/dovecot"))))
cf47a8a5 1463 (home-page "https://0xacab.org/riseuplabs/trees")
1464 (synopsis "NaCL-based Dovecot email storage encryption plugin")
1465 (description
1466 "Technology for Resting Email Encrypted Storage (TREES) is a NaCL-based
944a5cdd 1467Dovecot encryption plugin. This plugin adds individually encrypted mail
1468storage to the Dovecot IMAP server. It is inspired by Posteo's scrambler
1469which uses OpenSSL and RSA keypairs. TREES works in a similar way, but uses
1470the Sodium crypto library (based on NaCL).
1471
1472How it works:
1473@enumerate
1474@item On IMAP log in, the user's cleartext password is passed to the plugin.
1475@item The plugin creates an argon2 digest from the password.
1476@item This password digest is used as a symmetric secret to decrypt a libsodium secretbox.
1477@item Inside the secretbox is stored a Curve25519 private key.
1478@item The Curve25519 private key is used to decrypt each individual message,
b3a47662 1479using libsodium sealed boxes.
944a5cdd 1480@item New mail is encrypted as it arrives using the Curve25519 public key.
1481@end enumerate\n")
cf47a8a5 1482 (license agpl3)))
944a5cdd 1483
a4651f64 1484(define-public dovecot-libsodium-plugin
1485 (let ((commit "044de73c01c35385df0105f6b387bec5d5317ce7")
1486 (revision "1"))
1487 (package
1488 (name "dovecot-libsodium-plugin")
1489 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
1490 (source
1491 (origin
1492 (method git-fetch)
1493 (uri (git-reference
1494 (url "https://github.com/LuckyFellow/dovecot-libsodium-plugin")
1495 (commit commit)))
1496 (file-name (string-append name "-" version "-checkout"))
1497 (sha256
1498 (base32
1499 "13h07l7xy713zchnj2p9fhvq7fdl4zy1ai94li3ygkqjjj8hrgas"))))
1500 (build-system gnu-build-system)
1501 (native-inputs
1502 `(("automake" ,automake)
1503 ("autoconf" ,autoconf)
1504 ("libtool" ,libtool)
1505 ("dovecot" ,dovecot)
1506 ("pkg-config" ,pkg-config)))
1507 (inputs
1508 `(("libsodium" ,libsodium)))
1509 (arguments
1510 `(#:tests? #f ;No tests exist.
1511 #:configure-flags (list (string-append "--with-dovecot="
1512 (assoc-ref %build-inputs "dovecot")
1f53fdae 1513 "/lib/dovecot"))))
a4651f64 1514 (home-page "https://github.com/LuckyFellow/dovecot-libsodium-plugin")
1515 (synopsis "Libsodium password hashing schemes plugin for Dovecot")
1516 (description
8826b792
TGR
1517 "@code{dovecot-libsodium-plugin} provides a libsodium password
1518hashing scheme (such as scrypt) plug-in for @code{Dovecot}.")
a4651f64 1519 (license gpl3+))))
1520
81ce19f4
1521(define-public isync
1522 (package
1523 (name "isync")
a5d8a2b2 1524 (version "1.3.1")
81ce19f4
1525 (source
1526 (origin
1527 (method url-fetch)
1528 (uri (string-append "mirror://sourceforge/isync/isync/"
1529 version "/isync-" version ".tar.gz"))
1530 (sha256 (base32
a5d8a2b2 1531 "1sphd30jplii58y2zmw365bckm6pszmapcy905zhjll1sm1ldjv8"))))
81ce19f4 1532 (build-system gnu-build-system)
49490231
LF
1533 (native-inputs
1534 `(("perl" ,perl)))
81ce19f4
1535 (inputs
1536 `(("bdb" ,bdb)
a052d5ab 1537 ("cyrus-sasl" ,cyrus-sasl)
1fdab9d3 1538 ("openssl" ,openssl-1.0)
a66fb3a1 1539 ("zlib" ,zlib)))
81ce19f4
1540 (home-page "http://isync.sourceforge.net/")
1541 (synopsis "Mailbox synchronization program")
1542 (description
f6cd8586 1543 "isync/mbsync is a command-line tool for two-way synchronization of
81ce19f4
1544mailboxes. Currently Maildir and IMAP are supported types.")
1545 (license gpl2+)))
1546
26b8de19
EB
1547(define-public perl-email-abstract
1548 (package
1549 (name "perl-email-abstract")
1550 (version "3.008")
1551 (source
1552 (origin
1553 (method url-fetch)
1554 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1555 "Email-Abstract-" version ".tar.gz"))
1556 (sha256
1557 (base32
1558 "0h42rhvp769wb421cpbbg6v6xjp8iv86mvz70pqgfgf4nsn6jwgw"))))
1559 (build-system perl-build-system)
1560 (propagated-inputs
1561 `(("perl-email-simple" ,perl-email-simple)
a2190ccc 1562 ("perl-module-pluggable" ,perl-module-pluggable)
26b8de19 1563 ("perl-mro-compat" ,perl-mro-compat)))
9aba9b12 1564 (home-page "https://metacpan.org/release/Email-Abstract")
26b8de19
EB
1565 (synopsis "Interface to mail representations")
1566 (description "Email::Abstract provides module writers with the ability to
1567write simple, representation-independent mail handling code.")
2f3108ad 1568 (license perl-license)))
26b8de19 1569
ebda902f
EB
1570(define-public perl-email-address
1571 (package
1572 (name "perl-email-address")
b6c7df92 1573 (version "1.912")
ebda902f
EB
1574 (source
1575 (origin
1576 (method url-fetch)
1577 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1578 "Email-Address-" version ".tar.gz"))
1579 (sha256
b6c7df92 1580 (base32 "1vzr0vx4zsw4zbc9xdffc31wnkc1raqmyfiyws06fbyck197i8qg"))))
ebda902f 1581 (build-system perl-build-system)
9aba9b12 1582 (home-page "https://metacpan.org/release/Email-Address")
ebda902f
EB
1583 (synopsis "Email address parsing and creation")
1584 (description "Email::Address implements a regex-based RFC 2822 parser that
1585locates email addresses in strings and returns a list of Email::Address
1586objects found. Alternatively you may construct objects manually.")
2f3108ad 1587 (license perl-license)))
ebda902f 1588
944d3b4b
SB
1589(define-public perl-email-address-xs
1590 (package
1591 (name "perl-email-address-xs")
1592 (version "1.04")
1593 (source
1594 (origin
1595 (method url-fetch)
1596 (uri (string-append "mirror://cpan/authors/id/P/PA/PALI/"
1597 "Email-Address-XS-" version ".tar.gz"))
1598 (sha256
1599 (base32
1600 "0gjrrl81z3sfwavgx5kwjd87gj44mlnbbqsm3dgdv1xllw26spwr"))))
1601 (build-system perl-build-system)
1602 (home-page "https://metacpan.org/release/Email-Address-XS")
1603 (synopsis "Parse and format RFC 5322 email addresses and groups")
1604 (description
1605 "Email::Address::XS implements RFC 5322 parser and formatter of email
1606addresses and groups. Unlike Email::Address, this module does not use regular
1607expressions for parsing but instead is implemented in XS and uses shared code
1608from Dovecot IMAP server.")
1609 (license perl-license)))
1610
aa86a3be
EB
1611(define-public perl-email-date-format
1612 (package
1613 (name "perl-email-date-format")
1614 (version "1.005")
1615 (source
1616 (origin
1617 (method url-fetch)
1618 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1619 "Email-Date-Format-" version ".tar.gz"))
1620 (sha256
1621 (base32
1622 "012ivfwpnbl3wr50f9c6f4azhdlxnm31pdn72528g79v61z6372p"))))
1623 (build-system perl-build-system)
9aba9b12 1624 (home-page "https://metacpan.org/release/Email-Date-Format")
aa86a3be
EB
1625 (synopsis "Produce RFC 2822 date strings")
1626 (description "Email::Date::Format provides a means for generating an RFC
16272822 compliant datetime string.")
2f3108ad 1628 (license perl-license)))
aa86a3be 1629
08bf7095
EB
1630(define-public perl-email-messageid
1631 (package
1632 (name "perl-email-messageid")
1fb37ef0 1633 (version "1.406")
08bf7095
EB
1634 (source
1635 (origin
1636 (method url-fetch)
1637 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1638 "Email-MessageID-" version ".tar.gz"))
1639 (sha256
1640 (base32
1fb37ef0 1641 "1f22sdnfq169qw1l0lg7y74pmiam7j9v95bggjnf3q4mygdmshpc"))))
08bf7095 1642 (build-system perl-build-system)
9aba9b12 1643 (home-page "https://metacpan.org/release/Email-MessageID")
08bf7095
EB
1644 (synopsis "Generate world unique message-ids")
1645 (description "Email::MessageID generates recommended message-ids to
1646identify a message uniquely.")
2f3108ad 1647 (license perl-license)))
08bf7095 1648
0a4c49f6
EB
1649(define-public perl-email-mime
1650 (package
1651 (name "perl-email-mime")
4f50fd75 1652 (version "1.946")
0a4c49f6
EB
1653 (source
1654 (origin
1655 (method url-fetch)
1656 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1657 "Email-MIME-" version ".tar.gz"))
1658 (sha256
1659 (base32
4f50fd75 1660 "0z1k3i0lzp2k421gc8f3wq0jbqflkbw2xqd2k7n7pmv56417kvk8"))))
0a4c49f6
EB
1661 (build-system perl-build-system)
1662 (propagated-inputs
1663 `(("perl-email-address" ,perl-email-address)
1664 ("perl-email-messageid" ,perl-email-messageid)
1665 ("perl-email-mime-contenttype" ,perl-email-mime-contenttype)
1666 ("perl-email-mime-encodings" ,perl-email-mime-encodings)
1667 ("perl-email-simple" ,perl-email-simple)
4f50fd75
TGR
1668 ("perl-mime-types" ,perl-mime-types)
1669 ("perl-module-runtime" ,perl-module-runtime)))
9aba9b12 1670 (home-page "https://metacpan.org/release/Email-MIME")
0a4c49f6
EB
1671 (synopsis "MIME message handling")
1672 (description "Email::MIME is an extension of the Email::Simple module, to
1673handle MIME encoded messages. It takes a message as a string, splits it up
1674into its constituent parts, and allows you access to various parts of the
1675message. Headers are decoded from MIME encoding.")
2f3108ad 1676 (license perl-license)))
0a4c49f6 1677
55025bb5
EB
1678(define-public perl-email-mime-contenttype
1679 (package
1680 (name "perl-email-mime-contenttype")
9b5fc20c 1681 (version "1.022")
55025bb5
EB
1682 (source
1683 (origin
1684 (method url-fetch)
1685 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1686 "Email-MIME-ContentType-" version ".tar.gz"))
1687 (sha256
1688 (base32
9b5fc20c 1689 "042kxhs3bp1ab9z0mbr1wy21ld4lxd6v2a2mmrashqnsn2075fws"))))
55025bb5
EB
1690 (build-system perl-build-system)
1691 (native-inputs
1692 `(("perl-capture-tiny" ,perl-capture-tiny)))
9aba9b12 1693 (home-page "https://metacpan.org/release/Email-MIME-ContentType")
55025bb5
EB
1694 (synopsis "Parse MIME Content-Type headers")
1695 (description "Email::MIME::ContentType parses a MIME Content-Type
1696header.")
2f3108ad 1697 (license perl-license)))
55025bb5 1698
02e29936
EB
1699(define-public perl-email-mime-encodings
1700 (package
1701 (name "perl-email-mime-encodings")
1702 (version "1.315")
1703 (source
1704 (origin
1705 (method url-fetch)
1706 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1707 "Email-MIME-Encodings-" version ".tar.gz"))
1708 (sha256
1709 (base32
1710 "0p5b8g9gh35m8fqrpx60g4bp98rvwd02n5b0vm9wh7mk0xah8wac"))))
1711 (build-system perl-build-system)
1712 (native-inputs
1713 `(("perl-capture-tiny" ,perl-capture-tiny)))
9aba9b12 1714 (home-page "https://metacpan.org/release/Email-MIME-Encodings")
02e29936
EB
1715 (synopsis "Unified interface to MIME encoding and decoding")
1716 (description "This module wraps MIME::Base64 and MIME::QuotedPrint.")
2f3108ad 1717 (license perl-license)))
02e29936 1718
a24c5420
EB
1719(define-public perl-email-sender
1720 (package
1721 (name "perl-email-sender")
0fd6f28d 1722 (version "1.300034")
a24c5420
EB
1723 (source
1724 (origin
1725 (method url-fetch)
1726 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1727 "Email-Sender-" version ".tar.gz"))
1728 (sha256
0fd6f28d 1729 (base32 "14aj9kqa9dr2bdhzn2qvjj2mffj8wjb5397z8qw7qg057fk3ib05"))))
a24c5420
EB
1730 (build-system perl-build-system)
1731 (native-inputs
1732 `(("perl-capture-tiny" ,perl-capture-tiny)))
1733 (propagated-inputs
1734 `(("perl-email-abstract" ,perl-email-abstract)
1735 ("perl-email-address" ,perl-email-address)
1736 ("perl-email-simple" ,perl-email-simple)
1737 ("perl-list-moreutils" ,perl-list-moreutils)
1738 ("perl-module-runtime" ,perl-module-runtime)
1739 ("perl-moo" ,perl-moo)
1740 ("perl-moox-types-mooselike" ,perl-moox-types-mooselike)
1741 ("perl-sub-exporter" ,perl-sub-exporter)
1742 ("perl-throwable" ,perl-throwable)
1743 ("perl-try-tiny" ,perl-try-tiny)))
9aba9b12 1744 (home-page "https://metacpan.org/release/Email-Sender")
a24c5420
EB
1745 (synopsis "Perl library for sending email")
1746 (description "Email::Sender replaces the old and sometimes problematic
1747Email::Send library.")
2f3108ad 1748 (license perl-license)))
a24c5420 1749
151ef3ed
EB
1750(define-public perl-email-simple
1751 (package
1752 (name "perl-email-simple")
3a2f1d93 1753 (version "2.216")
151ef3ed
EB
1754 (source
1755 (origin
1756 (method url-fetch)
1757 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1758 "Email-Simple-" version ".tar.gz"))
1759 (sha256
1760 (base32
3a2f1d93 1761 "1m4brbjvalyp5kjqslqv4155dzwg977shxin208i7lc8236n6pyq"))))
151ef3ed
EB
1762 (build-system perl-build-system)
1763 (propagated-inputs
1764 `(("perl-email-date-format" ,perl-email-date-format)))
9aba9b12 1765 (home-page "https://metacpan.org/release/Email-Simple")
151ef3ed
EB
1766 (synopsis "Parsing of RFC 2822 messages")
1767 (description "Email::Simple provides simple parsing of RFC 2822 message
1768format and headers.")
2f3108ad 1769 (license perl-license)))
151ef3ed 1770
f5dceecb
AW
1771(define-public libesmtp
1772 (package
1773 (name "libesmtp")
1774 (version "1.0.6")
1775 (source
1776 (origin
1777 (method url-fetch)
049e02ea
LF
1778 (uri (list (string-append "https://pkgs.fedoraproject.org/repo/pkgs/"
1779 "libesmtp/libesmtp-" version ".tar.bz2/"
1780 "bf3915e627fd8f35524a8fdfeed979c8/libesmtp-"
1781 version ".tar.bz2")
1782 ;; XXX This site is offline, so we fetch Fedora's cached copy
1783 ;; of the source tarball.
1784 (string-append "http://www.stafford.uklinux.net/libesmtp/libesmtp-"
1785 version ".tar.bz2")))
f5dceecb
AW
1786 (sha256
1787 (base32
1788 "02zbniyz7qys1jmx3ghx21kxmns1wc3hmv80gp7ag7yra9f1m9nh"))))
1789 (build-system gnu-build-system)
1790 (propagated-inputs
1791 `(("openssl" ,openssl)))
1792 (home-page "http://www.stafford.uklinux.net/libesmtp/")
1793 (synopsis "Library for sending mail via remote hosts using SMTP")
1794 (description "libESMTP is an SMTP client which manages posting (or
1795submission of) electronic mail via a preconfigured Mail Transport Agent (MTA).
1796It may be used as part of a Mail User Agent (MUA) or other program that must
1797be able to post electronic mail where mail functionality may not be that
1798program's primary purpose.")
1799 (license (list lgpl2.1+ gpl2+))))
1800
f8ae32a2
AW
1801(define-public esmtp
1802 (package
1803 (name "esmtp")
1804 (version "1.2")
1805 (source
1806 (origin
1807 (method git-fetch)
1808 (uri (git-reference
1809 (url "https://github.com/andywingo/esmtp.git")
1810 (commit "01bf9fc")))
1811 (sha256
1812 (base32
1813 "1ay282rrl92h0m0m8z5zzjnwiiagi7c78aq2qvhia5mw7prwfyw2"))
1814 (file-name (string-append name "-" version "-checkout"))))
1815 (arguments
1816 `(#:phases (modify-phases %standard-phases
73c0e477
EF
1817 (replace 'bootstrap
1818 (lambda _ (invoke "autoreconf" "-vfi"))))))
f8ae32a2
AW
1819 (build-system gnu-build-system)
1820 (native-inputs
1821 `(("bison" ,bison)
1822 ("flex" ,flex)
1823 ("autoconf" ,autoconf)
1824 ("automake" ,automake)
1825 ("libtool" ,libtool)))
1826 (inputs
718c5dd6 1827 `(("libesmtp" ,libesmtp)))
3b3b60d0 1828 (home-page "https://sourceforge.net/projects/esmtp/")
f8ae32a2
AW
1829 (synopsis "Relay-only mail transfer agent (MTA)")
1830 (description "Esmtp is a simple relay-only mail transfer agent built using
1831libESMTP. It sends e-mail via a remote SMTP server using credentials from the
1832user's @file{$HOME/.esmtprc} configuration file; see the @command{esmtprc} man
1833page for more on configuration. This package also provides minimal
1834compatibility shims for the @command{sendmail}, @command{mailq}, and
1835@command{newaliases} commands.")
1836 (license gpl2+)))
1837
34dd26af
CAW
1838(define-public fdm
1839 (package
1840 (name "fdm")
9a0681d1 1841 (version "2.0")
34dd26af
CAW
1842 (source (origin
1843 (method url-fetch)
1844 (uri (string-append "https://github.com/nicm/fdm/releases/download/"
9a0681d1 1845 version "/fdm-" version ".tar.gz"))
34dd26af 1846 (sha256
9a0681d1 1847 (base32 "196fs1z8y7p12wmqn1bylzz94szl58yv2aby3p30nmwjnyv8rch6"))))
34dd26af
CAW
1848 (build-system gnu-build-system)
1849 (inputs
1850 `(("tdb" ,tdb)
1851 ("openssl" ,openssl)
1852 ("zlib" ,zlib)))
1853 (home-page "https://github.com/nicm/fdm")
1854 (synopsis "Mail Retrieval Agent (MRA) and Mail Delivery Agent (MDA)")
1855 (description "fdm is a program designed to fetch mail from POP3
1856or IMAP servers, or receive local mail from stdin, and
1857deliver it in various ways.")
1858 (license
1859 ;; Why point to a source file? Well, all the individual files have a
1860 ;; copy of this license in their headers, but there's no seprate file
1861 ;; with that information.
16966d5b 1862 (non-copyleft "https://github.com/nicm/fdm/blob/master/command.c"))))
34dd26af 1863
e90819c4
LG
1864
1865(define-public procmail
1866 (package
1867 (name "procmail")
1868 (version "3.22")
1869 (source
1870 (origin
1871 (method url-fetch)
1872 (uri (string-append
1873 "ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/procmail-"
1874 version
1875 ".tar.gz"))
1876 (sha256
1877 (base32
1878 "05z1c803n5cppkcq99vkyd5myff904lf9sdgynfqngfk9nrpaz08"))
1879 ;; The following patch fixes an ambiguous definition of
1880 ;; getline() in formail.c. The patch is provided by Debian as
1881 ;; patch 24.
1d982d78 1882 (patches (search-patches "procmail-ambiguous-getline-debian.patch"
c297e965
LF
1883 "procmail-CVE-2014-3618.patch"
1884 "procmail-CVE-2017-16844.patch"))))
e90819c4
LG
1885 (arguments
1886 `(#:phases (modify-phases %standard-phases
1887 (replace 'configure
1888 (lambda _
1889 (substitute* "Makefile"
1890 (("/bin/sh")
1891 (which "sh"))
1892 (("/usr")
1893 (assoc-ref %outputs "out"))
1894 (("/bin/rm")
1895 (which "rm")))
1896 #t)))
1897 #:tests? #f)) ;; There are no tests indicating a successful
1898 ;; build. Some tests of basic locking mechanisms provided by the
8f65585b 1899 ;; file system are performed during 'make install'. However, these
e90819c4
LG
1900 ;; are performed before the actual build process.
1901 (build-system gnu-build-system)
05aa576b 1902 (inputs `(("exim" ,exim)))
e90819c4
LG
1903 (home-page "http://www.procmail.org/")
1904 (synopsis "Versatile mail delivery agent (MDA)")
1905 (description "Procmail is a mail delivery agent (MDA) featuring support
1906for a variety of mailbox formats such as mbox, mh and maildir. Incoming mail
1907can be sorted into separate files/directories and arbitrary commands can be
1908executed on mail arrival. Procmail is considered stable, but is no longer
1909maintained.")
1910 (license gpl2+))) ;; procmail allows to choose the
1911 ;; nonfree Artistic License 1.0
1912 ;; as alternative to the GPL2+.
1913 ;; This option is not listed here.
e90819c4 1914
61c30e9d
LF
1915(define-public khard
1916 (package
1917 (name "khard")
70333ee6 1918 (version "0.16.1")
61c30e9d
LF
1919 (source (origin
1920 (method url-fetch)
1921 (uri (pypi-uri name version))
1922 (sha256
1923 (base32
70333ee6 1924 "0fg4qh5gzki5wg958wlpc8a2icnk74gzg33lqxjm755cfnjng7qd"))))
61c30e9d
LF
1925 (build-system python-build-system)
1926 (arguments
2385012b
EF
1927 `(#:phases
1928 (modify-phases %standard-phases
70333ee6 1929 (add-after 'install 'install-completions
2385012b
EF
1930 (lambda* (#:key outputs #:allow-other-keys)
1931 (let* ((out (assoc-ref outputs "out"))
70333ee6
EF
1932 (zsh (string-append out "/share/zsh/site-functions")))
1933 (copy-recursively "misc/zsh" zsh)
2385012b 1934 #t))))))
82680f80
TLC
1935 (native-inputs
1936 `(("python-setuptools-scm" ,python-setuptools-scm)))
d312bbfa 1937 (inputs
224b1c83
EF
1938 `(("python-atomicwrites" ,python-atomicwrites)
1939 ("python-configobj" ,python-configobj)
a57495e2 1940 ("python-pyyaml" ,python-pyyaml)
224b1c83
EF
1941 ("python-ruamel.yaml" ,python-ruamel.yaml)
1942 ("python-unidecode" ,python-unidecode)
1943 ("python-vobject" ,python-vobject)))
61c30e9d
LF
1944 (synopsis "Console address book using CardDAV")
1945 (description "Khard is an address book for the console. It creates, reads,
1946modifies and removes CardDAV address book entries at your local machine. For
1947synchronizing with a remote address book, @command{vdirsyncer} is recommended.
1948Khard can also be used from within the email client @command{mutt}.")
1949 (home-page "https://github.com/scheibler/khard")
1950 (license gpl3+)))
be0c5733
DM
1951
1952(define-public perl-mail-spf
27f172a9
TGR
1953 (package
1954 (name "perl-mail-spf")
1955 (version "2.9.0")
1956 (source
1957 (origin
1958 (method url-fetch)
1959 (uri (string-append
1960 "mirror://cpan/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v"
be0c5733
DM
1961 version
1962 ".tar.gz"))
27f172a9
TGR
1963 (sha256
1964 (base32 "0qk1rfgfm5drj4iyniiabrasrpqv570vzhgz66lwgb67y4amkjv1"))))
1965 (build-system perl-build-system)
1966 (native-inputs
1967 `(("perl-module-build" ,perl-module-build)
1968 ("perl-net-dns-resolver-programmable"
1969 ,perl-net-dns-resolver-programmable)))
1970 (arguments
1971 `(#:phases
1972 (modify-phases %standard-phases
1973 (add-before 'configure 'modify-Build.PL
1974 (lambda* (#:key outputs #:allow-other-keys)
1975 (substitute* "Build.PL"
1976 (("'/usr/sbin'") (string-append "'"
1977 (assoc-ref outputs "out")
1978 "/sbin'")))
be0c5733 1979 #t)))))
27f172a9
TGR
1980 (inputs
1981 `(("perl-error" ,perl-error)
1982 ("perl-net-dns" ,perl-net-dns)
1983 ("perl-netaddr-ip" ,perl-netaddr-ip)
1984 ("perl-uri" ,perl-uri)))
1985 (home-page "https://metacpan.org/release/Mail-SPF")
1986 (synopsis "Perl implementation of Sender Policy Framework")
1987 (description "Mail::SPF is the Sender Policy Framework implemented
be0c5733 1988in Perl.")
27f172a9 1989 (license bsd-3)))
24262239 1990
f115d817
JL
1991(define-public perl-mail-authenticationresults
1992 (package
1993 (name "perl-mail-authenticationresults")
1994 (version "1.20180923")
1995 (source (origin
1996 (method url-fetch)
1997 (uri (string-append
1998 "mirror://cpan/authors/id/M/MB/MBRADSHAW/"
1999 "Mail-AuthenticationResults-" version ".tar.gz"))
2000 (sha256
2001 (base32
2002 "1g1wym9vcbhldwvi4w5pl0fhd4jh2icj975awf4wr5xmkli9mxbz"))))
2003 (build-system perl-build-system)
2004 (native-inputs
2005 `(("perl-test-exception" ,perl-test-exception)))
2006 (home-page "https://metacpan.org/release/Mail-AuthenticationResults")
2007 (synopsis "Object Oriented Authentication-Results Headers")
2008 (description "Mail::AuthenticationResults parses the message header field
2009that indicates the message authentication status as per RFC7601. This module
2010is not fully compliant with the RFC but it tries to implement most styles of
2011Authentication-Results header seen in the wild.")
2012 (license perl-license)))
2013
930c52ae
JL
2014(define-public perl-mail-dkim
2015 (package
2016 (name "perl-mail-dkim")
3b27ffec 2017 (version "0.58")
930c52ae
JL
2018 (source (origin
2019 (method url-fetch)
2020 (uri (string-append
2021 "mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-DKIM-"
2022 version
2023 ".tar.gz"))
2024 (sha256
2025 (base32
3b27ffec 2026 "0cgkal65qqcy57b21lgij90ba36wl66byw9i76g5yhwaa8ms8hqa"))))
930c52ae
JL
2027 (build-system perl-build-system)
2028 (propagated-inputs
2029 `(("perl-crypt-openssl-rsa" ,perl-crypt-openssl-rsa)
2030 ("perl-mail-authenticationresults" ,perl-mail-authenticationresults)
2031 ("perl-mailtools" ,perl-mailtools)
2032 ("perl-net-dns" ,perl-net-dns)))
2033 (native-inputs
2034 `(("perl-net-dns-resolver-mock" ,perl-net-dns-resolver-mock)
2035 ("perl-test-requiresinternet" ,perl-test-requiresinternet)
2036 ("perl-yaml-libyaml" ,perl-yaml-libyaml)))
2037 (home-page "https://metacpan.org/release/Mail-DKIM")
2038 (synopsis "Signs/verifies Internet mail with DKIM/DomainKey signatures")
2039 (description "Mail::DKIM is a Perl module that implements the new Domain
2040Keys Identified Mail (DKIM) standard, and the older Yahoo! DomainKeys standard,
2041both of which sign and verify emails using digital signatures and DNS records.
2042Mail-DKIM can be used by any Perl program that wants to provide support for
2043DKIM and/or DomainKeys.")
2044 (license gpl3+)))
2045
8582202c
JL
2046(define-public dkimproxy
2047 (package
2048 (name "dkimproxy")
2049 (version "1.4.1")
2050 (source (origin
2051 (method url-fetch)
2052 (uri (string-append
2053 "mirror://sourceforge/dkimproxy/dkimproxy/"
2054 version "/dkimproxy-" version ".tar.gz"))
2055 (sha256
2056 (base32
66e39000
TGR
2057 "1gc5c7lg2qrlck7b0lvjfqr824ch6jkrzkpsn0gjvlzg7hfmld75"))
2058 (patches
2059 (search-patches "dkimproxy-add-ipv6-support.patch"))))
8582202c
JL
2060 (build-system gnu-build-system)
2061 (arguments
2062 `(#:phases
2063 (modify-phases %standard-phases
2064 (add-after 'install 'make-wrapper
2065 (lambda* (#:key inputs outputs #:allow-other-keys)
8c07824c
TGR
2066 (let* ((out (assoc-ref outputs "out"))
2067 (wrap.pl (lambda (scripts keys)
2068 (for-each
2069 (lambda (script)
2070 (wrap-program (string-append out script)
2071 `("PERL5LIB" ":" prefix
2072 ,(map (λ (input)
2073 (string-append
2074 (assoc-ref inputs input)
2075 "/lib/perl5/site_perl"))
2076 keys))))
2077 scripts))))
2078 (wrap.pl (list "/bin/dkimproxy.in"
2079 "/bin/dkimproxy.out")
2080 (list "perl-crypt-openssl-rsa"
2081 "perl-io-socket-inet6"
2082 "perl-mailtools"
2083 "perl-mail-authenticationresults"
2084 "perl-mail-dkim"
2085 "perl-net-dns"
2086 "perl-net-server"
2087 "perl-socket6"))
28e4c3bb
TGR
2088 (wrap.pl (list "/bin/dkim_responder.pl")
2089 (list "perl-crypt-openssl-rsa"
2090 "perl-mail-dkim"
2091 "perl-mailtools"
2092 "perl-mime-tools"
2093 "perl-net-dns"
2094 "perl-timedate"))
8c07824c 2095 #t))))))
8582202c
JL
2096 (inputs
2097 `(("perl" ,perl)
2098 ("perl-crypt-openssl-rsa" ,perl-crypt-openssl-rsa)
66e39000 2099 ("perl-io-socket-inet6" ,perl-io-socket-inet6)
8582202c
JL
2100 ("perl-mailtools" ,perl-mailtools)
2101 ("perl-mail-authenticationresults" ,perl-mail-authenticationresults)
2102 ("perl-mail-dkim" ,perl-mail-dkim)
28e4c3bb 2103 ("perl-mime-tools" ,perl-mime-tools)
8582202c 2104 ("perl-net-dns" ,perl-net-dns)
66e39000 2105 ("perl-net-server" ,perl-net-server)
28e4c3bb
TGR
2106 ("perl-socket6" ,perl-socket6)
2107 ("perl-timedate" ,perl-timedate)))
8582202c 2108 (home-page "http://dkimproxy.sourceforge.net/")
d045dce1
TGR
2109 (synopsis "SMTP proxy to sign and verify Internet mail with DKIM headers")
2110 (description
2111 "DKIMproxy is an SMTP proxy that signs and verifies Internet mail using the
2112@code{Mail::DKIM} Perl module. It comprises two separate proxies: an outbound
8582202c 2113proxy for signing outgoing email, and an inbound proxy for verifying signatures
d045dce1
TGR
2114of incoming messages.
2115
2116It was designed for Postfix, but can be used to add DKIM support to nearly any
2117existing mail server. With Postfix, the proxies can operate as either
8582202c 2118@code{Before-Queue} or @code{After-Queue} content filters.")
2b456dd8 2119 (license gpl2+)))
8582202c 2120
24262239
CL
2121(define-public mb2md
2122 (package
2123 (name "mb2md")
2124 (version "3.20")
2125 (source (origin
2126 (method url-fetch)
2127 (uri (string-append
2128 "http://batleth.sapienti-sat.org/projects/mb2md/mb2md-"
2129 version ".pl.gz"))
2130 (sha256
2131 (base32
2132 "0bvkky3c90738h3skd2f1b2yy5xzhl25cbh9w2dy97rs86ssjidg"))))
2133 (build-system trivial-build-system)
2134 (arguments
2135 '(#:modules ((guix build utils))
2136 #:builder
2137 (begin
2138 (use-modules (guix build utils))
2139 (let* ((source (assoc-ref %build-inputs "source"))
2140 (out (assoc-ref %outputs "out"))
2141 (bin (string-append out "/bin"))
2142 (perl (assoc-ref %build-inputs "perl"))
2143 (gzip (assoc-ref %build-inputs "gzip"))
2144 (perl-timedate (assoc-ref %build-inputs "perl-timedate"))
2145 (perl5lib (string-append perl-timedate "/lib/perl5/site_perl")))
2146 (mkdir-p bin)
2147 (with-directory-excursion bin
2148 (copy-file source "mb2md.gz")
e3cfef22 2149 (invoke (string-append gzip "/bin/gzip") "-d" "mb2md.gz")
24262239
CL
2150 (substitute* "mb2md"
2151 (("#!/usr/bin/perl")
2152 (string-append "#!/usr/bin/perl -I " perl5lib)))
2153 (patch-shebang "mb2md" (list (string-append perl "/bin")))
2154 (chmod "mb2md" #o555))
2155 #t))))
c695fb76 2156 (native-inputs `(("gzip" ,gzip)))
24262239
CL
2157 (inputs `(("perl" ,perl)
2158 ("perl-timedate" ,perl-timedate)))
2159 (home-page "http://batleth.sapienti-sat.org/projects/mb2md/")
2160 (synopsis "Mbox to maildir converter")
2161 (description
2162 "Mb2md is a Perl script that takes one or more mbox format files and
2163converts them to maildir format directories.")
2164 (license public-domain)))
e0d7b421
AI
2165
2166(define-public mpop
2167 (package
2168 (name "mpop")
1476ea0e 2169 (version "1.4.9")
e0d7b421
AI
2170 (source
2171 (origin
2172 (method url-fetch)
1497b95c 2173 (uri (string-append "https://marlam.de/mpop/releases/"
822c8501 2174 "mpop-" version ".tar.xz"))
e0d7b421 2175 (sha256
1476ea0e 2176 (base32 "0hinmyd4lipy9wi3grwm72vv6xrpf4m08i9g9nlxzxnwfanw885q"))))
e0d7b421
AI
2177 (build-system gnu-build-system)
2178 (inputs
fb5ecdec 2179 `(("gnutls" ,gnutls)))
e0d7b421
AI
2180 (native-inputs
2181 `(("pkg-config" ,pkg-config)))
1497b95c 2182 (home-page "https://marlam.de/mpop/")
e0d7b421
AI
2183 (synopsis "POP3 mail client")
2184 (description "mpop is a small and fast POP3 client suitable as a
2185fetchmail replacement.
2186
2187mpop supports multiple accounts, header based mail filtering, delivery
40b1cee6
TGR
2188to mbox files, maildir folders or an @acronym{MDA, Mail Delivery Agent},
2189TLS/SSL, several authentication methods, @acronym{IDN, Internationalized Domain
2190Names} and SOCKS proxies.")
e0d7b421 2191 (license gpl3+)))
74c0282c 2192
2193(define-public mhonarc
2194 (package
2195 (name "mhonarc")
2196 (version "2.6.19")
2197 (source
2198 (origin
2199 (method url-fetch)
2200 (uri (string-append "mirror://cpan/authors/id/E/EH/EHOOD/MHonArc-"
2201 version ".tar.gz"))
2202 (sha256
2203 (base32
2204 "0ll3v93yji334zqp6xfzfxc0127pmjcznmai1l5q6dzawrs2igzq"))))
2205 (build-system perl-build-system)
2206 (home-page "https://www.mhonarc.org/")
2207 (synopsis "Create HTML archives of mail/news messages")
2208 (description
2209 "MHonArc is a Perl mail-to-HTML converter. MHonArc
2210provides HTML mail archiving with index, mail thread linking,
2211etc; plus other capabilities including support for MIME and
2212powerful user customization features.")
2213 (license gpl2+)))
5d87088c
JD
2214
2215
2216(define-public sendmail
2217 (package
2218 (name "sendmail")
2219 (version "8.15.2")
2220 (source
2221 (origin
2222 (method url-fetch)
2223 (uri (string-append
2224 "ftp://ftp.sendmail.org/pub/sendmail/sendmail."
2225 version ".tar.gz"))
2226 (sha256
2227 (base32
2228 "0fdl9ndmspqspdlmghzxlaqk56j3yajk52d7jxcg21b7sxglpy94"))))
2229 (build-system gnu-build-system)
2230 (arguments
2231 `(#:phases
2232 (modify-phases %standard-phases
2233 (add-before 'build 'replace-/bin/sh
2234 (lambda _
2235 (substitute*
2236 (append
2237 (list "smrsh/smrsh.c" "sendmail/conf.c" "contrib/mailprio"
2238 "contrib/mmuegel" "devtools/bin/configure.sh")
2239 (find-files "." ".*\\.m4")
2240 (find-files "." ".*\\.cf"))
19527952 2241 (("/bin/sh") (which "sh")))
5d87088c
JD
2242
2243 (substitute* "devtools/bin/Build"
19527952 2244 (("SHELL=/bin/sh") (string-append "SHELL=" (which "sh"))))
5d87088c
JD
2245 #t))
2246 (replace 'configure
2247 (lambda _
2248
2249 ;; Render harmless any attempts to chown or chgrp
2250 (substitute* "devtools/bin/install.sh"
2251 (("owner=\\$2") "owner=''")
2252 (("group=\\$2") "group=''"))
2253
2254 (with-output-to-file "devtools/Site/site.config.m4"
2255 (lambda ()
2256 (format #t "
2257define(`confCC', `gcc')
2258define(`confOPTIMIZE', `-g -O2')
2259define(`confLIBS', `-lresolv')
2260define(`confINSTALL', `~a/devtools/bin/install.sh')
2261define(`confDEPEND_TYPE', `CC-M')
2262define(`confINST_DEP', `')
55492129
TGR
2263" (getcwd))))
2264 #t))
5d87088c
JD
2265 (replace 'build
2266 (lambda _
55492129
TGR
2267 (invoke "sh" "Build")
2268 (with-directory-excursion "cf/cf"
2269 (copy-file "generic-linux.mc" "sendmail.mc")
2270 (invoke "sh" "Build" "sendmail.cf"))
2271 #t))
5d87088c
JD
2272 (add-before 'install 'pre-install
2273 (lambda _
2274 (let ((out (assoc-ref %outputs "out")))
2275 (mkdir-p (string-append out "/usr/bin"))
2276 (mkdir-p (string-append out "/usr/sbin"))
2277 (mkdir-p (string-append out "/etc/mail"))
2278 (setenv "DESTDIR" out)
2279 (with-directory-excursion "cf/cf"
55492129
TGR
2280 (invoke "sh" "Build" "install-cf"))
2281 #t))))
5d87088c
JD
2282 ;; There is no make check. There are some post installation tests, but those
2283 ;; require root privileges
2284 #:tests? #f))
2285 (inputs
2286 `(("m4" ,m4)
2287 ("perl" ,perl)))
2288 (home-page "http://sendmail.org")
2289 (synopsis
2290 "Highly configurable Mail Transfer Agent (MTA)")
2291 (description
2292 "Sendmail is a mail transfer agent (MTA) originally developed by Eric
2293Allman. It is highly configurable and supports many delivery methods and many
2294transfer protocols.")
2295 (license (non-copyleft "file://LICENSE"
2296 "See LICENSE in the distribution."))))
2297
8b53366c 2298(define-public opensmtpd
2299 (package
2300 (name "opensmtpd")
6381565d 2301 (version "6.7.1p1")
4eb57ca8
TGR
2302 (source
2303 (origin
2304 (method url-fetch)
2305 (uri (string-append "https://www.opensmtpd.org/archives/"
2306 "opensmtpd-" version ".tar.gz"))
2307 (sha256
6381565d 2308 (base32 "1jh8vxfajm1mvp1v5yh6llrhjzv0n9fgab88mlwllwqynhcfjy3l"))))
4eb57ca8
TGR
2309 (build-system gnu-build-system)
2310 (inputs
2311 `(("bdb" ,bdb)
2312 ("libasr" ,libasr)
2313 ("libevent" ,libevent)
ba6b48b8 2314 ("libressl" ,libressl) ; recommended, and supports e.g. ECDSA
4eb57ca8
TGR
2315 ("linux-pam" ,linux-pam)
2316 ("zlib" ,zlib)))
2317 (native-inputs
2318 `(("bison" ,bison)
2319 ("groff" ,groff))) ; for man pages
2320 (arguments
2321 `(#:configure-flags
2322 (list "--localstatedir=/var"
2323 ;; This is the default only if it exists at build time—it doesn't.
2324 "--with-path-socket=/var/run"
2325 "--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt"
2326 "--with-user-smtpd=smtpd"
2327 "--with-user-queue=smtpq" "--with-group-queue=smtpq"
2328 "--with-auth-pam"
2329 "--with-table-db")
2330 #:phases
2331 (modify-phases %standard-phases
2332 ;; Fix some incorrectly hard-coded external tool file names.
2333 (add-after 'unpack 'patch-FHS-file-names
2334 (lambda _
2335 (substitute* "smtpd/smtpctl.c"
2336 ;; ‘gzcat’ is auto-detected at compile time, but ‘cat’ isn't.
2337 (("/bin/cat") (which "cat")))
2338 (substitute* "smtpd/mda_unpriv.c"
2339 (("/bin/sh") (which "sh")))
2340 #t))
2341 ;; OpenSMTPD provides a single smtpctl utility to control both the
2342 ;; daemon and the local submission subsystem. To accomodate systems
2343 ;; that require historical interfaces such as sendmail, newaliases or
2344 ;; makemap, smtpctl operates in compatibility mode if called with the
2345 ;; historical name.
2346 (add-after 'install 'install-compability-links
2347 (lambda* (#:key outputs #:allow-other-keys)
2348 (let* ((out (assoc-ref outputs "out"))
2349 (sbin (string-append out "/sbin/")))
2350 (for-each (lambda (command)
2351 (symlink "smtpctl" (string-append sbin command)))
2352 (list "mailq" "makemap" "newaliases"
2353 "send-mail" "sendmail")))
2354 #t)))))
2355 (synopsis "Lightweight SMTP daemon")
2356 (description
2357 "OpenSMTPD is an implementation of server-side @acronym{SMTP, Simple Mail
2358Transfer Protocol}, with some additional standard extensions. It allows
2359ordinary machines to exchange e-mails with other systems speaking the SMTP
2360protocol, or to deliver them to local users.
2361
2362In order to simplify the use of SMTP, OpenSMTPD implements a smaller set of
2363functionality than those available in other SMTP daemons. The objective is to
2364provide enough features to satisfy typical usage at the risk of unsuitability
2365to esoteric or niche requirements.")
2366 (home-page "https://www.opensmtpd.org")
2367 (license (list bsd-2 bsd-3 bsd-4 (non-copyleft "file://COPYING")
2368 public-domain isc license:openssl))))
2369
152ffe7c 2370(define-public opensmtpd-extras
2371 (package
2372 (name "opensmtpd-extras")
2373 (version "5.7.1")
2374 (source (origin
2375 (method url-fetch)
2376 (uri (string-append "https://www.opensmtpd.org/archives/"
2377 name "-" version ".tar.gz"))
2378 (sha256
2379 (base32
2380 "1kld4hxgz792s0cb2gl7m2n618ikzqkj88w5dhaxdrxg4x2c4vdm"))))
2381 (build-system gnu-build-system)
2382 (inputs
2383 `(("libressl" ,libressl)
2384 ("libevent" ,libevent)
2385 ("libasr" ,libasr)
2386 ("python-2" ,python-2)
2387 ("opensmtpd" ,opensmtpd)
2388 ("perl" ,perl)
2389 ("lua" ,lua)
2390 ("postgresql" ,postgresql)
2391 ("sqlite" ,sqlite)
2392 ("linux-pam" ,linux-pam)))
2393 (native-inputs
2394 `(("bison" ,bison)
2395 ("pkg-config" ,pkg-config)
2396 ("groff" ,groff)
2397 ("automake" ,automake)
2398 ("autoconf" ,autoconf)))
2399 (arguments
2400 `(;; We have to configure it like this because the default checks for for example
2401 ;; python in /usr/local/bin, /usr/bin and fails otherwise.
2402 #:configure-flags (list
2403 "--with-filter-clamav" "--with-filter-dkim-signer"
2404 "--with-filter-dnsbl" "--with-filter-lua"
2405 "--with-filter-monkey" "--with-filter-pause"
2406 "--with-filter-perl" "--with-filter-python"
2407 "--with-filter-regex" "--with-filter-spamassassin"
2408 "--with-filter-stub" "--with-filter-trace"
2409 "--with-filter-void"
2410
2411 "--with-queue-null" "--with-queue-python"
2412 "--with-queue-ram" "--with-queue-stub"
2413
2414 "--with-scheduler-python" "--with-scheduler-ram"
2415 "--with-scheduler-stub"
2416
2417 "--with-table-ldap" ; "--with-table-mysql"
2418 "--with-table-passwd" "--with-table-postgres"
2419 "--with-table-python" "--with-table-socketmap"
2420 "--with-table-sqlite" "--with-table-stub"
2421 ;;"--with-table-redis" ; TODO: package hiredis
2422
2423 "--with-user=smtpd" "--with-privsep-user=smtpd"
2424 "--localstatedir=/var" "--sysconfdir=/etc"
2425 "--with-lua-type=lua" ; can use lua or luajit
2426
2427 (string-append "--with-python="
2428 (assoc-ref %build-inputs "python-2"))
2429 (string-append "--with-lua="
2430 (assoc-ref %build-inputs "lua")))))
19262a71
LC
2431 (license (list bsd-2 bsd-3 bsd-4
2432 public-domain isc license:openssl))
152ffe7c 2433 (synopsis "Extra tables, filters, and various other addons for OpenSMTPD")
2434 (description
2435 "This package provides extra tables, filters, and various other addons
2436for OpenSMTPD to extend its functionality.")
2437 (home-page "https://www.opensmtpd.org")))
6d3dda4f 2438
2439(define-public python-mailmanclient
2440 (package
2441 (name "python-mailmanclient")
c115a1c8 2442 (version "3.1.1")
6d3dda4f 2443 (source
2444 (origin
2445 (method url-fetch)
2446 (uri (pypi-uri "mailmanclient" version))
2447 (sha256
2448 (base32
c115a1c8 2449 "0fdfs5g3pf30v2i7w18pdkv9xnfxmfcv66mzv56dck0a1igq07m3"))))
6d3dda4f 2450 (build-system python-build-system)
2451 (arguments
2452 `(#:tests? #f)) ; Requires mailman running
f22efa01 2453 (propagated-inputs
6d3dda4f 2454 `(("python-six" ,python-six)
2455 ("python-httplib2" ,python-httplib2)))
2456 (home-page "https://launchpad.net/mailman.client")
2457 (synopsis "Python bindings for the Mailman 3 REST API")
2458 (description
2459 "The mailmanclient library provides official Python bindings for
2460the GNU Mailman 3 REST API.")
6d3dda4f 2461 (license lgpl3+)))
2462
2463(define-public python2-mailmanclient
5c31f4aa 2464 (package-with-python2 python-mailmanclient))
3163a289 2465
2466(define-public mlmmj
2467 (package
2468 (name "mlmmj")
28b48c87 2469 (version "1.3.0")
3163a289 2470 (source
2471 (origin
2472 (method url-fetch)
2473 (uri (string-append "http://mlmmj.org/releases/mlmmj-"
2474 version ".tar.bz2"))
2475 (sha256
2476 (base32
28b48c87 2477 "0hpj10qad821ci11si8xc2qnmkzfn90y13s43fm4fca38f0qjp8w"))))
3163a289 2478 (build-system gnu-build-system)
2479 (inputs
2480 `(("perl" ,perl))) ; For "contrib/web/"
2481 (native-inputs
2482 `(("pkg-config" ,pkg-config)))
2483 (arguments
2484 `(#:configure-flags
2485 ;; mlmmj-receive-strip is a replacement for mlmmj-receive
2486 ;; It opens the files control/mimedeny and control/mimestrip to get a list
2487 ;; of mimetypes for parts of multipart/mime messages that should be denied
2488 ;; or stripped. The parts then get stripped directly when the mail is
2489 ;; received. mlmmj-receive-strip also appends an extra header
2490 ;; X-ThisMailContainsUnwantedMimeParts: Y when the mail contains unwanted
2491 ;; mime parts
2492 (list "--enable-receive-strip")
2493 #:phases
2494 (modify-phases %standard-phases
2495 (add-before 'install 'install-contrib
2496 (lambda* (#:key outputs #:allow-other-keys)
2497 (let* ((out (assoc-ref outputs "out"))
2498 (share (string-append out "/share/mlmmj"))
2499 (contrib (string-append share "/contrib/web"))
2500 (texts (string-append share "/listtexts")))
2501 (copy-recursively "contrib/web/" contrib)
2502 (copy-recursively "listtexts" texts)
2503 (rename-file texts (string-append share "/texts"))
2504 #t))))))
2505 (home-page "http://mlmmj.org")
2506 (synopsis "Mailing list managing made joyful")
2507 (description
2508 "Mlmmj is a simple and slim mailing list manager (MLM) inspired by ezmlm.
2509It works with many different Mail Transport Agents (MTAs) and is simple for a
d1e4ad1b 2510system administrator to install, configure and integrate with other software.
3163a289 2511As it uses very few resources, and requires no daemons, it is ideal for
2512installation on systems where resources are limited. Its features include:
2513@enumerate
2514@item Archive, Custom headers / footer,
2515@item Fully automated bounce handling (similar to ezmlm),
2516@item Complete requeueing functionality, Moderation functionality, Subject prefix,
2517@item Subscribers only posting, Regular expression access control,
2518@item Functionality to retrieve old posts, Web interface, Digests,
2519@item No-mail subscription, VERP support,
2520@item Delivery Status Notification (RFC1891) support,
2521@item Rich and customisable texts for automated operations.
2522@end enumerate\n")
2523 (license license:expat)))
3a263368 2524
ea3b9f7b 2525(define-public python2-django-mailman3
8a3741e6 2526 (package
ea3b9f7b 2527 (name "python2-django-mailman3")
bdf0c644 2528 (version "1.1.0")
8a3741e6 2529 (source
2530 (origin
2531 (method url-fetch)
2532 (uri (pypi-uri "django-mailman3" version))
2533 (sha256
2534 (base32
bdf0c644 2535 "1xjdkgfjwhgyrp5nxw65dcpcsr98ygj6856sp0bwkrmyxpd1xxk2"))))
8a3741e6 2536 (build-system python-build-system)
ea3b9f7b
CB
2537 (arguments
2538 `(#:phases
2539 (modify-phases %standard-phases
2540 (replace 'check
2541 (lambda _
dcfdaa15
TGR
2542 (invoke "django-admin"
2543 "test"
2544 "--settings=django_mailman3.tests.settings_test"
2545 "django_mailman3"))))
ea3b9f7b 2546 #:python ,python-2))
8a3741e6 2547 (inputs
ea3b9f7b 2548 `(("python2-django" ,python2-django)))
8a3741e6 2549 (propagated-inputs
ea3b9f7b
CB
2550 `(("python2-requests" ,python2-requests)
2551 ("python2-requests-oauthlib" ,python2-requests-oauthlib)
2552 ("python2-openid" ,python2-openid)
2553 ("python2-mailmanclient" ,python2-mailmanclient)
2554 ("python2-django-allauth" ,python2-django-allauth)
2555 ("python2-django-gravatar2" ,python2-django-gravatar2)
2556 ("python2-pytz" ,python2-pytz)))
8a3741e6 2557 (home-page "https://gitlab.com/mailman/django-mailman3")
2558 (synopsis "Django library for Mailman UIs")
2559 (description
2560 "Libraries and templates for Django-based interfaces
2561interacting with Mailman.")
2562 (license gpl3+)))
2563
d99a2add 2564(define-public postorius
2565 (package
2566 (name "postorius")
2567 (version "1.0.3")
2568 (source
2569 (origin
2570 (method url-fetch)
2571 (uri (pypi-uri "postorius" version "+post2.tar.gz"))
2572 (file-name (string-append name "-" version ".tar.gz"))
2573 (sha256
2574 (base32
2575 "1wymcpv2icjjy8h1ni52p6dr7wwxf71ivqgbqhzx4i82yqphcaq5"))))
2576 (build-system python-build-system)
2577 (arguments
2578 `(; One test dependency relies on Persona, which was shut down in
2579 ;; November 2016.
2580 #:tests? #f
2581 ;; The part of the frontend of Mailman is still python 2.7.
2582 #:python ,python-2))
2583 (inputs
2584 `(("python2-django" ,python2-django)
2585 ("python2-django-mailman3" ,python2-django-mailman3)
2586 ("python2-mailmanclient" ,python2-mailmanclient)))
2587 (home-page "https://gitlab.com/mailman/postorius")
2588 (synopsis "Web user interface for GNU Mailman")
2589 (description
2590 "Postorius is a Django app which provides a web user interface
2591to access GNU Mailman.")
2592 (license (list gpl3+ lgpl3+))))
2593
3a263368 2594(define-public blists
2595 (package
2596 (name "blists")
18b1589b 2597 (version "2.0")
3a263368 2598 (source
2599 (origin
2600 (method url-fetch)
2601 (uri (string-append "http://download.openwall.net/pub/projects/"
2602 "blists/blists-" version ".tar.gz"))
2603 (sha256
2604 (base32
18b1589b 2605 "1xll5wn7py3bbncbwrj172f56nz75c9gwfsa80rwd96ss9gfmp3c"))))
3a263368 2606 (build-system gnu-build-system)
2607 (arguments
2608 `(#:tests? #f ; No tests
2609 #:phases
2610 (modify-phases %standard-phases
2611 (delete 'configure)
2612 (replace 'install
2613 (lambda* (#:key outputs #:allow-other-keys)
2614 (let* ((out (assoc-ref outputs "out"))
2615 (bin (string-append out "/bin")))
2616 (install-file "bindex" bin)
2617 (install-file "bit" bin)
2618 #t))))))
2619 (home-page "http://www.openwall.com/blists/")
2620 (synopsis "Web interface to mailing list archives")
2621 (description
2622 "Blists is a web interface to mailing list archives that works off
2623indexed mbox files. There are two programs: @code{bindex} and @code{bit}.
2624@code{bindex} generates or updates the index file (incremental updates
2625are supported). @code{bit} is a CGI/SSI program that generates web pages
2626on the fly. Both programs are written in C and are very fast.")
2627 (license license:expat)))
ed428a58
AI
2628
2629(define-public swaks
2630 (package
2631 (name "swaks")
4745f8d7 2632 (version "20181104.0")
ed428a58
AI
2633 (source
2634 (origin
2635 (method url-fetch)
2636 (uri (string-append
d72f59a4 2637 "https://jetmore.org/john/code/swaks/files/swaks-"
ed428a58
AI
2638 version ".tar.gz"))
2639 (sha256
2640 (base32
4745f8d7 2641 "0n1yd27xcyb1ylp5gln3yv5gzi9r377hjy1j32367kgb3247ygq2"))))
ed428a58
AI
2642 (build-system perl-build-system)
2643 (inputs
2644 `(("perl-net-dns" ,perl-net-dns)
2645 ("perl-net-ssleay" ,perl-net-ssleay)))
2646 (arguments
2647 `(#:tests? #f ; No tests
2648 #:phases
2649 (modify-phases %standard-phases
2650 (delete 'configure)
2651 (replace 'build
2652 (lambda _
d72f59a4 2653 (invoke "pod2man" "doc/ref.pod" "swaks.1")))
ed428a58
AI
2654 (replace 'install
2655 (lambda* (#:key outputs #:allow-other-keys)
2656 (let ((out (assoc-ref outputs "out")))
2657 (install-file "swaks" (string-append out "/bin"))
2658 (install-file "swaks.1" (string-append out "/share/man/man1")))
2659 #t))
2660 (add-after 'install 'wrap-program
2661 (lambda* (#:key outputs #:allow-other-keys)
2662 (wrap-program (string-append (assoc-ref outputs "out")
2663 "/bin/swaks")
2664 `("PERL5LIB" ":" = (,(getenv "PERL5LIB"))))
2665 #t)))))
d72f59a4 2666 (home-page "https://jetmore.org/john/code/swaks/")
ed428a58
AI
2667 (synopsis "Featureful SMTP test tool")
2668 (description "Swaks is a flexible, scriptable, transaction-oriented SMTP
2669test tool. It handles SMTP features and extensions such as TLS,
2670authentication, and pipelining; multiple versions of the SMTP protocol
2671including SMTP, ESMTP, and LMTP; and multiple transport methods including
2672unix-domain sockets, internet-domain sockets, and pipes to spawned processes.
2673Options can be specified in environment variables, configuration files, and
2674the command line allowing maximum configurability and ease of use for
2675operators and scripters.")
2676 (license gpl2+)))
b0eb2af2 2677
2678(define-public alpine
2679 (package
2680 (name "alpine")
0ca25073
TGR
2681 ;; Upstream doesn't use git tags, but does ‘tag’ their releases in the
2682 ;; commit message. Hence the lack of GIT-VERSIONing despite using a commit
2683 ;; ID below. Don't forget to update it…
d28692a7 2684 (version "2.22")
b0eb2af2 2685 (source
2686 (origin
0ca25073 2687 (method git-fetch)
b0eb2af2 2688 ;; There are two versions: the plain continuation of Alpine without extra
2689 ;; patches and the version which adds extra fixes. Every distro uses
2690 ;; the patched version, and so do we to not break expectations.
32f9cc33 2691 ;; http://alpine.freeiz.com/alpine/readme/README.patches
0ca25073
TGR
2692 (uri (git-reference
2693 (url "http://repo.or.cz/alpine.git")
d28692a7 2694 (commit "b50297779a4becb9ceca9c6b5b375d526fe3df78")))
0ca25073 2695 (file-name (git-file-name name version))
b0eb2af2 2696 (sha256
d28692a7 2697 (base32 "06js44fvdl7l33hfd4lsxpcd1cz3c0h796cswyzz0lkrzx89yl48"))
bc0eb347
TGR
2698 (modules '((guix build utils)))
2699 (snippet
2700 '(begin
2701 ;; Remove pre-built binaries scattered across the source repository.
2702 (for-each delete-file (find-files "." "\\.(dll|exe)"))
2703 #t))))
b0eb2af2 2704 (build-system gnu-build-system)
2705 (arguments
aa784dc8
TGR
2706 `(#:make-flags
2707 (let ((target ,(%current-target-system)))
2708 (list (string-append "CC=" (if target
2709 (string-append target "-gcc")
2710 "gcc"))))
b0eb2af2 2711 #:configure-flags (list (string-append "--with-ssl-include-dir="
2712 (assoc-ref %build-inputs "openssl")
2713 "/include/openssl")
2714 (string-append "--with-ssl-dir="
2715 (assoc-ref %build-inputs "openssl"))
2716 (string-append "--with-ssl-certs-dir="
2717 "/etc/ssl/certs/")
2718 (string-append "--with-ssl-lib-dir="
2719 (assoc-ref %build-inputs "openssl")
2720 "/lib")
2721 (string-append "--with-interactive-spellcheck="
2722 (assoc-ref %build-inputs "aspell")
03b6c474
TGR
2723 "/bin/aspell")
2724 "--with-date-stamp=Thu 1 Jan 01:00:01 CET 1970")
b0eb2af2 2725 #:phases
2726 (modify-phases %standard-phases
d28692a7
TGR
2727 (add-after 'unpack 'assume-shadow-passwords
2728 ;; Alpine's configure script confuses ‘shadow password support’ with
2729 ;; ‘/etc/shadow exists in the build environment’. It does not.
2730 (lambda _
2731 (substitute* "configure"
2732 (("test -f /etc/shadow") "true"))
2733 #t))
b0eb2af2 2734 (add-after 'unpack 'make-reproducible
2735 (lambda _
2736 ;; This removes time-dependent code to make alpine reproducible.
2737 (substitute* "pico/blddate.c"
2738 (("%02d-%s-%d") "1970-01-01"))
b0eb2af2 2739 #t)))))
2740 (inputs
2741 `(("ncurses" ,ncurses)
2742 ("openssl" ,openssl)
2743 ("gnutls" ,gnutls)
2744 ("openldap" ,openldap)
2745 ("cyrus-sasl" ,cyrus-sasl)
2746 ("mit-krb5" ,mit-krb5)
2747 ("aspell" ,aspell)
2748 ("tcl" ,tcl)
2749 ("linux-pam" ,linux-pam)))
da83224d 2750 (home-page "https://repo.or.cz/alpine.git")
b0eb2af2 2751 (synopsis "Alternatively Licensed Program for Internet News and Email")
2752 (description
2753 "Alpine is a text-based mail and news client. Alpine includes several
2754tools and applications:
2755@enumerate
2756@item alpine, the Alpine mailer
2757@item pico, the standalone text editor, GNU nano's predecessor
2758@item pilot, the standalone file system navigator
2759@end enumerate\n")
2760 (license asl2.0)))
7c16151a
RS
2761
2762(define-public balsa
2763 (package
2764 (name "balsa")
e8c1e27f 2765 (version "2.6.1")
7c16151a
RS
2766 (source
2767 (origin
2768 (method url-fetch)
e9201659
R
2769 (uri (string-append "https://pawsa.fedorapeople.org/balsa/"
2770 name "-" version ".tar.bz2"))
7c16151a 2771 (sha256
e8c1e27f 2772 (base32 "1xkxx801p7sbfkn0bh3cz85wra4xf1z1zhjqqc80z1z1nln7fhb4"))))
7c16151a
RS
2773 (build-system gnu-build-system)
2774 (arguments
2775 `(#:configure-flags
2776 '(;; Balsa tries to install additional MIME icons
2777 ;; under gtk+ directory.
2778 "--enable-extra-mimeicons=no"
2779 "--with-gtksourceview"
2780 "--with-canberra"
2781 "--with-spell-checker=gtkspell"
2782 "--with-gpgme"
2783 "--with-sqlite"
2784 "--with-compface"
2785 "--with-ldap")))
2786 (inputs
2787 `(("cyrus-sasl" ,cyrus-sasl)
2788 ("enchant" ,enchant)
2789 ("gdk-pixbuf" ,gdk-pixbuf)
7ff2159b 2790 ("gmime" ,gmime)
7c16151a
RS
2791 ("gnutls" ,gnutls)
2792 ("gpgme" ,gpgme)
2793 ("gtk+" ,gtk+)
f58b10cb 2794 ("gtksourceview" ,gtksourceview-3)
7c16151a
RS
2795 ("gtkspell3" ,gtkspell3)
2796 ("libcanberra" ,libcanberra)
2797 ("libesmtp" ,libesmtp)
7ff2159b 2798 ("libical" ,libical)
7c16151a 2799 ("libnotify" ,libnotify)
7ff2159b 2800 ("libsecret" ,libsecret)
7c16151a
RS
2801 ("openldap" ,openldap)
2802 ("sqlite" ,sqlite)
2803 ("webkitgtk" ,webkitgtk)))
2804 (native-inputs
2805 `(("compface" ,compface)
2806 ("glib" ,glib "bin")
2807 ("intltool" ,intltool)
2808 ("pkg-config" ,pkg-config)
2809 ("yelp-tools" ,yelp-tools)))
2810 (home-page "https://pawsa.fedorapeople.org/balsa")
2811 (synopsis "E-mail client for GNOME")
2812 (description "Balsa is a highly configurable and robust mail client for
2813the GNOME desktop. It supports both POP3 and IMAP servers as well as the
2814mbox, maildir and mh local mailbox formats. Balsa also supports SMTP and/or
b95d5f62 2815the use of a local MTA such as Sendmail.")
7c16151a 2816 (license gpl3+)))
1e52fd83
AI
2817
2818(define-public afew
2819 (package
2820 (name "afew")
2821 (version "1.2.0")
2822 (source
2823 (origin
2824 (method url-fetch)
2825 (uri (pypi-uri "afew" version))
2826 (sha256
2827 (base32
2828 "121w7bd53xyibllxxbfykjj76n81kn1vgjqd22izyh67y8qyyk5r"))))
2829 (build-system python-build-system)
2830 (inputs
2831 `(("python-chardet" ,python-chardet)
2832 ("python-notmuch" ,python-notmuch)))
2833 (native-inputs
2834 `(("python-setuptools-scm" ,python-setuptools-scm)))
2835 (home-page "https://github.com/afewmail/afew")
2836 (synopsis "Initial tagging script for notmuch mail")
2837 (description "afew is an initial tagging script for notmuch mail. It
2838provides automatic tagging each time new mail is registered with notmuch. It
2839can add tags based on email headers or Maildir folders and can handle spam and
2840killed threads.")
2841 (license isc)))
1679923a
DM
2842
2843(define-public pan
2844 (package
2845 (name "pan")
de227459 2846 (version "0.146")
1679923a
DM
2847 (source
2848 (origin
2849 (method url-fetch)
2850 (uri (string-append "http://pan.rebelbase.com/download/releases/"
2851 version "/source/" name "-" version ".tar.bz2"))
2852 (sha256
de227459 2853 (base32 "17agd27sn4a7nahvkpg0w39kv74njgdrrygs74bbvpaj8rk2hb55"))))
1679923a
DM
2854 (arguments
2855 `(#:configure-flags '("--with-gtk3" "--with-gtkspell" "--with-gnutls"
2856 "--enable-libnotify" "--enable-manual"
2857 "--enable-gkr")
2858 #:phases
2859 (modify-phases %standard-phases
2860 (add-before 'configure 'patch-gpg2
2861 (lambda* (#:key inputs #:allow-other-keys)
2862 (substitute* "pan/usenet-utils/gpg.cc"
2863 (("\"gpg2\"") (string-append "\""
2864 (assoc-ref inputs "gnupg")
2865 "/bin/gpg\"")))
2866 #t)))))
2867 (inputs
8e020519 2868 `(("gmime" ,gmime-2.6)
1679923a
DM
2869 ("gnupg" ,gnupg)
2870 ("gnutls" ,gnutls)
2871 ("gtk+" ,gtk+)
2872 ("gtkspell3" ,gtkspell3)
2873 ("libnotify" ,libnotify)
2874 ("libsecret" ,libsecret)
2875 ("libxml2" ,libxml2)
2876 ("zlib" ,zlib)))
2877 (native-inputs
2878 `(("gettext-minimal" ,gettext-minimal)
2879 ("itstool" ,itstool)
2880 ("pkg-config" ,pkg-config)))
2881 (build-system gnu-build-system)
2882 (home-page "http://pan.rebelbase.com/")
2883 (synopsis "Pan newsreader")
2884 (description "@code{pan} is a Usenet newsreader that's good at both text
2885and binaries. It supports offline reading, scoring and killfiles, yEnc, NZB,
2886PGP handling, multiple servers, and secure connections.")
2887 ;; License of the docs: fdl-1.1; Others: gpl2.
2888 (license (list fdl1.1+ gpl2))))
ae7c1c37
JL
2889
2890(define-public imapfilter
2891 (package
2892 (name "imapfilter")
29a87ed1 2893 (version "2.6.16")
ae7c1c37
JL
2894 (source
2895 (origin
b1d30f46
TGR
2896 (method git-fetch)
2897 (uri (git-reference
2898 (url "https://github.com/lefcha/imapfilter.git")
2899 (commit (string-append "v" version))))
2900 (file-name (git-file-name name version))
ae7c1c37 2901 (sha256
29a87ed1 2902 (base32 "0f65sg6hhv6778fxwsz4hvarbm97dsb8jj0mg7a9qs273r35pqck"))))
ae7c1c37
JL
2903 (build-system gnu-build-system)
2904 (arguments
2905 `(#:tests? #f
2906 #:make-flags
2907 (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
2908 "CC=gcc")
2909 #:phases
2910 (modify-phases %standard-phases
29a87ed1 2911 (delete 'configure)))) ; no configure script
ae7c1c37
JL
2912 (native-inputs
2913 `(("lua" ,lua)
2914 ("pcre" ,pcre)
2915 ("openssl" ,openssl)))
2916 (home-page "https://github.com/lefcha/imapfilter")
2917 (synopsis "IMAP mail filtering utility")
2918 (description "IMAPFilter is a mail filtering utility. It connects
2919to remote mail servers using IMAP, sends searching queries to the server and
2920processes mailboxes based on the results. It can be used to delete, copy,
2921move, flag, etc. messages residing in mailboxes at the same or different mail
2922servers. The 4rev1 and 4 versions of IMAP are supported.")
2923 (license license:expat)))
dc8675af
EF
2924
2925(define-public urlscan
2926 (package
2927 (name "urlscan")
803f0584 2928 (version "0.9.4")
dc8675af
EF
2929 (source
2930 (origin
2931 (method url-fetch)
2932 (uri (pypi-uri "urlscan" version))
2933 (sha256
803f0584 2934 (base32 "1q0vxv9haap01vz1cbkzss62cgwb9365lv5vnkg2gbpx4g5y7a9l"))))
dc8675af
EF
2935 (build-system python-build-system)
2936 (propagated-inputs
2937 `(("python-urwid" ,python-urwid)))
2938 (home-page "https://github.com/firecat53/urlscan")
2939 (synopsis "View/select the URLs in an email message or file")
2940 (description
2941 "Urlscan is a small program that is designed to integrate with the
2942@code{mutt} mailreader to allow you to easily launch a Web browser for URLs
2943contained in email messages. It parses an email message or file and scans it
2944for URLs and email addresses. It then displays the URLs and their context
2945within the message, and allows you to choose one or more URLs to send to your
2946Web browser. Alternatively, it send a list of all URLs to stdout. It is a
2947replacement for the @code{urlview} program.")
2948 (license gpl2)))
829785c1
EB
2949
2950(define-public tnef
2951 (package
2952 (name "tnef")
fe147c97 2953 (version "1.4.18")
829785c1
EB
2954 (source
2955 (origin
2956 (method git-fetch)
2957 (uri (git-reference
2958 (url "https://github.com/verdammelt/tnef.git")
2959 (commit version)))
2960 (sha256
fe147c97 2961 (base32 "104g48mcm00bgiyzas2vf86331w7bnw7h3bc11ib4lp7rz6zqfck"))
829785c1
EB
2962 (file-name (git-file-name name version))))
2963 (build-system gnu-build-system)
2964 (native-inputs
2965 `(("autoconf" ,autoconf)
2966 ("automake" ,automake)))
2967 (arguments `(#:parallel-tests? #f)) ;tests are side-effect'y
2968 (home-page "https://github.com/verdammelt/tnef")
2969 (synopsis "Unpack @code{application/ms-tnef} attachments")
2970 (description
2971 "TNEF is a tar-like program that unpacks MIME attachments of type
2972@code{application/ms-tnef}.")
2973 (license gpl2+)))
e3a47031
RW
2974
2975(define-public mumi
3fa02b2d
RW
2976 (let ((commit "5a578328199bab51a147fbadbce12c8d06959ed6")
2977 (revision "2"))
e3a47031
RW
2978 (package
2979 (name "mumi")
bc950c2f 2980 (version (git-version "0.0.1" revision commit))
e3a47031
RW
2981 (source (origin
2982 (method git-fetch)
2983 (uri (git-reference
2984 (url "https://git.elephly.net/software/mumi.git")
2985 (commit commit)))
2986 (file-name (git-file-name name version))
2987 (sha256
2988 (base32
3fa02b2d 2989 "0hngv82gd19l4q7nnbf97r120z1yagsmkp0x3lc8haza5q4mc12c"))))
e3a47031
RW
2990 (build-system gnu-build-system)
2991 (arguments
1214684b
LC
2992 `(#:modules ((guix build gnu-build-system)
2993 ((guix build guile-build-system)
2994 #:select (target-guile-effective-version))
2995 (guix build utils))
2996 #:imported-modules ((guix build guile-build-system)
2997 ,@%gnu-build-system-modules)
2998
8ff573d3
LC
2999 #:configure-flags '("--localstatedir=/var")
3000
1214684b 3001 #:phases
e3a47031
RW
3002 (modify-phases %standard-phases
3003 (add-after 'install 'wrap-executable
3004 (lambda* (#:key outputs #:allow-other-keys)
3005 (let* ((out (assoc-ref outputs "out"))
3006 (bin (string-append out "/bin"))
1214684b
LC
3007 (version (target-guile-effective-version))
3008 (scm (string-append out "/share/guile/site/" version))
3009 (go (string-append out "/lib/guile/" version
3010 "/site-ccache")))
e3a47031
RW
3011 (wrap-program (string-append bin "/mumi")
3012 `("GUILE_LOAD_PATH" ":" prefix
3013 (,scm ,(getenv "GUILE_LOAD_PATH")))
3014 `("GUILE_LOAD_COMPILED_PATH" ":" prefix
3015 (,go ,(getenv "GUILE_LOAD_COMPILED_PATH"))))
3016 #t))))))
3017 (inputs
bc950c2f 3018 `(("guile-email" ,guile-email)
3fa02b2d 3019 ("guile-fibers" ,guile-fibers)
f00f52a1 3020 ("guile-gcrypt" ,guile-gcrypt)
170c6b03 3021 ("guile-json" ,guile-json-3)
f00f52a1 3022 ("guile-redis" ,guile-redis)
e3a47031 3023 ("guile-syntax-highlight" ,guile-syntax-highlight)
f00f52a1 3024 ("guile-webutils" ,guile-webutils)
decf7f6c 3025 ("guile-xapian" ,guile-xapian)
bc950c2f 3026 ("guile" ,guile-3.0)
decf7f6c 3027 ("mailutils" ,mailutils)))
e3a47031
RW
3028 (native-inputs
3029 `(("autoconf" ,autoconf)
3030 ("automake" ,automake)
3031 ("pkg-config" ,pkg-config)))
3032 (home-page "https://git.elephly.net/software/mumi.git")
3033 (synopsis "Debbugs web interface")
3034 (description "Mumi is a Debbugs web interface.")
3035 (license agpl3+))))
e1c58440
RW
3036
3037(define-public ytnef
3038 (package
3039 (name "ytnef")
3040 (version "1.9.3")
3041 (source (origin
3042 (method git-fetch)
3043 (uri (git-reference
3044 (url "https://github.com/Yeraze/ytnef.git")
3045 (commit (string-append "v" version))))
3046 (file-name (git-file-name name version))
3047 (sha256
3048 (base32
3049 "07h48s5qf08503pp9kafqbwipdqghiif22ghki7z8j67gyp04l6l"))))
3050 (build-system gnu-build-system)
3051 (native-inputs
3052 `(("autoconf" ,autoconf)
3053 ("automake" ,automake)
3054 ("libtool" ,libtool)))
3055 (home-page "https://github.com/Yeraze/ytnef/")
3056 (synopsis "TNEF stream reader for winmail.dat files")
3057 (description "This package provides a TNEF stream reader library and
3058related tools to process winmail.dat files.")
3059 (license gpl2+)))
eff3a9b2
SB
3060
3061(define-public public-inbox
99b23fee 3062 (let ((commit "05a06f3262a2ddbf46adb85169e13ce9127e4524")
eff3a9b2
SB
3063 (revision "0"))
3064 (package
3065 (name "public-inbox")
99b23fee 3066 (version (git-version "1.2.0" revision commit))
eff3a9b2
SB
3067 (source
3068 (origin (method git-fetch)
3069 (uri (git-reference
3070 (url "https://public-inbox.org")
3071 (commit commit)))
3072 (sha256
3073 (base32
99b23fee 3074 "06cclxg46gsls3x19l9s8s9x8gkjghm6gd4jb1v9ng6fds6xi2fg"))
eff3a9b2
SB
3075 (file-name (git-file-name name version))))
3076 (build-system perl-build-system)
3077 (arguments
3078 '(#:phases
3079 (modify-phases %standard-phases
3080 (add-before 'configure 'qualify-paths
3081 (lambda _
3082 ;; Use absolute paths for 'xapian-compact'.
3083 (let ((xapian-compact (which "xapian-compact")))
3084 (substitute* "script/public-inbox-compact"
3085 (("xapian-compact") xapian-compact)))
3086 #t))
3087 (add-before 'check 'pre-check
3088 (lambda _
3089 (substitute* "t/spawn.t"
3090 (("\\['env'\\]") (string-append "['" (which "env") "']")))
99b23fee
SB
3091 (substitute* "t/ds-leak.t"
3092 (("/bin/sh") (which "sh")))
3093 (invoke "./certs/create-certs.perl")
4a0e4927
SB
3094 ;; XXX: This test fails due to zombie process is not reaped by
3095 ;; the builder.
3096 (substitute* "t/httpd-unix.t"
3097 (("^SKIP: \\{") "SKIP: { skip('Guix');"))
eff3a9b2
SB
3098 #t))
3099 (add-after 'install 'wrap-programs
3100 (lambda* (#:key inputs outputs #:allow-other-keys)
3101 (let ((out (assoc-ref outputs "out")))
3102 (for-each
3103 (lambda (prog)
3104 (wrap-program prog
3105 ;; Let those scripts find their perl modules.
3106 `("PERL5LIB" ":" prefix
3107 (,(string-append out "/lib/perl5/site_perl")
3108 ,(getenv "PERL5LIB")))
3109 ;; 'git' is invoked in various files of the PublicInbox
3110 ;; perl module.
3111 `("PATH" ":" prefix
3112 (,(string-append (assoc-ref inputs "git") "/bin")))))
3113 (find-files (string-append out "/bin"))))
3114 #t)))))
3115 (native-inputs
3116 `(("git" ,git)
99b23fee
SB
3117 ("xapian" ,xapian)
3118 ;; For testing.
3119 ("lsof" ,lsof)
3120 ("openssl" ,openssl)))
eff3a9b2 3121 (inputs
99b23fee 3122 `(("perl-dbd-sqlite" ,perl-dbd-sqlite)
eff3a9b2
SB
3123 ("perl-dbi" ,perl-dbi)
3124 ("perl-email-address-xs" ,perl-email-address-xs)
3125 ("perl-email-mime-contenttype" ,perl-email-mime-contenttype)
3126 ("perl-email-mime" ,perl-email-mime)
3127 ("perl-email-simple" ,perl-email-simple)
4a0e4927 3128 ("perl-net-server" ,perl-net-server)
eff3a9b2
SB
3129 ("perl-filesys-notify-simple" ,perl-filesys-notify-simple)
3130 ("perl-plack-middleware-deflater" ,perl-plack-middleware-deflater)
3131 ("perl-plack-middleware-reverseproxy" ,perl-plack-middleware-reverseproxy)
3132 ("perl-plack" ,perl-plack)
3133 ("perl-search-xapian" ,perl-search-xapian)
3134 ("perl-timedate" ,perl-timedate)
3135 ("perl-uri-escape" ,perl-uri-escape)
3136 ;; For testing.
3137 ("perl-ipc-run" ,perl-ipc-run)
3138 ("perl-xml-feed" ,perl-xml-feed)))
3139 (home-page "https://public-inbox.org/README.html")
3140 (synopsis "Archive mailing lists in git repositories")
3141 (description
3142 "public-inbox implements the sharing of an email inbox via git to
3143complement or replace traditional mailing lists. Readers may read via NNTP,
3144Atom feeds or HTML archives.")
3145 (license agpl3+))))
660611e5
EB
3146
3147(define-public sylpheed
3148 (package
3149 (name "sylpheed")
3150 (version "3.7.0")
3151 (source (origin
3152 (method url-fetch)
3153 (uri (string-append "https://sylpheed.sraoss.jp/sylpheed/v3.7/"
3154 name "-" version ".tar.xz"))
3155 (sha256
3156 (base32
3157 "0j9y5vdzch251s264diw9clrn88dn20bqqkwfmis9l7m8vmwasqd"))))
3158 (build-system gnu-build-system)
3159 (native-inputs
3160 `(("pkg-config" ,pkg-config)))
3161 (inputs
3162 `(("bogofilter" ,bogofilter)
3163 ("compface" ,compface)
3164 ("gnupg" ,gnupg-1)
3165 ("gpgme" ,gpgme)
3166 ("gtk+-2.0" ,gtk+-2)
3167 ("gtkspell" ,gtkspell3)
3168 ("libnsl" ,libnsl)
3169 ("openldap" ,openldap)
3170 ("openssl" ,openssl)))
3171 (home-page "https://sylpheed.sraoss.jp/en/")
3172 (synopsis "Lightweight GTK+ email client")
3173 (description
3174 "Sylpheed is a simple, lightweight but featureful, and easy-to-use e-mail
3175client. Sylpheed provides intuitive user-interface. Sylpheed is also
3176designed for keyboard-oriented operation.")
3177 (license gpl2+)))