gnu: python-twisted: Update to 17.1.0.
[jackhill/guix/guix.git] / gnu / packages / mail.scm
CommitLineData
a661e420 1;;; GNU Guix --- Functional package management for GNU
05aa576b 2;;; Copyright © 2013, 2014, 2015, 2016 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>
f58f767b 6;;; Copyright © 2014 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>
f6292baf 9;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
2e88d113 10;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
a047122c 11;;; Copyright © 2015, 2016, 2017 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>
a2cb16b0 17;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com>
32f9cc33 18;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
24262239 19;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org>
ed428a58 20;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
5d87088c 21;;; Copyright © 2016 John Darrington <jmd@gnu.org>
7a6213cb 22;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
3e9750c3 23;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
6800c797 24;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
34529f8d 25;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
7c16151a 26;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
a661e420
LC
27;;;
28;;; This file is part of GNU Guix.
29;;;
30;;; GNU Guix is free software; you can redistribute it and/or modify it
31;;; under the terms of the GNU General Public License as published by
32;;; the Free Software Foundation; either version 3 of the License, or (at
33;;; your option) any later version.
34;;;
35;;; GNU Guix is distributed in the hope that it will be useful, but
36;;; WITHOUT ANY WARRANTY; without even the implied warranty of
37;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38;;; GNU General Public License for more details.
39;;;
40;;; You should have received a copy of the GNU General Public License
41;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
42
1fdd3ee2 43(define-module (gnu packages mail)
59a43334 44 #:use-module (gnu packages)
b0eb2af2 45 #:use-module (gnu packages aspell)
d983a14f 46 #:use-module (gnu packages autotools)
d2938d59 47 #:use-module (gnu packages base)
e8435c4d 48 #:use-module (gnu packages backup)
ee886454 49 #:use-module (gnu packages bash)
f8ae32a2 50 #:use-module (gnu packages bison)
944a5cdd 51 #:use-module (gnu packages crypto)
f58f767b 52 #:use-module (gnu packages curl)
4fd6bf53 53 #:use-module (gnu packages cyrus-sasl)
81ce19f4 54 #:use-module (gnu packages databases)
d983a14f 55 #:use-module (gnu packages dejagnu)
8a3741e6 56 #:use-module (gnu packages django)
8b53366c 57 #:use-module (gnu packages dns)
7a6213cb 58 #:use-module (gnu packages documentation)
d2938d59 59 #:use-module (gnu packages emacs)
e8435c4d 60 #:use-module (gnu packages enchant)
e8435c4d 61 #:use-module (gnu packages ghostscript)
aa20b004 62 #:use-module (gnu packages gettext)
d2938d59 63 #:use-module (gnu packages glib)
e8435c4d 64 #:use-module (gnu packages gnome)
524e1df6 65 #:use-module (gnu packages gnupg)
152ffe7c 66 #:use-module (gnu packages groff)
d6e941bc 67 #:use-module (gnu packages gsasl)
e8435c4d 68 #:use-module (gnu packages gtk)
1ffa7090 69 #:use-module (gnu packages guile)
f8ae32a2 70 #:use-module (gnu packages flex)
b0eb2af2 71 #:use-module (gnu packages kerberos)
e8435c4d 72 #:use-module (gnu packages libcanberra)
8b53366c 73 #:use-module (gnu packages libevent)
d6e941bc 74 #:use-module (gnu packages libidn)
d983a14f 75 #:use-module (gnu packages linux)
152ffe7c 76 #:use-module (gnu packages lua)
d983a14f 77 #:use-module (gnu packages m4)
1ffa7090 78 #:use-module (gnu packages ncurses)
b0eb2af2 79 #:use-module (gnu packages openldap)
66cc3ab2 80 #:use-module (gnu packages pcre)
13f04f48 81 #:use-module (gnu packages perl)
3919a31a 82 #:use-module (gnu packages python)
1ffa7090 83 #:use-module (gnu packages readline)
d2938d59 84 #:use-module (gnu packages search)
1ffa7090 85 #:use-module (gnu packages texinfo)
681a6588
MW
86 #:use-module (gnu packages compression)
87 #:use-module (gnu packages glib)
88 #:use-module (gnu packages pkg-config)
a7e59c50 89 #:use-module (gnu packages flex)
1bd3f849 90 #:use-module (gnu packages gdb)
6cf27c89 91 #:use-module (gnu packages man)
3e9750c3 92 #:use-module (gnu packages ruby)
1bd3f849 93 #:use-module (gnu packages samba)
6cf27c89 94 #:use-module (gnu packages screen)
b0eb2af2 95 #:use-module (gnu packages tcl)
a7fd7b68 96 #:use-module (gnu packages tls)
be0c5733
DM
97 #:use-module (gnu packages networking)
98 #:use-module (gnu packages web)
7c16151a 99 #:use-module (gnu packages webkit)
f58f767b 100 #:use-module (gnu packages xml)
e8435c4d 101 #:use-module (gnu packages xorg)
7596ddf3 102 #:use-module (gnu packages docbook)
d983a14f 103 #:use-module ((guix licenses)
61c30e9d 104 #:select (gpl2 gpl2+ gpl3 gpl3+ lgpl2.1 lgpl2.1+ lgpl3+
24262239 105 non-copyleft (expat . license:expat) bsd-3
8b53366c 106 public-domain bsd-4 isc (openssl . license:openssl)
2f3108ad 107 bsd-2 x11-style agpl3 asl2.0 perl-license))
a661e420
LC
108 #:use-module (guix packages)
109 #:use-module (guix download)
f8ae32a2 110 #:use-module (guix git-download)
29a7c98a 111 #:use-module (guix utils)
681a6588 112 #:use-module (guix build-system gnu)
ebda902f 113 #:use-module (guix build-system perl)
24262239
CL
114 #:use-module (guix build-system python)
115 #:use-module (guix build-system trivial))
a661e420
LC
116
117(define-public mailutils
118 (package
119 (name "mailutils")
7ea52385 120 (version "3.2")
a661e420
LC
121 (source (origin
122 (method url-fetch)
123 (uri (string-append "mirror://gnu/mailutils/mailutils-"
124 version ".tar.bz2"))
125 (sha256
126 (base32
7ea52385 127 "0c06yj5hgqibi24ib9sx865kq6i1h18wn201g6iwcfbpi2a7psdm"))))
a661e420
LC
128 (build-system gnu-build-system)
129 (arguments
de75f0b1
EF
130 '(#:phases
131 (modify-phases %standard-phases
132 (add-before 'build 'pre-build
133 (lambda _
134 ;; Use the right file name for `cat'.
135 (substitute* "testsuite/lib/mailutils.exp"
136 (("/bin/cat")
137 (which "cat")))
14253017 138
de75f0b1
EF
139 ;; Tests try to invoke 'maidag' such that it looks up the
140 ;; 'root' user, which does not exist in the build
141 ;; environment.
142 (substitute* "maidag/tests/testsuite"
143 (("root <") "nobody <")
144 (("spool/root") "spool/nobody")
145 (("root@localhost") "nobody@localhost"))
14253017 146
de75f0b1
EF
147 ;; The 'pipeact.at' tests generate a shell script; make
148 ;; sure it uses the right shell.
149 (substitute* '("sieve/tests/testsuite"
150 "mh/tests/testsuite")
151 (("#! /bin/sh")
152 (string-append "#!" (which "sh"))))
14253017 153
de75f0b1
EF
154 (substitute* "mh/tests/testsuite"
155 (("moreproc: /bin/cat")
156 (string-append "moreproc: " (which "cat"))))
14253017 157
de75f0b1
EF
158 ;; XXX: The comsatd tests rely on being able to open
159 ;; /dev/tty, but that gives ENODEV in the build
160 ;; environment. Thus, ignore test failures here.
161 (substitute* "comsat/tests/Makefile.in"
162 (("\\$\\(SHELL\\) \\$\\(TESTSUITE\\)" all)
163 (string-append "-" all)))
14253017 164
de75f0b1
EF
165 #t)))
166 ;; TODO: Add `--with-sql'.
abe5d2dc 167 #:configure-flags '("--sysconfdir=/etc")
a661e420
LC
168 #:parallel-tests? #f))
169 (inputs
170 `(("dejagnu" ,dejagnu)
171 ("m4" ,m4)
172 ("texinfo" ,texinfo)
173 ("guile" ,guile-2.0)
174 ("gnutls" ,gnutls)
175 ("ncurses" ,ncurses)
abe5d2dc 176 ("readline" ,readline)
a661e420 177 ("linux-pam" ,linux-pam)
3246cc91 178 ("libltdl" ,libltdl)
01eafd38 179 ("gdbm" ,gdbm)))
6fd52309 180 (home-page "https://mailutils.org")
f50d2669 181 (synopsis "Utilities and library for reading and serving mail")
a661e420 182 (description
79c311b8
LC
183 "GNU Mailutils is a collection of programs for managing, viewing and
184processing electronic mail. It contains both utilities and server daemons
185and all operate in a protocol-agnostic way. The underlying libraries are
186also available, simplifying the addition of mail capabilities to new
187software.")
a661e420
LC
188 (license
189 ;; Libraries are under LGPLv3+, and programs under GPLv3+.
190 (list gpl3+ lgpl3+))))
d983a14f
AE
191
192(define-public fetchmail
193 (package
194 (name "fetchmail")
195 (version "6.3.26")
196 (source (origin
197 (method url-fetch)
198 (uri (string-append "mirror://sourceforge/fetchmail/branch_6.3/fetchmail-"
199 version ".tar.xz"))
200 (sha256
201 (base32
202 "0l78ayvi9dm8hd190gl139cs2xqsrf7r9ncilslw20mgvd6cbd3r"))))
203 (build-system gnu-build-system)
204 (inputs
205 `(("openssl" ,openssl)))
206 (arguments
207 `(#:configure-flags (list (string-append "--with-ssl="
208 (assoc-ref %build-inputs "openssl")))))
07af3e5e 209 (home-page "http://www.fetchmail.info/")
ae2189a9 210 (synopsis "Remote-mail retrieval and forwarding utility")
d983a14f
AE
211 (description
212 "Fetchmail is a full-featured, robust, well-documented remote-mail
213retrieval and forwarding utility intended to be used over on-demand
214TCP/IP links (such as SLIP or PPP connections). It supports every
215remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP,
216KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6
217and IPSEC.
218
219Fetchmail retrieves mail from remote mail servers and forwards it via SMTP,
220so it can then be read by normal mail user agents such as mutt, elm
221or BSD Mail. It allows all your system MTA's filtering, forwarding, and
222aliasing facilities to work just as they would on normal mail.")
223 (license gpl2+))) ; most files are actually public domain or x11
13f04f48
AE
224
225(define-public mutt
226 (package
227 (name "mutt")
f120b4ab 228 (version "1.9.1")
13f04f48
AE
229 (source (origin
230 (method url-fetch)
7736bae9
LF
231 (uri (string-append "https://bitbucket.org/mutt/mutt/downloads/"
232 "mutt-" version ".tar.gz"))
13f04f48
AE
233 (sha256
234 (base32
f120b4ab 235 "1c8vv4anl555a03pbnwf8wnf0d8pcnd4p35y3q8f5ikkcflq76vl"))
fc1adab1 236 (patches (search-patches "mutt-store-references.patch"))))
13f04f48
AE
237 (build-system gnu-build-system)
238 (inputs
4fd6bf53 239 `(("cyrus-sasl" ,cyrus-sasl)
b0bb0136 240 ("gdbm" ,gdbm)
524e1df6 241 ("gpgme" ,gpgme)
4fd6bf53 242 ("ncurses" ,ncurses)
13f04f48
AE
243 ("openssl" ,openssl)
244 ("perl" ,perl)))
245 (arguments
246 `(#:configure-flags '("--enable-smtp"
247 "--enable-imap"
248 "--enable-pop"
524e1df6 249 "--enable-gpgme"
b0bb0136 250 "--enable-hcache" ; for header caching
0323fe80 251 "--enable-sidebar"
13f04f48 252 "--with-ssl"
4fd6bf53 253 "--with-sasl"
13f04f48
AE
254 ;; so that mutt does not check whether the path
255 ;; exists, which it does not in the chroot
256 "--with-mailpath=/var/mail")))
257 (home-page "http://www.mutt.org/")
258 (synopsis "Mail client")
259 (description
260 "Mutt is a small but very powerful text-based mail client for Unix
261operating systems.")
262 (license gpl2+)))
681a6588 263
7596ddf3 264(define-public neomutt
265 (package
266 (inherit mutt)
267 (name "neomutt")
8b8702c9 268 (version "20170912")
7596ddf3 269 (source
270 (origin
271 (method url-fetch)
272 (uri (string-append "https://github.com/" name "/" name
273 "/archive/" name "-" version ".tar.gz"))
7596ddf3 274 (sha256
275 (base32
8b8702c9 276 "0mv60kii933hq52mhwrcz29diaajbs5ryqibgsvdvfyvx27i43cz"))))
7596ddf3 277 (inputs
278 `(("cyrus-sasl" ,cyrus-sasl)
279 ("gdbm" ,gdbm)
280 ("gpgme" ,gpgme)
281 ("ncurses" ,ncurses)
282 ("gnutls" ,gnutls)
283 ("openssl" ,openssl) ;For smime
284 ("perl" ,perl)
5c95465e 285 ("kyotocabinet" ,kyotocabinet)
7596ddf3 286 ("libxslt" ,libxslt)
287 ("libidn" ,libidn)
288 ("libxml2" ,libxml2)
5c95465e 289 ("lmdb" ,lmdb)
7596ddf3 290 ("docbook-xsl" ,docbook-xsl)
291 ("notmuch" ,notmuch)))
292 (native-inputs
293 `(("autoconf" ,autoconf)
294 ("automake" ,automake)
aa20b004 295 ("gettext-minimal" ,gettext-minimal)
7596ddf3 296 ("pkg-config" ,pkg-config)))
297 (arguments
298 `(#:configure-flags
9b134319 299 (list "--enable-gpgme"
7596ddf3 300
301 ;; database, implies header caching
91c87241 302 "--without-tokyocabinet"
7596ddf3 303 "--without-qdbm"
304 "--without-bdb"
5c95465e 305 "--with-lmdb"
306 (string-append "--with-kyotocabinet="
307 (assoc-ref %build-inputs "kyotocabinet"))
7596ddf3 308 "--with-gdbm"
309
310 "--with-gnutls"
311 "--without-ssl"
312 "--with-sasl"
313
314 "--with-regex"
315 "--enable-smime"
316 "--enable-notmuch"
317 "--with-idn"
318
319 ;; If we do not set this, neomutt wants to check
320 ;; whether the path exists, which it does not
321 ;; in the chroot. The workaround is this.
322 "--with-mailpath=/var/mail"
323
324 "--with-external-dotlock"
7596ddf3 325
326 (string-append "--with-curses="
327 (assoc-ref %build-inputs "ncurses")))
328 #:phases
329 (modify-phases %standard-phases
330 (add-after 'unpack 'autoconf
331 (lambda _
332 (zero? (system* "sh" "autoreconf" "-vfi")))))))
333 (home-page "https://www.neomutt.org/")
334 (synopsis "Command-line mail reader based on Mutt")
335 (description
336 "NeoMutt is a command-line mail reader which is based on mutt.
aa20b004 337It adds a large amount of new and improved features to mutt.")))
7596ddf3 338
681a6588
MW
339(define-public gmime
340 (package
341 (name "gmime")
25dee815 342 (version "2.6.23")
681a6588
MW
343 (source (origin
344 (method url-fetch)
75630043 345 (uri (string-append "mirror://gnome/sources/gmime/"
29a7c98a 346 (version-major+minor version)
681a6588
MW
347 "/gmime-" version ".tar.xz"))
348 (sha256
349 (base32
25dee815 350 "0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi"))))
681a6588
MW
351 (build-system gnu-build-system)
352 (native-inputs
353 `(("pkg-config" ,pkg-config)
354 ("gnupg" ,gnupg))) ; for tests only
355 (inputs `(("glib" ,glib)
356 ("gpgme" ,gpgme)
357 ("zlib" ,zlib)))
358 (arguments
359 `(#:phases
cc955356
EF
360 (modify-phases %standard-phases
361 (add-after
362 'unpack 'patch-paths-in-tests
363 (lambda _
364 ;; The test programs run several programs using 'system' with
ae83dcf6 365 ;; hard-coded paths. Here we patch them all.
366 ;; We use ISO-8859-1 here because test-iconv.c contains
cc955356
EF
367 ;; raw byte sequences in several different encodings.
368 (with-fluids ((%default-port-encoding #f))
369 (substitute* (find-files "tests" "\\.c$")
370 (("(system *\\(\")(/[^ ]*)" all pre prog-path)
371 (let* ((base (basename prog-path))
ae83dcf6 372 (prog (which base)))
cc955356
EF
373 (string-append pre
374 (or prog (error "not found: " base))))))))))))
681a6588
MW
375 (home-page "http://spruce.sourceforge.net/gmime/")
376 (synopsis "MIME message parser and creator library")
377 (description
378 "GMime provides a core library and set of utilities which may be used for
379the creation and parsing of messages using the Multipurpose Internet Mail
380Extension (MIME).")
381 (license (list lgpl2.1+ gpl2+ gpl3+))))
382
a7e59c50
LC
383(define-public bogofilter
384 (package
385 (name "bogofilter")
386 (version "1.2.4")
387 (source (origin
388 (method url-fetch)
389 (uri (string-append "mirror://sourceforge/bogofilter/bogofilter-"
390 version "/bogofilter-"
391 version ".tar.bz2"))
392 (sha256
393 (base32
394 "1d56n2m9inm8gnzm88aa27xl2a7sp7aff3484vmflpqkinjqf0p1"))))
395 (build-system gnu-build-system)
396 (arguments
c55fa42b
EF
397 '(#:phases
398 (modify-phases %standard-phases
399 (add-before 'check 'pre-check
400 (lambda _
401 (substitute* "src/tests/t.frame"
402 (("GREP=/bin/grep")
403 (string-append "GREP=" (which "grep") "\n")))
404 #t)))))
a7e59c50
LC
405 (native-inputs `(("flex" ,flex)))
406 (inputs `(("bdb" ,bdb)))
407 (home-page "http://bogofilter.sourceforge.net/")
408 (synopsis "Mail classifier based on a Bayesian filter")
409 (description
410 "Bogofilter is a mail filter that classifies mail as spam or ham
411 (non-spam) by a statistical analysis of the message's header and
412content (body). The program is able to learn from the user's classifications
413and corrections. It is based on a Bayesian filter.")
414 (license gpl2)))
415
3919a31a
EB
416(define-public offlineimap
417 (package
418 (name "offlineimap")
71b7950e 419 (version "7.1.3")
3919a31a
EB
420 (source (origin
421 (method url-fetch)
422 (uri (string-append "https://github.com/OfflineIMAP/offlineimap/"
423 "archive/v" version ".tar.gz"))
f586c877 424 (file-name (string-append name "-" version ".tar.gz"))
3919a31a
EB
425 (sha256
426 (base32
71b7950e 427 "0iaznh8q3fmia43r0600vrd3w8njis1x65ry9fv3zsyx0ili1z02"))))
3919a31a 428 (build-system python-build-system)
7a6213cb 429 (native-inputs
4b0e6367 430 `(("asciidoc" ,asciidoc)))
a4ea25d3
EF
431 (inputs `(("python2-pysqlite" ,python2-pysqlite)
432 ("python2-six" ,python2-six)))
3919a31a
EB
433 (arguments
434 ;; The setup.py script expects python-2.
435 `(#:python ,python-2
436 ;; Tests require a modifiable IMAP account.
42aa73b3
EF
437 #:tests? #f
438 #:phases
439 (modify-phases %standard-phases
7a6213cb
MB
440 (add-after 'build 'build-documentation
441 (lambda _
442 (substitute* "docs/Makefile"
443 ;; Prevent xmllint and xsltproc from downloading a DTD file.
444 (("a2x -v") "a2x --no-xmllint --xsltproc-opts=--nonet -v"))
445 (zero? (system* "make" "-C" "docs" "man"))))
446 (add-after 'install 'install-documentation
447 (lambda* (#:key outputs #:allow-other-keys)
448 (let* ((out (assoc-ref outputs "out"))
449 (man (string-append out "/share/man")))
450 (install-file "docs/offlineimap.1" (string-append man "/man1"))
451 (install-file "docs/offlineimapui.7" (string-append man "/man7"))
452 #t)))
453 (add-after 'install-documentation 'wrap-binary
454 (lambda* (#:key outputs #:allow-other-keys)
42aa73b3
EF
455 (let* ((out (assoc-ref outputs "out"))
456 (bin (string-append out "/bin/offlineimap")))
457 (wrap-program bin
458 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))
459 #t))))))
3919a31a 460 (home-page "http://www.offlineimap.org")
31e98ca6 461 (synopsis "Sync emails between two repositories")
3919a31a
EB
462 (description
463 "OfflineImap synchronizes emails between two repositories, so that you
464can read the same mailbox from multiple computers. It supports IMAP as REMOTE
465repository and Maildir/IMAP as LOCAL repository.")
7886e23b 466 (license gpl2+)))
3919a31a 467
3e9750c3
TD
468(define-public emacs-mew
469 (package
470 (name "emacs-mew")
471 (version "6.7")
472 (source (origin
473 (method url-fetch)
474 (uri (string-append "http://mew.org/Release/mew-"
475 version ".tar.gz"))
476 (sha256
477 (base32
478 "03fzky2kz73vgx4cbps2psbbnrgqgkk5q7jwfldisymkzr9iz03y"))))
479 (native-inputs
480 `(("emacs" ,emacs)))
481 (propagated-inputs
482 `(("ruby-sqlite3" ,ruby-sqlite3) ; optional for the database of messages
483 ("ruby" ,ruby))) ; to set GEM_PATH so ruby-sqlite3 is found at runtime
484 (build-system gnu-build-system)
485 (arguments
486 (let ((elisp-dir "/share/emacs/site-lisp/guix.d/mew")
487 (icon-dir "/share/mew"))
488 `(#:modules ((guix build gnu-build-system)
489 (guix build utils)
490 (guix build emacs-utils))
491 #:imported-modules (,@%gnu-build-system-modules
492 (guix build emacs-utils))
493 #:configure-flags
494 (list (string-append "--with-elispdir=" %output ,elisp-dir)
495 (string-append "--with-etcdir=" %output ,icon-dir))
496 #:phases
497 (modify-phases %standard-phases
498 (add-after 'configure 'patch-mew-icon-directory
499 (lambda* (#:key outputs #:allow-other-keys)
500 (emacs-substitute-sexps "mew-key.el"
501 ("(def.* mew-icon-directory"
502 `(progn
503 (add-to-list 'image-load-path 'mew-icon-directory)
504 ,(string-append (assoc-ref outputs "out") ,icon-dir))))
505 #t))
506 (add-after 'install 'generate-autoloads
507 (lambda* (#:key outputs #:allow-other-keys)
508 (emacs-generate-autoloads
509 "mew" (string-append (assoc-ref outputs "out") ,elisp-dir))
510 #t)))
511 #:tests? #f)))
512 (home-page "http://www.mew.org")
513 (synopsis "Emacs e-mail client")
514 (description "Mew (Messaging in the Emacs World) is a user interface
515for text messages, multimedia messages (MIME), news articles and
516security functionality including PGP, S/MIME, SSH, and SSL.")
517 (license bsd-3)))
518
d2938d59
EB
519(define-public mu
520 (package
521 (name "mu")
e7b9da24 522 (version "0.9.18")
d2938d59
EB
523 (source (origin
524 (method url-fetch)
e7b9da24
RW
525 (uri (string-append "https://github.com/djcb/mu/releases/"
526 "download/" version "/mu-"
d2938d59
EB
527 version ".tar.gz"))
528 (sha256
529 (base32
e7b9da24 530 "02g82zvxfgn17wzy846bfxj0izjj7yklhwdnhwxy1y2kin4fqnb5"))))
d2938d59
EB
531 (build-system gnu-build-system)
532 (native-inputs
533 `(("pkg-config" ,pkg-config)
9fd571a2 534 ("glib" ,glib "bin") ; for gtester
e62e975b 535 ("emacs" ,emacs-minimal)))
d2938d59
EB
536 ;; TODO: Add webkit and gtk to build the mug GUI.
537 (inputs
538 `(("xapian" ,xapian)
d2938d59
EB
539 ("guile" ,guile-2.0)
540 ("glib" ,glib)
541 ("gmime" ,gmime)
542 ("tzdata" ,tzdata))) ;for mu/test/test-mu-query.c
543 (arguments
704f2196
AK
544 `(#:modules ((guix build gnu-build-system)
545 (guix build utils)
546 (guix build emacs-utils))
547 #:imported-modules (,@%gnu-build-system-modules
548 (guix build emacs-utils))
549 #:phases
99404fff 550 (modify-phases %standard-phases
e62e975b 551 (add-after 'unpack 'patch-configure
789bda83
AK
552 ;; By default, elisp code goes to "share/emacs/site-lisp/mu4e",
553 ;; so our Emacs package can't find it. Setting "--with-lispdir"
554 ;; configure flag doesn't help because "mu4e" will be added to
555 ;; the lispdir anyway, so we have to modify "configure.ac".
556 (lambda _
e62e975b
RW
557 (substitute* "configure"
558 (("^ +lispdir=\"\\$\\{lispdir\\}/mu4e/\".*") ""))
789bda83 559 #t))
99404fff
AK
560 (add-before 'check 'check-tz-setup
561 (lambda* (#:key inputs #:allow-other-keys)
562 ;; For mu/test/test-mu-query.c
563 (setenv "TZDIR"
564 (string-append (assoc-ref inputs "tzdata")
565 "/share/zoneinfo"))
704f2196
AK
566 #t))
567 (add-after 'install 'install-emacs-autoloads
568 (lambda* (#:key outputs #:allow-other-keys)
569 (emacs-generate-autoloads
570 "mu4e"
571 (string-append (assoc-ref outputs "out")
572 "/share/emacs/site-lisp"))
99404fff 573 #t)))))
d2938d59
EB
574 (home-page "http://www.djcbsoftware.nl/code/mu/")
575 (synopsis "Quickly find emails")
576 (description
577 "Mu is a tool for dealing with e-mail messages stored in the
578Maildir-format. Mu's purpose in life is to help you to quickly find the
579messages you need; in addition, it allows you to view messages, extract
580attachments, create new maildirs, and so on.")
581 (license gpl3+)))
582
a2cb16b0
TS
583(define-public alot
584 (package
585 (name "alot")
fe3b8862 586 (version "0.4")
a2cb16b0
TS
587 (source (origin
588 (method url-fetch)
1b94f182
TS
589 ;; package author intends on distributing via github rather
590 ;; than pypi:
591 ;; https://github.com/pazz/alot/issues/877#issuecomment-230173331
a2cb16b0
TS
592 (uri (string-append "https://github.com/pazz/alot/archive/"
593 version ".tar.gz"))
594 (file-name (string-append "alot-" version ".tar.gz"))
595 (sha256
596 (base32
fe3b8862 597 "0sl1kl2fhkv208llnbny4blcvrfdk4vx6bcw5pnyh9ylwb0pipi2"))))
a2cb16b0
TS
598 (build-system python-build-system)
599 (arguments
600 `(#:tests? #f ; no tests
fe3b8862
MB
601 ;; python 3 is currently unsupported, more info:
602 ;; https://github.com/pazz/alot/blob/master/docs/source/faq.rst
a2cb16b0
TS
603 #:python ,python-2))
604 (inputs
605 `(("python2-magic" ,python2-magic)
606 ("python2-configobj" ,python2-configobj)
607 ("python2-twisted" ,python2-twisted)
608 ("python2-urwid" ,python2-urwid)
609 ("python2-urwidtrees" ,python2-urwidtrees)
610 ("python2-pygpgme" ,python2-pygpgme)
611 ("python2-notmuch" ,python2-notmuch)))
612 (home-page "https://github.com/pazz/alot")
613 (synopsis "Commandline MUA using notmuch")
614 (description
615 "Alot is an experimental terminal mail user agent (MUA) based on
616@code{notmuch} mail. It is written in Python using the @code{urwid} toolkit.")
617 (license gpl3+)))
618
0350a8bb
HG
619(define-public notifymuch
620 (let
621 ((commit "9d4aaf54599282ce80643b38195ff501120807f0")
622 (revision "1"))
623 (package
624 (name "notifymuch")
625 (version (string-append "0.1-" revision "." (string-take commit 7)))
626 (source
627 (origin
628 (method git-fetch)
629 (uri (git-reference
630 (url "https://github.com/kspi/notifymuch.git")
631 (commit commit)))
632 (sha256
633 (base32
634 "1lssr7iv43mp5v6nzrfbqlfzx8jcc7m636wlfyhhnd8ydd39n6k4"))
635 (file-name (string-append name "-" version "-checkout"))))
636 (build-system python-build-system)
637 (inputs
638 `(("python-notmuch" ,python-notmuch)
639 ("python-pygobject" ,python-pygobject)
640 ("gobject-introspection" ,gobject-introspection)
641 ("libnotify" ,libnotify)
642 ("gtk+" ,gtk+)))
643 (arguments
644 `(#:phases
645 (modify-phases %standard-phases
646 (add-after 'install 'wrap-binary
647 (lambda* (#:key outputs #:allow-other-keys)
648 (let* ((out (assoc-ref outputs "out"))
649 (bin (string-append out "/bin/notifymuch")))
650 (wrap-program bin
651 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH")))
652 `("GI_TYPELIB_PATH" ":" prefix
653 (,(getenv "GI_TYPELIB_PATH")
654 ,(string-append out "/lib/girepository-1.0")))))
655 #t)))))
656 (home-page "https://github.com/kspi/notifymuch")
657 (synopsis "Displays notifications for changes in the notmuch email database")
658 (description "notifymuch displays desktop notifications for messages in
659the notmuch database. The notifications are sent using libnotify to a
660notification daemon. The query to find messages to send a notification about
661is configurable, and a notification for the same message will not be send
662within a configurable period (defaults to 48 hours). To use notifymuch, run
663@command{notifymuch} after new mail is indexed, this can be automated by
664invoking @command{notifymuch} from the post-new hook.")
665 (license gpl3))))
666
1bd3f849
DT
667(define-public notmuch
668 (package
669 (name "notmuch")
493f2cbf 670 (version "0.25.1")
1bd3f849
DT
671 (source (origin
672 (method url-fetch)
866fade9 673 (uri (string-append "https://notmuchmail.org/releases/notmuch-"
1bd3f849
DT
674 version ".tar.gz"))
675 (sha256
676 (base32
493f2cbf 677 "0c98hzwc60nb6kd15y0fl2ji3yfmr9k6v8ps0h3ihr3vkgn0kgxl"))))
1bd3f849
DT
678 (build-system gnu-build-system)
679 (arguments
6cf27c89 680 '(#:make-flags (list "V=1") ; Verbose test output.
eb537f57 681 #:phases (modify-phases %standard-phases
6cf27c89
MB
682 (add-after 'unpack 'patch-notmuch-lib.el
683 (lambda _
684 (substitute* "emacs/notmuch-lib.el"
685 (("/bin/sh") (which "sh")))
686 #t))
eb537f57
DT
687 (replace 'configure
688 (lambda* (#:key outputs #:allow-other-keys)
689 (setenv "CC" "gcc")
690 (setenv "CONFIG_SHELL" (which "sh"))
ee886454 691
eb537f57
DT
692 (let ((out (assoc-ref outputs "out")))
693 (zero? (system* "./configure"
6cf27c89
MB
694 (string-append "--prefix=" out))))))
695 (add-before 'check 'prepare-test-environment
696 (lambda _
697 (setenv "TEST_CC" "gcc")
698 ;; Patch various inline shell invocations.
699 (substitute* (find-files "test" "\\.sh$")
700 (("/bin/sh") (which "sh")))
701 #t)))))
1bd3f849 702 (native-inputs
2c5b91dc 703 `(("bash-completion" ,bash-completion)
6cf27c89 704 ("emacs" ,emacs-no-x) ; Minimal lacks libxml, needed for some tests.
2c5b91dc 705 ("pkg-config" ,pkg-config)
ee886454 706 ("python" ,python-2)
eb537f57 707 ("python-docutils" ,python2-docutils)
6cf27c89
MB
708 ("python-sphinx" ,python2-sphinx)
709
710 ;; The following are required for tests only.
711 ("which" ,which)
712 ("dtach" ,dtach)
713 ("gnupg" ,gnupg)
714 ("man" ,man-db)
715 ("perl" ,perl)))
1bd3f849 716 (inputs
2c5b91dc 717 `(("glib" ,glib)
1bd3f849
DT
718 ("gmime" ,gmime)
719 ("talloc" ,talloc)
720 ("xapian" ,xapian)
721 ("zlib" ,zlib)))
540d6cc7 722 (home-page "https://notmuchmail.org/")
1bd3f849
DT
723 (synopsis "Thread-based email index, search, and tagging")
724 (description
725 "Notmuch is a command-line based program for indexing, searching, read-
726ing, and tagging large collections of email messages.")
727 (license gpl3+)))
728
8a75c589 729(define-public notmuch-addrlookup-c
a5d6b0a3
TS
730 ;; This commit includes a compatibility fix for notmuch-0.25, and is not
731 ;; currently part of any release. Please update this package when
732 ;; notmuch-addrlookup-c-9 is released.
733 (let ((commit "88f156d04990a71c6ad6fc2757b537b44e3c4d00")
734 (revision "1")) ;Guix package revision
735 (package
736 (name "notmuch-addrlookup-c")
737 (version (string-append "8-" revision "."
738 (string-take commit 7)))
739 (source (origin
740 (method git-fetch)
741 (uri (git-reference
742 (url "https://github.com/aperezdc/notmuch-addrlookup-c.git")
743 (commit commit)))
744 (file-name (string-append name "-" version "-checkout"))
745 (sha256
746 (base32
747 "0v0wzs7qzy4n1hbql8s10qrwgalcxdzbxf8pj6cii1pv2jwmkxbm"))))
748 (build-system gnu-build-system)
749 (arguments
750 '(#:tests? #f ; no tests
751 #:make-flags (list "CC=gcc"
752 (string-append "PREFIX="
753 (assoc-ref %outputs "out")))
754 #:phases (modify-phases %standard-phases
755 (delete 'configure)
756 ;; Remove vim code completion config, it's not needed to
757 ;; build (or be patched).
758 (add-before 'patch-source-shebangs 'delete-ycm-file
759 (lambda _ (delete-file ".ycm_extra_conf.py")))
760 (replace 'install
761 (lambda* (#:key outputs #:allow-other-keys)
762 (let ((bin (string-append
763 (assoc-ref outputs "out") "/bin")))
764 (install-file "notmuch-addrlookup" bin)))))))
765 (native-inputs
766 `(("pkg-config" ,pkg-config)))
767 (inputs
768 `(("glib" ,glib)
769 ("notmuch" ,notmuch)))
770 (home-page "https://github.com/aperezdc/notmuch-addrlookup-c")
771 (synopsis "Address lookup tool for Notmuch")
772 (description "This is an address lookup tool using a Notmuch database,
8a75c589 773useful for email address completion.")
a5d6b0a3 774 (license license:expat))))
8a75c589 775
4b6909bc
TS
776(define-public python-notmuch
777 (package
778 (name "python-notmuch")
540d6cc7 779 (version (package-version notmuch))
4b6909bc
TS
780 ;; Notmuch python bindings are now unavailable on pypi. The
781 ;; bindings are distributed via the notmuch release tarball.
782 (source (package-source notmuch))
783 (build-system python-build-system)
784 (inputs `(("notmuch" ,notmuch)))
785 (arguments
786 `(#:tests? #f ; no "test" target
787 #:phases
788 (modify-phases %standard-phases
789 ;; This python package lives in a subdirectory of the notmuch source
790 ;; tree, so chdir into it before building.
791 (add-after 'unpack 'enter-python-dir
792 (lambda _ (chdir "bindings/python") #t))
793 ;; Make sure the correct notmuch shared library gets loaded.
794 (add-before 'build 'set-libnotmuch-file-name
795 (lambda* (#:key inputs #:allow-other-keys)
796 (let ((notmuch (assoc-ref inputs "notmuch")))
797 (substitute* "notmuch/globals.py"
798 (("libnotmuch\\.so\\.")
799 (string-append notmuch "/lib/libnotmuch.so.")))
800 #t))))))
540d6cc7 801 (home-page (package-home-page notmuch))
4b6909bc
TS
802 (synopsis "Python bindings of the Notmuch mail indexing library")
803 (description
804 "This package provides Python bindings to use the Notmuch mail indexing
805and search library.")
806 (license gpl3+)))
807
1c74da21 808(define-public python2-notmuch
caa6fc89 809 (package-with-python2 python-notmuch))
1c74da21 810
98e9e22f
SB
811(define-public getmail
812 (package
813 (name "getmail")
06ebba15 814 (version "5.4")
98e9e22f
SB
815 (source
816 (origin
817 (method url-fetch)
818 (uri (string-append "http://pyropus.ca/software/getmail/old-versions/"
819 name "-" version ".tar.gz"))
820 (sha256
821 (base32
06ebba15 822 "1iwss9z94p165gxr2yw7s9q12a0bn71fcdbikzkykr5s7xxnz2ds"))))
98e9e22f
SB
823 (build-system python-build-system)
824 (arguments
825 `(#:tests? #f ; no tests
826 #:python ,python-2))
827 (home-page "http://pyropus.ca/software/getmail/")
828 (synopsis "Mail retriever")
829 (description
830 "A flexible, extensible mail retrieval system with support for
831POP3, IMAP4, SSL variants of both, maildirs, mboxrd files, external MDAs,
832arbitrary message filtering, single-user and domain-mailboxes, and many other
833useful features.")
834
835 ;; License is specified in file '__init__.py'.
836 (license gpl2)))
837
f58f767b
JL
838(define-public libetpan
839 (package
840 (name "libetpan")
a979eea9 841 (version "1.8")
f58f767b
JL
842 (source (origin
843 (method url-fetch)
844 (uri (string-append "https://github.com/dinhviethoa/" name
845 "/archive/" version ".tar.gz"))
f586c877 846 (file-name (string-append name "-" version ".tar.gz"))
f58f767b 847 (sha256
a979eea9 848 (base32 "1sxnaglp5hb0z78sgnfzva4x8m4flqhicvm1dz0krkxdmfsafrsf"))))
f58f767b
JL
849 (build-system gnu-build-system)
850 (native-inputs `(("autoconf" ,(autoconf-wrapper))
851 ("automake" ,automake)
3246cc91 852 ("libtool" ,libtool)
f58f767b
JL
853 ("pkg-config" ,pkg-config)))
854 (propagated-inputs
855 ;; 'libetpan-config --libs' returns '-lssl -lcrypto -lsasl2', so these
856 ;; libraries need to be propagated.
857 `(("cyrus-sasl" ,cyrus-sasl)
858 ("openssl" ,openssl)))
859 (inputs
860 `(("curl" ,curl)
c1748912
EF
861 ("expat" ,expat)
862 ("zlib" ,zlib)))
f58f767b 863 (arguments
602460ea
EF
864 '(#:phases
865 (modify-phases %standard-phases
866 (add-after 'unpack 'autogen
867 (lambda _
868 (setenv "NOCONFIGURE" "true")
869 (zero? (system* "sh" "autogen.sh")))))
f58f767b
JL
870 #:configure-flags
871 '("--disable-static" "--disable-db")))
872 (home-page "http://www.etpan.org/libetpan.html")
873 (synopsis "Portable middleware for email access")
874 (description
875 "The purpose of this mail library is to provide a portable, efficient
876framework for different kinds of mail access: IMAP, SMTP, POP and NNTP. It
877provides an API for C language. It's the low-level API used by MailCore and
878MailCore 2.")
a979eea9 879 (license bsd-3)))
f58f767b 880
ee6e780b
DM
881(define-public compface
882 (package
883 (name "compface")
884 (version "1.5.2")
885 (source (origin
886 (method url-fetch)
887 (uri (string-append "https://ftp.heanet.ie/mirrors/"
888 "ftp.xemacs.org/aux/"
889 name "-" version ".tar.gz"))
890 (sha256
891 (base32
892 "09b89wg63hg502hsz592cd2h87wdprb1dq1k1y07n89hym2q56d6"))))
893 (build-system gnu-build-system)
894 (arguments
895 `(#:tests? #f))
896 (synopsis "Portrait image compressor")
897 (description "This packages takes your 48x48x1 portrait image and
898compresses it.")
899 (home-page "http://www.cs.indiana.edu/pub/faces/")
900 (license (x11-style "file://README"))))
901
e8435c4d
JL
902(define-public claws-mail
903 (package
904 (name "claws-mail")
cad88b85 905 (version "3.15.1")
e8435c4d
JL
906 (source (origin
907 (method url-fetch)
908 (uri (string-append
762b1971 909 "http://www.claws-mail.org/releases/" name "-" version
6ea4b094 910 ".tar.xz"))
e8435c4d 911 (sha256
ec92806a 912 (base32
cad88b85 913 "0hlm2jipyr4z6izlrpvabpz4ivh49i13avnm848kr1nv68pkq2cd"))))
e8435c4d
JL
914 (build-system gnu-build-system)
915 (native-inputs `(("pkg-config" ,pkg-config)))
916 (inputs `(("bogofilter" ,bogofilter)
917 ("curl" ,curl)
918 ("dbus-glib" ,dbus-glib)
e8435c4d
JL
919 ("enchant" ,enchant)
920 ("expat" ,expat)
921 ("ghostscript" ,ghostscript)
922 ("hicolor-icon-theme" ,hicolor-icon-theme)
923 ("gnupg" ,gnupg)
924 ("gnutls" ,gnutls)
925 ("gpgme" ,gpgme)
926 ("gtk" ,gtk+-2)
927 ("libarchive" ,libarchive)
928 ("libcanberra" ,libcanberra)
929 ("libetpan" ,libetpan)
930 ("libnotify" ,libnotify)
931 ("libsm" ,libsm)
932 ("libxml2" ,libxml2)
933 ("perl" ,perl)
f6292baf
EB
934 ("python-2" ,python-2)
935 ("mime-info" ,shared-mime-info)))
e8435c4d
JL
936 (arguments
937 '(#:configure-flags
f6292baf 938 '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant")
ff4192ff
DM
939 #:make-flags
940 ;; Disable updating icon cache since it's done by the profile hook.
941 ;; Conflict with other packages in the profile would be inevitable
942 ;; otherwise.
943 '("gtk_update_icon_cache=true")
f6292baf
EB
944 #:phases (modify-phases %standard-phases
945 (add-before 'build 'patch-mime
946 (lambda* (#:key inputs #:allow-other-keys)
947 (substitute* "src/procmime.c"
948 (("/usr/share/mime/globs")
949 (string-append (assoc-ref inputs "mime-info")
950 "/share/mime/globs"))))))))
e8435c4d
JL
951 (synopsis "GTK-based Email client")
952 (description
953 "Claws-Mail is an email client (and news reader) based on GTK+. The
954appearance and interface are designed to be familiar to new users coming from
955other popular email clients, as well as experienced users. Almost all commands
956are accessible with the keyboard. Plus, Claws-Mail is extensible via addons
957which can add many functionalities to the base client.")
958 (home-page "http://www.claws-mail.org/")
959 (license gpl3+))) ; most files are actually public domain or x11
960
d6e941bc
961(define-public msmtp
962 (package
963 (name "msmtp")
899358d1 964 (version "1.6.6")
d6e941bc
965 (source
966 (origin
967 (method url-fetch)
d23d1ddf
LF
968 (uri (string-append "mirror://sourceforge/msmtp/msmtp/" version
969 "/msmtp-" version ".tar.xz"))
970 (sha256
971 (base32
899358d1 972 "0ppvww0sb09bnsrpqnvlrn8vx231r24xn2iiwpy020mxc8gxn5fs"))))
d6e941bc
973 (build-system gnu-build-system)
974 (inputs
975 `(("libidn" ,libidn)
72d8b5ba 976 ("libsecret" ,libsecret)
d6e941bc
977 ("gnutls" ,gnutls)
978 ("zlib" ,zlib)
979 ("gsasl" ,gsasl)))
980 (native-inputs
981 `(("pkg-config" ,pkg-config)))
982 (home-page "http://msmtp.sourceforge.net/")
983 (arguments
984 `(#:configure-flags (list "--with-libgsasl"
985 "--with-libidn"
823e2ed4
LF
986 "--with-tls=gnutls")
987 #:phases
988 (modify-phases %standard-phases
989 (add-after 'install 'install-msmtpq
990 (lambda* (#:key outputs #:allow-other-keys)
991 (let* ((out (assoc-ref outputs "out"))
992 (bin (string-append out "/bin"))
993 (doc (string-append out "/share/doc/msmtp"))
994 (msmtpq (string-append "scripts/msmtpq")))
995 (install-file (string-append msmtpq "/msmtpq") bin)
996 (install-file (string-append msmtpq "/msmtp-queue") bin)
997 (install-file (string-append msmtpq "/README.msmtpq") doc)
998 #t))))))
d6e941bc
999 (synopsis
1000 "Simple and easy to use SMTP client with decent sendmail compatibility")
1001 (description
1002 "msmtp is an SMTP client. In the default mode, it transmits a mail to
1003an SMTP server (for example at a free mail provider) which takes care of further
1004delivery.")
1005 (license gpl3+)))
1006
66cc3ab2
TUBK
1007(define-public exim
1008 (package
1009 (name "exim")
53c2dc31 1010 (version "4.89")
66cc3ab2
TUBK
1011 (source
1012 (origin
1013 (method url-fetch)
fc6fdc05
LF
1014 (uri (list (string-append "ftp://ftp.exim.org/pub/exim/exim4/exim-"
1015 version ".tar.bz2")
1016 (string-append "ftp://ftp.exim.org/pub/exim/exim4/old/exim-"
1017 version ".tar.bz2")))
4dd8d280 1018 (patches (search-patches "exim-CVE-2017-1000369.patch"))
66cc3ab2 1019 (sha256
513f8ab4 1020 (base32
53c2dc31 1021 "1c0syp7yxngmq7y8vqsrvijinzin5m941vn0ljihdfld7kh2wbwi"))))
66cc3ab2
TUBK
1022 (build-system gnu-build-system)
1023 (inputs
1024 `(("bdb" ,bdb)
1025 ("gnutls" ,gnutls)
1026 ("gzip" ,gzip)
1027 ("bzip2" ,bzip2)
1028 ("xz" ,xz)
66cc3ab2
TUBK
1029 ("perl" ,perl)
1030 ("libxt" ,libxt)
1031 ("libxaw" ,libxaw)))
1032 (native-inputs
42773138
EF
1033 `(("pcre" ,pcre "bin")
1034 ("perl" ,perl)))
66cc3ab2
TUBK
1035 (arguments
1036 '(#:phases
dc1d3cde
KK
1037 (modify-phases %standard-phases
1038 (replace 'configure
1039 ;; We'd use #:make-flags but the top-level Makefile calls others
1040 ;; recursively, so just set all variables this way.
1041 (lambda* (#:key outputs inputs #:allow-other-keys)
1042 (substitute* '("Makefile" "OS/Makefile-Default")
1043 (("(RM_COMMAND=).*" all var)
1044 (string-append var "rm\n")))
1045 (copy-file "src/EDITME" "Local/Makefile")
1046 (copy-file "exim_monitor/EDITME" "Local/eximon.conf")
1047 (let ((out (assoc-ref outputs "out"))
1048 (gzip (assoc-ref inputs "gzip"))
1049 (bzip2 (assoc-ref inputs "bzip2"))
1050 (xz (assoc-ref inputs "xz")))
1051 (substitute* '("Local/Makefile")
1052 (("(BIN_DIRECTORY=).*" all var)
1053 (string-append var out "/bin\n"))
1054 (("(CONFIGURE_FILE=).*" all var)
1055 (string-append var out "/etc/exim.conf\n"))
1056 (("(EXIM_USER=).*" all var)
1057 (string-append var "nobody\n"))
1058 (("(FIXED_NEVER_USERS=).*" all var)
1059 (string-append var "\n")) ;XXX no root in build environment
1060 (("(COMPRESS_COMMAND=).*" all var)
1061 (string-append var gzip "/bin/gzip\n"))
1062 (("(ZCAT_COMMAND=).*" all var)
1063 (string-append var gzip "/bin/zcat\n")))
1064 ;; This file has hardcoded names for tools despite the zcat
1065 ;; configuration above.
1066 (substitute* '("src/exigrep.src")
1067 (("'zcat'") (string-append "'" gzip "/bin/zcat'"))
1068 (("'bzcat'") (string-append "'" bzip2 "/bin/bzcat'"))
1069 (("'xzcat'") (string-append "'" xz "/bin/xzcat'"))
1070 (("'lzma'") (string-append "'" xz "/bin/lzma'"))))
1071 #t))
1072 (add-before 'build 'fix-sh-paths
1073 (lambda* (#:key inputs #:allow-other-keys)
1074 (substitute* '("scripts/lookups-Makefile" "scripts/reversion")
1075 (("SHELL=/bin/sh") "SHELL=sh"))
1076 (substitute* '("scripts/Configure-config.h")
1077 (("\\| /bin/sh") "| sh"))
1078 (let ((bash (assoc-ref inputs "bash")))
1079 (substitute* '("scripts/Configure-eximon")
1080 (("#!/bin/sh") (string-append "#!" bash "/bin/sh"))))
1081 #t)))
66cc3ab2
TUBK
1082 #:make-flags '("INSTALL_ARG=-no_chown")
1083 ;; No 'check' target.
1084 #:tests? #f))
1085 (home-page "http://www.exim.org/")
1086 (synopsis
1087 "Message Transfer Agent (MTA) developed at the University of Cambridge")
1088 (description
1089 "Exim is a message transfer agent (MTA) developed at the University of
1090Cambridge for use on Unix systems connected to the Internet. In style it is
1091similar to Smail 3, but its facilities are more general. There is a great
1092deal of flexibility in the way mail can be routed, and there are extensive
1093facilities for checking incoming mail.")
1094 (license gpl2+)))
1095
7d2b784b
MW
1096(define-public dovecot
1097 (package
1098 (name "dovecot")
5cdb0cd3 1099 (version "2.2.32")
7d2b784b
MW
1100 (source
1101 (origin
1102 (method url-fetch)
c8608faf 1103 (uri (string-append "https://www.dovecot.org/releases/"
7d2b784b
MW
1104 (version-major+minor version) "/"
1105 name "-" version ".tar.gz"))
4d6ce834 1106 (sha256 (base32
5cdb0cd3 1107 "0bmwyvi1crmrca2knvknsf517x53w7gxrclwyrvrhddgw98j22qn"))))
7d2b784b
MW
1108 (build-system gnu-build-system)
1109 (native-inputs
1110 `(("pkg-config" ,pkg-config)))
1111 (inputs
1112 `(("openssl" ,openssl)
1113 ("zlib" ,zlib)
1114 ("bzip2" ,bzip2)
fd5c70f8
AW
1115 ("sqlite" ,sqlite)
1116 ("linux-pam" ,linux-pam)))
7d2b784b
MW
1117 (arguments
1118 `(#:configure-flags '("--sysconfdir=/etc"
1119 "--localstatedir=/var")
1120 #:phases (modify-phases %standard-phases
1121 (add-before
1122 'configure 'pre-configure
1123 (lambda _
1124 ;; Simple hack to avoid installing in /etc
1125 (substitute* '("doc/Makefile.in"
1126 "doc/example-config/Makefile.in")
1127 (("pkgsysconfdir = .*")
1128 "pkgsysconfdir = /tmp/etc"))
072f1e22
EF
1129 #t))
1130 (add-after
1131 'unpack 'patch-other-shebangs
1132 (lambda _
1133 (substitute*
1134 "src/lib-program-client/test-program-client-local.c"
1135 (("/bin/echo") (which "echo"))
1136 (("/bin/cat") (which "cat"))
1137 (("/bin/false") (which "false")))
7d2b784b 1138 #t)))))
c8608faf 1139 (home-page "https://www.dovecot.org")
7d2b784b
MW
1140 (synopsis "Secure POP3/IMAP server")
1141 (description
1142 "Dovecot is a mail server whose major goals are security and reliability.
1143It supports mbox/Maildir and its own dbox/mdbox formats.")
1144 ;; Most source files are covered by either lgpl2.1 or expat. The SHA code
1145 ;; is covered by a variant of BSD-3, and UnicodeData.txt is covered by the
1146 ;; Unicode, Inc. License Agreement for Data Files and Software.
1147 (license (list lgpl2.1 license:expat (non-copyleft "file://COPYING")))))
1148
944a5cdd 1149(define-public dovecot-trees
cf47a8a5 1150 (package
1151 (name "dovecot-trees")
1152 (version "2.1.0")
1153 (source
1154 (origin
1155 (method url-fetch)
1156 (uri (string-append "https://0xacab.org/riseuplabs/trees/repository/"
1157 "archive.tar.gz?ref=v" version))
1158 (file-name (string-append name "-" version ".tar.gz"))
1159 (sha256
1160 (base32
1161 "0rkk10b1bsjz979sc864vpgcdchy7yxwmyv4ik50lar1h6awdnrf"))))
1162 (build-system gnu-build-system)
1163 (native-inputs
1164 `(("automake" ,automake)
1165 ("autoconf" ,autoconf)
1166 ("libtool" ,libtool)
1167 ("dovecot" ,dovecot)
1168 ("pkg-config" ,pkg-config)))
1169 (inputs
1170 `(("libsodium" ,libsodium)))
1171 (arguments
1172 `(#:tests? #f ;No tests exist.
1173 #:configure-flags (list (string-append "--with-dovecot="
1174 (assoc-ref %build-inputs "dovecot")
1175 "/lib/dovecot"))
1176 #:phases
1177 (modify-phases %standard-phases
d10092b8 1178 (add-after 'unpack 'autogen
cf47a8a5 1179 (lambda _
d10092b8 1180 (zero? (system* "sh" "autogen.sh")))))))
cf47a8a5 1181 (home-page "https://0xacab.org/riseuplabs/trees")
1182 (synopsis "NaCL-based Dovecot email storage encryption plugin")
1183 (description
1184 "Technology for Resting Email Encrypted Storage (TREES) is a NaCL-based
944a5cdd 1185Dovecot encryption plugin. This plugin adds individually encrypted mail
1186storage to the Dovecot IMAP server. It is inspired by Posteo's scrambler
1187which uses OpenSSL and RSA keypairs. TREES works in a similar way, but uses
1188the Sodium crypto library (based on NaCL).
1189
1190How it works:
1191@enumerate
1192@item On IMAP log in, the user's cleartext password is passed to the plugin.
1193@item The plugin creates an argon2 digest from the password.
1194@item This password digest is used as a symmetric secret to decrypt a libsodium secretbox.
1195@item Inside the secretbox is stored a Curve25519 private key.
1196@item The Curve25519 private key is used to decrypt each individual message,
1197using lidsodium sealed boxes.
1198@item New mail is encrypted as it arrives using the Curve25519 public key.
1199@end enumerate\n")
cf47a8a5 1200 (license agpl3)))
944a5cdd 1201
a4651f64 1202(define-public dovecot-libsodium-plugin
1203 (let ((commit "044de73c01c35385df0105f6b387bec5d5317ce7")
1204 (revision "1"))
1205 (package
1206 (name "dovecot-libsodium-plugin")
1207 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
1208 (source
1209 (origin
1210 (method git-fetch)
1211 (uri (git-reference
1212 (url "https://github.com/LuckyFellow/dovecot-libsodium-plugin")
1213 (commit commit)))
1214 (file-name (string-append name "-" version "-checkout"))
1215 (sha256
1216 (base32
1217 "13h07l7xy713zchnj2p9fhvq7fdl4zy1ai94li3ygkqjjj8hrgas"))))
1218 (build-system gnu-build-system)
1219 (native-inputs
1220 `(("automake" ,automake)
1221 ("autoconf" ,autoconf)
1222 ("libtool" ,libtool)
1223 ("dovecot" ,dovecot)
1224 ("pkg-config" ,pkg-config)))
1225 (inputs
1226 `(("libsodium" ,libsodium)))
1227 (arguments
1228 `(#:tests? #f ;No tests exist.
1229 #:configure-flags (list (string-append "--with-dovecot="
1230 (assoc-ref %build-inputs "dovecot")
1231 "/lib/dovecot"))
1232 #:phases
1233 (modify-phases %standard-phases
d10092b8 1234 (add-after 'unpack 'autogen
a4651f64 1235 (lambda _
d10092b8 1236 (zero? (system* "sh" "autogen.sh")))))))
a4651f64 1237 (home-page "https://github.com/LuckyFellow/dovecot-libsodium-plugin")
1238 (synopsis "Libsodium password hashing schemes plugin for Dovecot")
1239 (description
1240 "@code{dovecot-libsodium-plugin} provides libsodium password
1241hashing schemes plugin for @code{Dovecot}.")
1242 (license gpl3+))))
1243
81ce19f4
1244(define-public isync
1245 (package
1246 (name "isync")
49490231 1247 (version "1.3.0")
81ce19f4
1248 (source
1249 (origin
1250 (method url-fetch)
1251 (uri (string-append "mirror://sourceforge/isync/isync/"
1252 version "/isync-" version ".tar.gz"))
1253 (sha256 (base32
49490231 1254 "173wd7x8y5sp94slzwlnb7zhgs32r57zl9xspl2rf4g3fqwmhpwd"))))
81ce19f4 1255 (build-system gnu-build-system)
49490231
LF
1256 (native-inputs
1257 `(("perl" ,perl)))
81ce19f4
1258 (inputs
1259 `(("bdb" ,bdb)
1260 ("openssl" ,openssl)))
1261 (home-page "http://isync.sourceforge.net/")
1262 (synopsis "Mailbox synchronization program")
1263 (description
1264 "isync/mbsync is command line tool for two-way synchronization of
1265mailboxes. Currently Maildir and IMAP are supported types.")
1266 (license gpl2+)))
1267
26b8de19
EB
1268(define-public perl-email-abstract
1269 (package
1270 (name "perl-email-abstract")
1271 (version "3.008")
1272 (source
1273 (origin
1274 (method url-fetch)
1275 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1276 "Email-Abstract-" version ".tar.gz"))
1277 (sha256
1278 (base32
1279 "0h42rhvp769wb421cpbbg6v6xjp8iv86mvz70pqgfgf4nsn6jwgw"))))
1280 (build-system perl-build-system)
1281 (propagated-inputs
1282 `(("perl-email-simple" ,perl-email-simple)
a2190ccc 1283 ("perl-module-pluggable" ,perl-module-pluggable)
26b8de19
EB
1284 ("perl-mro-compat" ,perl-mro-compat)))
1285 (home-page "http://search.cpan.org/dist/Email-Abstract")
1286 (synopsis "Interface to mail representations")
1287 (description "Email::Abstract provides module writers with the ability to
1288write simple, representation-independent mail handling code.")
2f3108ad 1289 (license perl-license)))
26b8de19 1290
ebda902f
EB
1291(define-public perl-email-address
1292 (package
1293 (name "perl-email-address")
151bba2b 1294 (version "1.908")
ebda902f
EB
1295 (source
1296 (origin
1297 (method url-fetch)
1298 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1299 "Email-Address-" version ".tar.gz"))
1300 (sha256
1301 (base32
151bba2b 1302 "0i6ljdvpy279hpbqf6lgv4figr376rb2sh4yphj86xkdzsyn1y75"))))
ebda902f
EB
1303 (build-system perl-build-system)
1304 (home-page "http://search.cpan.org/dist/Email-Address")
1305 (synopsis "Email address parsing and creation")
1306 (description "Email::Address implements a regex-based RFC 2822 parser that
1307locates email addresses in strings and returns a list of Email::Address
1308objects found. Alternatively you may construct objects manually.")
2f3108ad 1309 (license perl-license)))
ebda902f 1310
aa86a3be
EB
1311(define-public perl-email-date-format
1312 (package
1313 (name "perl-email-date-format")
1314 (version "1.005")
1315 (source
1316 (origin
1317 (method url-fetch)
1318 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1319 "Email-Date-Format-" version ".tar.gz"))
1320 (sha256
1321 (base32
1322 "012ivfwpnbl3wr50f9c6f4azhdlxnm31pdn72528g79v61z6372p"))))
1323 (build-system perl-build-system)
1324 (home-page "http://search.cpan.org/dist/Email-Date-Format")
1325 (synopsis "Produce RFC 2822 date strings")
1326 (description "Email::Date::Format provides a means for generating an RFC
13272822 compliant datetime string.")
2f3108ad 1328 (license perl-license)))
aa86a3be 1329
08bf7095
EB
1330(define-public perl-email-messageid
1331 (package
1332 (name "perl-email-messageid")
1fb37ef0 1333 (version "1.406")
08bf7095
EB
1334 (source
1335 (origin
1336 (method url-fetch)
1337 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1338 "Email-MessageID-" version ".tar.gz"))
1339 (sha256
1340 (base32
1fb37ef0 1341 "1f22sdnfq169qw1l0lg7y74pmiam7j9v95bggjnf3q4mygdmshpc"))))
08bf7095
EB
1342 (build-system perl-build-system)
1343 (home-page "http://search.cpan.org/dist/Email-MessageID")
1344 (synopsis "Generate world unique message-ids")
1345 (description "Email::MessageID generates recommended message-ids to
1346identify a message uniquely.")
2f3108ad 1347 (license perl-license)))
08bf7095 1348
0a4c49f6
EB
1349(define-public perl-email-mime
1350 (package
1351 (name "perl-email-mime")
e26f2c67 1352 (version "1.940")
0a4c49f6
EB
1353 (source
1354 (origin
1355 (method url-fetch)
1356 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1357 "Email-MIME-" version ".tar.gz"))
1358 (sha256
1359 (base32
e26f2c67 1360 "0pnxbr16cn5qy96xqhp9zmd94ashc9ivqh10qbgbc3f637a0mfir"))))
0a4c49f6
EB
1361 (build-system perl-build-system)
1362 (propagated-inputs
1363 `(("perl-email-address" ,perl-email-address)
1364 ("perl-email-messageid" ,perl-email-messageid)
1365 ("perl-email-mime-contenttype" ,perl-email-mime-contenttype)
1366 ("perl-email-mime-encodings" ,perl-email-mime-encodings)
1367 ("perl-email-simple" ,perl-email-simple)
1368 ("perl-mime-types" ,perl-mime-types)))
1369 (home-page "http://search.cpan.org/dist/Email-MIME")
1370 (synopsis "MIME message handling")
1371 (description "Email::MIME is an extension of the Email::Simple module, to
1372handle MIME encoded messages. It takes a message as a string, splits it up
1373into its constituent parts, and allows you access to various parts of the
1374message. Headers are decoded from MIME encoding.")
2f3108ad 1375 (license perl-license)))
0a4c49f6 1376
55025bb5
EB
1377(define-public perl-email-mime-contenttype
1378 (package
1379 (name "perl-email-mime-contenttype")
a883ba02 1380 (version "1.018")
55025bb5
EB
1381 (source
1382 (origin
1383 (method url-fetch)
1384 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1385 "Email-MIME-ContentType-" version ".tar.gz"))
1386 (sha256
1387 (base32
a883ba02 1388 "1y8hpwm7p5a9y2azy0cgvlv2i2d0nj66ajfa0fj51wdq4w9cs23m"))))
55025bb5
EB
1389 (build-system perl-build-system)
1390 (native-inputs
1391 `(("perl-capture-tiny" ,perl-capture-tiny)))
1392 (home-page "http://search.cpan.org/dist/Email-MIME-ContentType")
1393 (synopsis "Parse MIME Content-Type headers")
1394 (description "Email::MIME::ContentType parses a MIME Content-Type
1395header.")
2f3108ad 1396 (license perl-license)))
55025bb5 1397
02e29936
EB
1398(define-public perl-email-mime-encodings
1399 (package
1400 (name "perl-email-mime-encodings")
1401 (version "1.315")
1402 (source
1403 (origin
1404 (method url-fetch)
1405 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1406 "Email-MIME-Encodings-" version ".tar.gz"))
1407 (sha256
1408 (base32
1409 "0p5b8g9gh35m8fqrpx60g4bp98rvwd02n5b0vm9wh7mk0xah8wac"))))
1410 (build-system perl-build-system)
1411 (native-inputs
1412 `(("perl-capture-tiny" ,perl-capture-tiny)))
1413 (home-page "http://search.cpan.org/dist/Email-MIME-Encodings")
1414 (synopsis "Unified interface to MIME encoding and decoding")
1415 (description "This module wraps MIME::Base64 and MIME::QuotedPrint.")
2f3108ad 1416 (license perl-license)))
02e29936 1417
a24c5420
EB
1418(define-public perl-email-sender
1419 (package
1420 (name "perl-email-sender")
1b49fc8f 1421 (version "1.300028")
a24c5420
EB
1422 (source
1423 (origin
1424 (method url-fetch)
1425 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1426 "Email-Sender-" version ".tar.gz"))
1427 (sha256
1428 (base32
1b49fc8f 1429 "0c5dv1x9856nryj5mcbgb67a4irmadz80g0qnf4van3bd8wbj72a"))))
a24c5420
EB
1430 (build-system perl-build-system)
1431 (native-inputs
1432 `(("perl-capture-tiny" ,perl-capture-tiny)))
1433 (propagated-inputs
1434 `(("perl-email-abstract" ,perl-email-abstract)
1435 ("perl-email-address" ,perl-email-address)
1436 ("perl-email-simple" ,perl-email-simple)
1437 ("perl-list-moreutils" ,perl-list-moreutils)
1438 ("perl-module-runtime" ,perl-module-runtime)
1439 ("perl-moo" ,perl-moo)
1440 ("perl-moox-types-mooselike" ,perl-moox-types-mooselike)
1441 ("perl-sub-exporter" ,perl-sub-exporter)
1442 ("perl-throwable" ,perl-throwable)
1443 ("perl-try-tiny" ,perl-try-tiny)))
1444 (home-page "http://search.cpan.org/dist/Email-Sender")
1445 (synopsis "Perl library for sending email")
1446 (description "Email::Sender replaces the old and sometimes problematic
1447Email::Send library.")
2f3108ad 1448 (license perl-license)))
a24c5420 1449
151ef3ed
EB
1450(define-public perl-email-simple
1451 (package
1452 (name "perl-email-simple")
f751b759 1453 (version "2.213")
151ef3ed
EB
1454 (source
1455 (origin
1456 (method url-fetch)
1457 (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
1458 "Email-Simple-" version ".tar.gz"))
1459 (sha256
1460 (base32
f751b759 1461 "1ibwsng63gvqqc6r2135mjwfdzazxkb1x8q7f87wqcbjcjfpmffd"))))
151ef3ed
EB
1462 (build-system perl-build-system)
1463 (propagated-inputs
1464 `(("perl-email-date-format" ,perl-email-date-format)))
1465 (home-page "http://search.cpan.org/dist/Email-Simple")
1466 (synopsis "Parsing of RFC 2822 messages")
1467 (description "Email::Simple provides simple parsing of RFC 2822 message
1468format and headers.")
2f3108ad 1469 (license perl-license)))
151ef3ed 1470
f5dceecb
AW
1471(define-public libesmtp
1472 (package
1473 (name "libesmtp")
1474 (version "1.0.6")
1475 (source
1476 (origin
1477 (method url-fetch)
049e02ea
LF
1478 (uri (list (string-append "https://pkgs.fedoraproject.org/repo/pkgs/"
1479 "libesmtp/libesmtp-" version ".tar.bz2/"
1480 "bf3915e627fd8f35524a8fdfeed979c8/libesmtp-"
1481 version ".tar.bz2")
1482 ;; XXX This site is offline, so we fetch Fedora's cached copy
1483 ;; of the source tarball.
1484 (string-append "http://www.stafford.uklinux.net/libesmtp/libesmtp-"
1485 version ".tar.bz2")))
f5dceecb
AW
1486 (sha256
1487 (base32
1488 "02zbniyz7qys1jmx3ghx21kxmns1wc3hmv80gp7ag7yra9f1m9nh"))))
1489 (build-system gnu-build-system)
1490 (propagated-inputs
1491 `(("openssl" ,openssl)))
1492 (home-page "http://www.stafford.uklinux.net/libesmtp/")
1493 (synopsis "Library for sending mail via remote hosts using SMTP")
1494 (description "libESMTP is an SMTP client which manages posting (or
1495submission of) electronic mail via a preconfigured Mail Transport Agent (MTA).
1496It may be used as part of a Mail User Agent (MUA) or other program that must
1497be able to post electronic mail where mail functionality may not be that
1498program's primary purpose.")
1499 (license (list lgpl2.1+ gpl2+))))
1500
f8ae32a2
AW
1501(define-public esmtp
1502 (package
1503 (name "esmtp")
1504 (version "1.2")
1505 (source
1506 (origin
1507 (method git-fetch)
1508 (uri (git-reference
1509 (url "https://github.com/andywingo/esmtp.git")
1510 (commit "01bf9fc")))
1511 (sha256
1512 (base32
1513 "1ay282rrl92h0m0m8z5zzjnwiiagi7c78aq2qvhia5mw7prwfyw2"))
1514 (file-name (string-append name "-" version "-checkout"))))
1515 (arguments
1516 `(#:phases (modify-phases %standard-phases
1517 (add-before
1518 'configure 'autoconf
1519 (lambda _ (zero? (system* "autoreconf" "-vfi")))))))
1520 (build-system gnu-build-system)
1521 (native-inputs
1522 `(("bison" ,bison)
1523 ("flex" ,flex)
1524 ("autoconf" ,autoconf)
1525 ("automake" ,automake)
1526 ("libtool" ,libtool)))
1527 (inputs
718c5dd6 1528 `(("libesmtp" ,libesmtp)))
3b3b60d0 1529 (home-page "https://sourceforge.net/projects/esmtp/")
f8ae32a2
AW
1530 (synopsis "Relay-only mail transfer agent (MTA)")
1531 (description "Esmtp is a simple relay-only mail transfer agent built using
1532libESMTP. It sends e-mail via a remote SMTP server using credentials from the
1533user's @file{$HOME/.esmtprc} configuration file; see the @command{esmtprc} man
1534page for more on configuration. This package also provides minimal
1535compatibility shims for the @command{sendmail}, @command{mailq}, and
1536@command{newaliases} commands.")
1537 (license gpl2+)))
1538
34dd26af
CAW
1539(define-public fdm
1540 (package
1541 (name "fdm")
1542 (version "1.9")
1543 (source (origin
1544 (method url-fetch)
1545 (uri (string-append "https://github.com/nicm/fdm/releases/download/"
1546 version "/fdm-"
1547 version ".tar.gz"))
1548 (file-name (string-append name "-" version ".tar.gz"))
1549 (sha256
1550 (base32 "054rscijahiza5f9qha79rg3siji3bk5mk10f8c2vqx7m4w6qh8n"))))
1551 (build-system gnu-build-system)
1552 (inputs
1553 `(("tdb" ,tdb)
1554 ("openssl" ,openssl)
1555 ("zlib" ,zlib)))
1556 (home-page "https://github.com/nicm/fdm")
1557 (synopsis "Mail Retrieval Agent (MRA) and Mail Delivery Agent (MDA)")
1558 (description "fdm is a program designed to fetch mail from POP3
1559or IMAP servers, or receive local mail from stdin, and
1560deliver it in various ways.")
1561 (license
1562 ;; Why point to a source file? Well, all the individual files have a
1563 ;; copy of this license in their headers, but there's no seprate file
1564 ;; with that information.
16966d5b 1565 (non-copyleft "https://github.com/nicm/fdm/blob/master/command.c"))))
34dd26af 1566
e90819c4
LG
1567
1568(define-public procmail
1569 (package
1570 (name "procmail")
1571 (version "3.22")
1572 (source
1573 (origin
1574 (method url-fetch)
1575 (uri (string-append
1576 "ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/procmail-"
1577 version
1578 ".tar.gz"))
1579 (sha256
1580 (base32
1581 "05z1c803n5cppkcq99vkyd5myff904lf9sdgynfqngfk9nrpaz08"))
1582 ;; The following patch fixes an ambiguous definition of
1583 ;; getline() in formail.c. The patch is provided by Debian as
1584 ;; patch 24.
1d982d78
LF
1585 (patches (search-patches "procmail-ambiguous-getline-debian.patch"
1586 "procmail-CVE-2014-3618.patch"))))
e90819c4
LG
1587 (arguments
1588 `(#:phases (modify-phases %standard-phases
1589 (replace 'configure
1590 (lambda _
1591 (substitute* "Makefile"
1592 (("/bin/sh")
1593 (which "sh"))
1594 (("/usr")
1595 (assoc-ref %outputs "out"))
1596 (("/bin/rm")
1597 (which "rm")))
1598 #t)))
1599 #:tests? #f)) ;; There are no tests indicating a successful
1600 ;; build. Some tests of basic locking mechanisms provided by the
8f65585b 1601 ;; file system are performed during 'make install'. However, these
e90819c4
LG
1602 ;; are performed before the actual build process.
1603 (build-system gnu-build-system)
05aa576b 1604 (inputs `(("exim" ,exim)))
e90819c4
LG
1605 (home-page "http://www.procmail.org/")
1606 (synopsis "Versatile mail delivery agent (MDA)")
1607 (description "Procmail is a mail delivery agent (MDA) featuring support
1608for a variety of mailbox formats such as mbox, mh and maildir. Incoming mail
1609can be sorted into separate files/directories and arbitrary commands can be
1610executed on mail arrival. Procmail is considered stable, but is no longer
1611maintained.")
1612 (license gpl2+))) ;; procmail allows to choose the
1613 ;; nonfree Artistic License 1.0
1614 ;; as alternative to the GPL2+.
1615 ;; This option is not listed here.
e90819c4 1616
61c30e9d
LF
1617(define-public khard
1618 (package
1619 (name "khard")
4a3495d5 1620 (version "0.11.4")
61c30e9d
LF
1621 (source (origin
1622 (method url-fetch)
1623 (uri (pypi-uri name version))
1624 (sha256
1625 (base32
4a3495d5 1626 "1shhlq6ljbd8095hd82v4mw56rjcfxf1ymmgknbgh8gix02nsxw1"))))
61c30e9d
LF
1627 (build-system python-build-system)
1628 (arguments
a57495e2 1629 `(#:phases
61c30e9d 1630 (modify-phases %standard-phases
61c30e9d
LF
1631 (add-after 'install 'install-doc
1632 (lambda* (#:key outputs #:allow-other-keys)
1633 (let* ((out (assoc-ref outputs "out"))
1634 (doc (string-append out "/share/doc/khard")))
e9eafae2
MB
1635 (copy-recursively "misc/khard" doc)
1636 #t))))
1637 ;; FIXME: check phase fails with
1638 ;; "Config file /tmp/.config/khard/khard.conf not available"
1639 #:tests? #f))
61c30e9d 1640 (propagated-inputs
a57495e2
LF
1641 `(("python-vobject" ,python-vobject)
1642 ("python-pyyaml" ,python-pyyaml)
1643 ("python-atomicwrites" ,python-atomicwrites)
1644 ("python-configobj" ,python-configobj)))
61c30e9d
LF
1645 (synopsis "Console address book using CardDAV")
1646 (description "Khard is an address book for the console. It creates, reads,
1647modifies and removes CardDAV address book entries at your local machine. For
1648synchronizing with a remote address book, @command{vdirsyncer} is recommended.
1649Khard can also be used from within the email client @command{mutt}.")
1650 (home-page "https://github.com/scheibler/khard")
1651 (license gpl3+)))
be0c5733
DM
1652
1653(define-public perl-mail-spf
1654 (package
1655 (name "perl-mail-spf")
1656 (version "v2.9.0")
1657 (source
1658 (origin
1659 (method url-fetch)
1660 (uri (string-append
1661 "mirror://cpan/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-"
1662 version
1663 ".tar.gz"))
1664 (sha256
1665 (base32
1666 "0qk1rfgfm5drj4iyniiabrasrpqv570vzhgz66lwgb67y4amkjv1"))))
1667 (build-system perl-build-system)
1668 (native-inputs
1669 `(("perl-module-build" ,perl-module-build)
1670 ("perl-net-dns-resolver-programmable"
1671 ,perl-net-dns-resolver-programmable)))
1672 (arguments
1673 `(#:phases (modify-phases %standard-phases
1674 (add-before 'configure 'modify-Build.PL
1675 (lambda* (#:key outputs #:allow-other-keys)
1676 (substitute* "Build.PL"
1677 (("'/usr/sbin'") (string-append "'"
1678 (assoc-ref outputs "out")
1679 "/sbin'")))
1680 #t)))))
1681 (inputs
1682 `(("perl-error" ,perl-error)
1683 ("perl-net-dns" ,perl-net-dns)
1684 ("perl-netaddr-ip" ,perl-netaddr-ip)
1685 ("perl-uri" ,perl-uri)))
1686 (home-page
1687 "http://search.cpan.org/dist/Mail-SPF")
1688 (synopsis
1689 "Perl implementation of Sender Policy Framework")
1690 (description "Mail::SPF is the Sender Policy Framework implemented
1691in Perl.")
1692 (license bsd-3)))
24262239
CL
1693
1694(define-public mb2md
1695 (package
1696 (name "mb2md")
1697 (version "3.20")
1698 (source (origin
1699 (method url-fetch)
1700 (uri (string-append
1701 "http://batleth.sapienti-sat.org/projects/mb2md/mb2md-"
1702 version ".pl.gz"))
1703 (sha256
1704 (base32
1705 "0bvkky3c90738h3skd2f1b2yy5xzhl25cbh9w2dy97rs86ssjidg"))))
1706 (build-system trivial-build-system)
1707 (arguments
1708 '(#:modules ((guix build utils))
1709 #:builder
1710 (begin
1711 (use-modules (guix build utils))
1712 (let* ((source (assoc-ref %build-inputs "source"))
1713 (out (assoc-ref %outputs "out"))
1714 (bin (string-append out "/bin"))
1715 (perl (assoc-ref %build-inputs "perl"))
1716 (gzip (assoc-ref %build-inputs "gzip"))
1717 (perl-timedate (assoc-ref %build-inputs "perl-timedate"))
1718 (perl5lib (string-append perl-timedate "/lib/perl5/site_perl")))
1719 (mkdir-p bin)
1720 (with-directory-excursion bin
1721 (copy-file source "mb2md.gz")
1722 (system* (string-append gzip "/bin/gzip") "-d" "mb2md.gz")
1723 (substitute* "mb2md"
1724 (("#!/usr/bin/perl")
1725 (string-append "#!/usr/bin/perl -I " perl5lib)))
1726 (patch-shebang "mb2md" (list (string-append perl "/bin")))
1727 (chmod "mb2md" #o555))
1728 #t))))
1729 (native-inputs `(("gzip", gzip)))
1730 (inputs `(("perl" ,perl)
1731 ("perl-timedate" ,perl-timedate)))
1732 (home-page "http://batleth.sapienti-sat.org/projects/mb2md/")
1733 (synopsis "Mbox to maildir converter")
1734 (description
1735 "Mb2md is a Perl script that takes one or more mbox format files and
1736converts them to maildir format directories.")
1737 (license public-domain)))
e0d7b421
AI
1738
1739(define-public mpop
1740 (package
1741 (name "mpop")
5837e699 1742 (version "1.2.6")
e0d7b421
AI
1743 (source
1744 (origin
1745 (method url-fetch)
175c9103
LF
1746 (uri (string-append "mirror://sourceforge/mpop/mpop/" version
1747 "/mpop-" version ".tar.xz"))
e0d7b421
AI
1748 (sha256
1749 (base32
5837e699 1750 "0p1ix63jh64dibrlccch8q7gxl9nn18wd2qpyr5z1h4gs2fpmv4z"))))
e0d7b421
AI
1751 (build-system gnu-build-system)
1752 (inputs
1753 `(("gnutls" ,gnutls)
1754 ("libidn" ,libidn)))
1755 (native-inputs
1756 `(("pkg-config" ,pkg-config)))
1757 (arguments
1758 `(#:configure-flags (list "--with-tls=gnutls")))
1759 (home-page "http://mpop.sourceforge.net/")
1760 (synopsis "POP3 mail client")
1761 (description "mpop is a small and fast POP3 client suitable as a
1762fetchmail replacement.
1763
1764mpop supports multiple accounts, header based mail filtering, delivery
1765to mbox files, maildir folders or a Mail Delivery Agent (MDA),
1766TLS/SSL, several authentication methods, Internationalized Domain
1767Names (IDN) and SOCKS proxies.")
1768 (license gpl3+)))
74c0282c 1769
1770(define-public mhonarc
1771 (package
1772 (name "mhonarc")
1773 (version "2.6.19")
1774 (source
1775 (origin
1776 (method url-fetch)
1777 (uri (string-append "mirror://cpan/authors/id/E/EH/EHOOD/MHonArc-"
1778 version ".tar.gz"))
1779 (sha256
1780 (base32
1781 "0ll3v93yji334zqp6xfzfxc0127pmjcznmai1l5q6dzawrs2igzq"))))
1782 (build-system perl-build-system)
1783 (home-page "https://www.mhonarc.org/")
1784 (synopsis "Create HTML archives of mail/news messages")
1785 (description
1786 "MHonArc is a Perl mail-to-HTML converter. MHonArc
1787provides HTML mail archiving with index, mail thread linking,
1788etc; plus other capabilities including support for MIME and
1789powerful user customization features.")
1790 (license gpl2+)))
5d87088c
JD
1791
1792
1793(define-public sendmail
1794 (package
1795 (name "sendmail")
1796 (version "8.15.2")
1797 (source
1798 (origin
1799 (method url-fetch)
1800 (uri (string-append
1801 "ftp://ftp.sendmail.org/pub/sendmail/sendmail."
1802 version ".tar.gz"))
1803 (sha256
1804 (base32
1805 "0fdl9ndmspqspdlmghzxlaqk56j3yajk52d7jxcg21b7sxglpy94"))))
1806 (build-system gnu-build-system)
1807 (arguments
1808 `(#:phases
1809 (modify-phases %standard-phases
1810 (add-before 'build 'replace-/bin/sh
1811 (lambda _
1812 (substitute*
1813 (append
1814 (list "smrsh/smrsh.c" "sendmail/conf.c" "contrib/mailprio"
1815 "contrib/mmuegel" "devtools/bin/configure.sh")
1816 (find-files "." ".*\\.m4")
1817 (find-files "." ".*\\.cf"))
19527952 1818 (("/bin/sh") (which "sh")))
5d87088c
JD
1819
1820 (substitute* "devtools/bin/Build"
19527952 1821 (("SHELL=/bin/sh") (string-append "SHELL=" (which "sh"))))
5d87088c
JD
1822 #t))
1823 (replace 'configure
1824 (lambda _
1825
1826 ;; Render harmless any attempts to chown or chgrp
1827 (substitute* "devtools/bin/install.sh"
1828 (("owner=\\$2") "owner=''")
1829 (("group=\\$2") "group=''"))
1830
1831 (with-output-to-file "devtools/Site/site.config.m4"
1832 (lambda ()
1833 (format #t "
1834define(`confCC', `gcc')
1835define(`confOPTIMIZE', `-g -O2')
1836define(`confLIBS', `-lresolv')
1837define(`confINSTALL', `~a/devtools/bin/install.sh')
1838define(`confDEPEND_TYPE', `CC-M')
1839define(`confINST_DEP', `')
1840" (getcwd))))))
1841 (replace 'build
1842 (lambda _
1843 (and (zero? (system* "sh" "Build"))
1844 (with-directory-excursion "cf/cf"
1845 (begin
1846 (copy-file "generic-linux.mc" "sendmail.mc")
1847 (zero? (system* "sh" "Build" "sendmail.cf")))))))
1848 (add-before 'install 'pre-install
1849 (lambda _
1850 (let ((out (assoc-ref %outputs "out")))
1851 (mkdir-p (string-append out "/usr/bin"))
1852 (mkdir-p (string-append out "/usr/sbin"))
1853 (mkdir-p (string-append out "/etc/mail"))
1854 (setenv "DESTDIR" out)
1855 (with-directory-excursion "cf/cf"
1856 (zero? (system* "sh" "Build" "install-cf")))))))
1857 ;; There is no make check. There are some post installation tests, but those
1858 ;; require root privileges
1859 #:tests? #f))
1860 (inputs
1861 `(("m4" ,m4)
1862 ("perl" ,perl)))
1863 (home-page "http://sendmail.org")
1864 (synopsis
1865 "Highly configurable Mail Transfer Agent (MTA)")
1866 (description
1867 "Sendmail is a mail transfer agent (MTA) originally developed by Eric
1868Allman. It is highly configurable and supports many delivery methods and many
1869transfer protocols.")
1870 (license (non-copyleft "file://LICENSE"
1871 "See LICENSE in the distribution."))))
1872
8b53366c 1873(define-public opensmtpd
1874 (package
1875 (name "opensmtpd")
eb4b3e4b 1876 (version "6.0.2p1")
8b53366c 1877 (source (origin
1878 (method url-fetch)
1879 (uri (string-append "https://www.opensmtpd.org/archives/"
1880 name "-" version ".tar.gz"))
1881 (sha256
1882 (base32
eb4b3e4b 1883 "1b4h64w45hpmfq5721smhg4s0shs64gbcjqjpx3fbiw4hz8bdy9a"))))
8b53366c 1884 (build-system gnu-build-system)
1885 (inputs
1886 `(("bdb" ,bdb)
1887 ("libressl" ,libressl)
1888 ("libevent" ,libevent)
1889 ("libasr" ,libasr)
1890 ("linux-pam" ,linux-pam)
1891 ("zlib" ,zlib)))
1892 (native-inputs
d7da7604
SB
1893 `(("bison" ,bison)
1894 ("groff" ,groff)))
8b53366c 1895 (arguments
ae1e2133
SB
1896 `(#:configure-flags
1897 (list "--with-table-db" "--localstatedir=/var"
1898 "--with-user-smtpd=smtpd" "--with-user-queue=smtpq"
1899 "--with-group-queue=smtpq"
1900 "--with-path-socket=/var/run"
1901 "--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt")
8b53366c 1902 #:phases
1903 (modify-phases %standard-phases
1904 ;; OpenSMTPD provides a single utility smtpctl to control the daemon and
1905 ;; the local submission subsystem. To accomodate systems that require
1906 ;; historical interfaces such as sendmail, newaliases or makemap, the
1907 ;; smtpctl utility can operate in compatibility mode if called with the
1908 ;; historical name.
1909 (add-after 'install 'install-compabilitymode
1910 (lambda _
1911 (let* ((out (assoc-ref %outputs "out"))
1912 (sbin (string-append out "/sbin/")))
1913 (for-each (lambda (cmd)
1914 (symlink "smtpctl" (string-append sbin cmd)))
1915 '("makemap" "sendmail" "send-mail"
1916 "newaliases" "mailq")))
1917 #t)))))
1918 (synopsis "Lightweight SMTP daemon")
1919 (description
1920 "OpenSMTPD is an implementation of the server-side SMTP protocol, with
1921some additional standard extensions. It allows ordinary machines to exchange
1922e-mails with other systems speaking the SMTP protocol.")
1923 (home-page "https://www.opensmtpd.org")
1924 (license (list bsd-2 bsd-3 bsd-4 (non-copyleft "file://COPYING")
19262a71 1925 public-domain isc license:openssl))))
152ffe7c 1926
1927(define-public opensmtpd-extras
1928 (package
1929 (name "opensmtpd-extras")
1930 (version "5.7.1")
1931 (source (origin
1932 (method url-fetch)
1933 (uri (string-append "https://www.opensmtpd.org/archives/"
1934 name "-" version ".tar.gz"))
1935 (sha256
1936 (base32
1937 "1kld4hxgz792s0cb2gl7m2n618ikzqkj88w5dhaxdrxg4x2c4vdm"))))
1938 (build-system gnu-build-system)
1939 (inputs
1940 `(("libressl" ,libressl)
1941 ("libevent" ,libevent)
1942 ("libasr" ,libasr)
1943 ("python-2" ,python-2)
1944 ("opensmtpd" ,opensmtpd)
1945 ("perl" ,perl)
1946 ("lua" ,lua)
1947 ("postgresql" ,postgresql)
1948 ("sqlite" ,sqlite)
1949 ("linux-pam" ,linux-pam)))
1950 (native-inputs
1951 `(("bison" ,bison)
1952 ("pkg-config" ,pkg-config)
1953 ("groff" ,groff)
1954 ("automake" ,automake)
1955 ("autoconf" ,autoconf)))
1956 (arguments
1957 `(;; We have to configure it like this because the default checks for for example
1958 ;; python in /usr/local/bin, /usr/bin and fails otherwise.
1959 #:configure-flags (list
1960 "--with-filter-clamav" "--with-filter-dkim-signer"
1961 "--with-filter-dnsbl" "--with-filter-lua"
1962 "--with-filter-monkey" "--with-filter-pause"
1963 "--with-filter-perl" "--with-filter-python"
1964 "--with-filter-regex" "--with-filter-spamassassin"
1965 "--with-filter-stub" "--with-filter-trace"
1966 "--with-filter-void"
1967
1968 "--with-queue-null" "--with-queue-python"
1969 "--with-queue-ram" "--with-queue-stub"
1970
1971 "--with-scheduler-python" "--with-scheduler-ram"
1972 "--with-scheduler-stub"
1973
1974 "--with-table-ldap" ; "--with-table-mysql"
1975 "--with-table-passwd" "--with-table-postgres"
1976 "--with-table-python" "--with-table-socketmap"
1977 "--with-table-sqlite" "--with-table-stub"
1978 ;;"--with-table-redis" ; TODO: package hiredis
1979
1980 "--with-user=smtpd" "--with-privsep-user=smtpd"
1981 "--localstatedir=/var" "--sysconfdir=/etc"
1982 "--with-lua-type=lua" ; can use lua or luajit
1983
1984 (string-append "--with-python="
1985 (assoc-ref %build-inputs "python-2"))
1986 (string-append "--with-lua="
1987 (assoc-ref %build-inputs "lua")))))
19262a71
LC
1988 (license (list bsd-2 bsd-3 bsd-4
1989 public-domain isc license:openssl))
152ffe7c 1990 (synopsis "Extra tables, filters, and various other addons for OpenSMTPD")
1991 (description
1992 "This package provides extra tables, filters, and various other addons
1993for OpenSMTPD to extend its functionality.")
1994 (home-page "https://www.opensmtpd.org")))
6d3dda4f 1995
1996(define-public python-mailmanclient
1997 (package
1998 (name "python-mailmanclient")
1999 (version "1.0.1")
2000 (source
2001 (origin
2002 (method url-fetch)
2003 (uri (pypi-uri "mailmanclient" version))
2004 (sha256
2005 (base32
2006 "1cfjh45fgbsax5hjj2inq9nk33dhdvh63xhysc8dhnqidgqgm8c5"))))
2007 (build-system python-build-system)
2008 (arguments
2009 `(#:tests? #f)) ; Requires mailman running
f22efa01 2010 (propagated-inputs
6d3dda4f 2011 `(("python-six" ,python-six)
2012 ("python-httplib2" ,python-httplib2)))
2013 (home-page "https://launchpad.net/mailman.client")
2014 (synopsis "Python bindings for the Mailman 3 REST API")
2015 (description
2016 "The mailmanclient library provides official Python bindings for
2017the GNU Mailman 3 REST API.")
6d3dda4f 2018 (license lgpl3+)))
2019
2020(define-public python2-mailmanclient
5c31f4aa 2021 (package-with-python2 python-mailmanclient))
3163a289 2022
2023(define-public mlmmj
2024 (package
2025 (name "mlmmj")
2026 (version "1.2.19.0")
2027 (source
2028 (origin
2029 (method url-fetch)
2030 (uri (string-append "http://mlmmj.org/releases/mlmmj-"
2031 version ".tar.bz2"))
2032 (sha256
2033 (base32
2034 "1piwvcxkqadjwk5x8jicaiyz9nngmaj3w13ghdqgaki32xd7zk9v"))))
2035 (build-system gnu-build-system)
2036 (inputs
2037 `(("perl" ,perl))) ; For "contrib/web/"
2038 (native-inputs
2039 `(("pkg-config" ,pkg-config)))
2040 (arguments
2041 `(#:configure-flags
2042 ;; mlmmj-receive-strip is a replacement for mlmmj-receive
2043 ;; It opens the files control/mimedeny and control/mimestrip to get a list
2044 ;; of mimetypes for parts of multipart/mime messages that should be denied
2045 ;; or stripped. The parts then get stripped directly when the mail is
2046 ;; received. mlmmj-receive-strip also appends an extra header
2047 ;; X-ThisMailContainsUnwantedMimeParts: Y when the mail contains unwanted
2048 ;; mime parts
2049 (list "--enable-receive-strip")
2050 #:phases
2051 (modify-phases %standard-phases
2052 (add-before 'install 'install-contrib
2053 (lambda* (#:key outputs #:allow-other-keys)
2054 (let* ((out (assoc-ref outputs "out"))
2055 (share (string-append out "/share/mlmmj"))
2056 (contrib (string-append share "/contrib/web"))
2057 (texts (string-append share "/listtexts")))
2058 (copy-recursively "contrib/web/" contrib)
2059 (copy-recursively "listtexts" texts)
2060 (rename-file texts (string-append share "/texts"))
2061 #t))))))
2062 (home-page "http://mlmmj.org")
2063 (synopsis "Mailing list managing made joyful")
2064 (description
2065 "Mlmmj is a simple and slim mailing list manager (MLM) inspired by ezmlm.
2066It works with many different Mail Transport Agents (MTAs) and is simple for a
d1e4ad1b 2067system administrator to install, configure and integrate with other software.
3163a289 2068As it uses very few resources, and requires no daemons, it is ideal for
2069installation on systems where resources are limited. Its features include:
2070@enumerate
2071@item Archive, Custom headers / footer,
2072@item Fully automated bounce handling (similar to ezmlm),
2073@item Complete requeueing functionality, Moderation functionality, Subject prefix,
2074@item Subscribers only posting, Regular expression access control,
2075@item Functionality to retrieve old posts, Web interface, Digests,
2076@item No-mail subscription, VERP support,
2077@item Delivery Status Notification (RFC1891) support,
2078@item Rich and customisable texts for automated operations.
2079@end enumerate\n")
2080 (license license:expat)))
3a263368 2081
8a3741e6 2082(define-public python-django-mailman3
2083 (package
2084 (name "python-django-mailman3")
2085 (version "1.0.1")
2086 (source
2087 (origin
2088 (method url-fetch)
2089 (uri (pypi-uri "django-mailman3" version))
2090 (sha256
2091 (base32
2092 "1adxyh8knw9knjlh73xq0jpn5adml0ck4alsv0swakm95wfyx46z"))))
2093 (build-system python-build-system)
2094 (inputs
99a8c8bd 2095 `(("python-django" ,python-django)))
8a3741e6 2096 (propagated-inputs
2097 `(("python-requests" ,python-requests)
2098 ("python-requests-oauthlib" ,python-requests-oauthlib)
2099 ("python-openid" ,python-openid)
2100 ("python-mailmanclient" ,python-mailmanclient)
2101 ("python-django-allauth" ,python-django-allauth)
2102 ("python-django-gravatar2" ,python-django-gravatar2)
2103 ("python-pytz" ,python-pytz)))
2104 (home-page "https://gitlab.com/mailman/django-mailman3")
2105 (synopsis "Django library for Mailman UIs")
2106 (description
2107 "Libraries and templates for Django-based interfaces
2108interacting with Mailman.")
2109 (license gpl3+)))
2110
2111(define-public python2-django-mailman3
2112 (let ((base (package-with-python2
2113 python-django-mailman3)))
2114 (package
2115 (inherit base)
2116 (propagated-inputs
2117 `(("python2-openid" ,python2-openid)
2118 ,@(package-propagated-inputs base))))))
2119
d99a2add 2120(define-public postorius
2121 (package
2122 (name "postorius")
2123 (version "1.0.3")
2124 (source
2125 (origin
2126 (method url-fetch)
2127 (uri (pypi-uri "postorius" version "+post2.tar.gz"))
2128 (file-name (string-append name "-" version ".tar.gz"))
2129 (sha256
2130 (base32
2131 "1wymcpv2icjjy8h1ni52p6dr7wwxf71ivqgbqhzx4i82yqphcaq5"))))
2132 (build-system python-build-system)
2133 (arguments
2134 `(; One test dependency relies on Persona, which was shut down in
2135 ;; November 2016.
2136 #:tests? #f
2137 ;; The part of the frontend of Mailman is still python 2.7.
2138 #:python ,python-2))
2139 (inputs
2140 `(("python2-django" ,python2-django)
2141 ("python2-django-mailman3" ,python2-django-mailman3)
2142 ("python2-mailmanclient" ,python2-mailmanclient)))
2143 (home-page "https://gitlab.com/mailman/postorius")
2144 (synopsis "Web user interface for GNU Mailman")
2145 (description
2146 "Postorius is a Django app which provides a web user interface
2147to access GNU Mailman.")
2148 (license (list gpl3+ lgpl3+))))
2149
3a263368 2150(define-public blists
2151 (package
2152 (name "blists")
2153 (version "1.0")
2154 (source
2155 (origin
2156 (method url-fetch)
2157 (uri (string-append "http://download.openwall.net/pub/projects/"
2158 "blists/blists-" version ".tar.gz"))
2159 (sha256
2160 (base32
2161 "1gp51kmb8yv8d693wcpdslmwlbw5w2kgz4kxhrcaf7y89w8wy4qd"))))
2162 (build-system gnu-build-system)
2163 (arguments
2164 `(#:tests? #f ; No tests
2165 #:phases
2166 (modify-phases %standard-phases
2167 (delete 'configure)
2168 (replace 'install
2169 (lambda* (#:key outputs #:allow-other-keys)
2170 (let* ((out (assoc-ref outputs "out"))
2171 (bin (string-append out "/bin")))
2172 (install-file "bindex" bin)
2173 (install-file "bit" bin)
2174 #t))))))
2175 (home-page "http://www.openwall.com/blists/")
2176 (synopsis "Web interface to mailing list archives")
2177 (description
2178 "Blists is a web interface to mailing list archives that works off
2179indexed mbox files. There are two programs: @code{bindex} and @code{bit}.
2180@code{bindex} generates or updates the index file (incremental updates
2181are supported). @code{bit} is a CGI/SSI program that generates web pages
2182on the fly. Both programs are written in C and are very fast.")
2183 (license license:expat)))
ed428a58
AI
2184
2185(define-public swaks
2186 (package
2187 (name "swaks")
2188 (version "20170101.0")
2189 (source
2190 (origin
2191 (method url-fetch)
2192 (uri (string-append
2193 "http://jetmore.org/john/code/swaks/files/swaks-"
2194 version ".tar.gz"))
2195 (sha256
2196 (base32
2197 "0pli4mlhasnqqxmmxalwyg3x7n2vhcbgsnp2xgddamjavv82vrl4"))))
2198 (build-system perl-build-system)
2199 (inputs
2200 `(("perl-net-dns" ,perl-net-dns)
2201 ("perl-net-ssleay" ,perl-net-ssleay)))
2202 (arguments
2203 `(#:tests? #f ; No tests
2204 #:phases
2205 (modify-phases %standard-phases
2206 (delete 'configure)
2207 (replace 'build
2208 (lambda _
2209 (zero? (system* "pod2man" "doc/ref.pod" "swaks.1"))))
2210 (replace 'install
2211 (lambda* (#:key outputs #:allow-other-keys)
2212 (let ((out (assoc-ref outputs "out")))
2213 (install-file "swaks" (string-append out "/bin"))
2214 (install-file "swaks.1" (string-append out "/share/man/man1")))
2215 #t))
2216 (add-after 'install 'wrap-program
2217 (lambda* (#:key outputs #:allow-other-keys)
2218 (wrap-program (string-append (assoc-ref outputs "out")
2219 "/bin/swaks")
2220 `("PERL5LIB" ":" = (,(getenv "PERL5LIB"))))
2221 #t)))))
2222 (home-page "http://jetmore.org/john/code/swaks/")
2223 (synopsis "Featureful SMTP test tool")
2224 (description "Swaks is a flexible, scriptable, transaction-oriented SMTP
2225test tool. It handles SMTP features and extensions such as TLS,
2226authentication, and pipelining; multiple versions of the SMTP protocol
2227including SMTP, ESMTP, and LMTP; and multiple transport methods including
2228unix-domain sockets, internet-domain sockets, and pipes to spawned processes.
2229Options can be specified in environment variables, configuration files, and
2230the command line allowing maximum configurability and ease of use for
2231operators and scripters.")
2232 (license gpl2+)))
b0eb2af2 2233
2234(define-public alpine
2235 (package
2236 (name "alpine")
2237 (version "2.21")
2238 (source
2239 (origin
2240 (method url-fetch)
2241 ;; There are two versions: the plain continuation of Alpine without extra
2242 ;; patches and the version which adds extra fixes. Every distro uses
2243 ;; the patched version, and so do we to not break expectations.
32f9cc33 2244 ;; http://alpine.freeiz.com/alpine/readme/README.patches
2245 (uri (string-append "http://alpine.freeiz.com/alpine/patches/alpine-"
b0eb2af2 2246 version "/alpine-" version ".tar.xz"))
2247 (sha256
2248 (base32
2249 "1k9hcfjywfk3mpsl71hjza3nk6icgf1b6xxzgx10kdzg5yci5x5m"))))
2250 (build-system gnu-build-system)
2251 (arguments
2252 `(#:make-flags (list "CC=gcc")
2253 #:configure-flags (list (string-append "--with-ssl-include-dir="
2254 (assoc-ref %build-inputs "openssl")
2255 "/include/openssl")
2256 (string-append "--with-ssl-dir="
2257 (assoc-ref %build-inputs "openssl"))
2258 (string-append "--with-ssl-certs-dir="
2259 "/etc/ssl/certs/")
2260 (string-append "--with-ssl-lib-dir="
2261 (assoc-ref %build-inputs "openssl")
2262 "/lib")
2263 (string-append "--with-interactive-spellcheck="
2264 (assoc-ref %build-inputs "aspell")
2265 "/bin/aspell"))
2266 #:phases
2267 (modify-phases %standard-phases
2268 (add-after 'unpack 'make-reproducible
2269 (lambda _
2270 ;; This removes time-dependent code to make alpine reproducible.
2271 (substitute* "pico/blddate.c"
2272 (("%02d-%s-%d") "1970-01-01"))
2273 (substitute* (list "alpine/Makefile.in"
2274 "web/src/alpined.d/Makefile.in")
2275 (("`date`") "1970-01-01"))
2276 #t)))))
2277 (inputs
2278 `(("ncurses" ,ncurses)
2279 ("openssl" ,openssl)
2280 ("gnutls" ,gnutls)
2281 ("openldap" ,openldap)
2282 ("cyrus-sasl" ,cyrus-sasl)
2283 ("mit-krb5" ,mit-krb5)
2284 ("aspell" ,aspell)
2285 ("tcl" ,tcl)
2286 ("linux-pam" ,linux-pam)))
32f9cc33 2287 (home-page "http://alpine.freeiz.com/alpine/")
b0eb2af2 2288 (synopsis "Alternatively Licensed Program for Internet News and Email")
2289 (description
2290 "Alpine is a text-based mail and news client. Alpine includes several
2291tools and applications:
2292@enumerate
2293@item alpine, the Alpine mailer
2294@item pico, the standalone text editor, GNU nano's predecessor
2295@item pilot, the standalone file system navigator
2296@end enumerate\n")
2297 (license asl2.0)))
7c16151a
RS
2298
2299(define-public balsa
2300 (package
2301 (name "balsa")
2302 (version "2.5.3")
2303 (source
2304 (origin
2305 (method url-fetch)
2306 (uri (string-append "https://pawsa.fedorapeople.org/balsa/balsa-"
2307 version ".tar.bz2"))
2308 (sha256
2309 (base32
2310 "15jkwp3ylbwd8iha4dr37z1xb6mkk31ym90vv3h2a5xk2rmym5mq"))))
2311 (build-system gnu-build-system)
2312 (arguments
2313 `(#:configure-flags
2314 '(;; Balsa tries to install additional MIME icons
2315 ;; under gtk+ directory.
2316 "--enable-extra-mimeicons=no"
2317 "--with-gtksourceview"
2318 "--with-canberra"
2319 "--with-spell-checker=gtkspell"
2320 "--with-gpgme"
2321 "--with-sqlite"
2322 "--with-compface"
2323 "--with-ldap")))
2324 (inputs
2325 `(("cyrus-sasl" ,cyrus-sasl)
2326 ("enchant" ,enchant)
2327 ("gdk-pixbuf" ,gdk-pixbuf)
2328 ("gmime" ,gmime)
2329 ("gnutls" ,gnutls)
2330 ("gpgme" ,gpgme)
2331 ("gtk+" ,gtk+)
2332 ("gtksourceview" ,gtksourceview)
2333 ("gtkspell3" ,gtkspell3)
2334 ("libcanberra" ,libcanberra)
2335 ("libesmtp" ,libesmtp)
2336 ("libnotify" ,libnotify)
2337 ("openldap" ,openldap)
2338 ("sqlite" ,sqlite)
2339 ("webkitgtk" ,webkitgtk)))
2340 (native-inputs
2341 `(("compface" ,compface)
2342 ("glib" ,glib "bin")
2343 ("intltool" ,intltool)
2344 ("pkg-config" ,pkg-config)
2345 ("yelp-tools" ,yelp-tools)))
2346 (home-page "https://pawsa.fedorapeople.org/balsa")
2347 (synopsis "E-mail client for GNOME")
2348 (description "Balsa is a highly configurable and robust mail client for
2349the GNOME desktop. It supports both POP3 and IMAP servers as well as the
2350mbox, maildir and mh local mailbox formats. Balsa also supports SMTP and/or
b95d5f62 2351the use of a local MTA such as Sendmail.")
7c16151a 2352 (license gpl3+)))