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