1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: wl
Section: lisp
Priority: optional
Maintainer: Tatsuya Kinoshita <tats@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: texinfo
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/wl
Vcs-Git: https://salsa.debian.org/debian/wl.git
Homepage: https://github.com/wanderlust/wanderlust
Rules-Requires-Root: no
Package: wl
Architecture: all
Depends: emacsen-common, semi, flim, apel, ${misc:Depends}
Recommends: emacs-nox | emacs, ca-certificates
Suggests: gnupg, gnutls-bin, openssl, starttls, x-face-el, w3m-el, bbdb, im, namazu2, maildir-utils, notmuch, bogofilter | bsfilter | spamassassin, mu-cite, mhc
Replaces: wl-beta, wanderlust2
Conflicts: wl-beta, wanderlust2, xbase (<< 3.3.2.3a-2)
Provides: imap-client, mail-reader, news-reader
Description: mail/news reader supporting IMAP for emacsen
Wanderlust is a mail/news management system on emacsen. It supports
IMAP4rev1 (RFC2060), NNTP, POP and local message files.
.
The main features of Wanderlust:
.
- Pure elisp implementation.
- Supports IMAP4rev1, NNTP, POP (POP3/APOP), MH and Maildir format.
- Unified access method to messages based on Mew-like Folder Specification.
- Mew-like Key-bind and mark handling.
- Manages unread messages.
- Interactive thread display.
- Folder Mode shows the list of subscribed folders.
- Message Cache, Disconnected Operation.
- MH-like FCC. (Fcc: %Backup and Fcc: $Backup is allowed).
- MIME compliant (by SEMI).
- Transmission of news and mail are unified by Message transmitting draft.
- Graphical list of folders.
- View a part of message without retrieving the whole message (IMAP4).
- Server-side message look up (IMAP4). Multi-byte characters are allowed.
- Virtual Folders.
- Supports compressed folder using common archiving utilities.
- Old articles in folders are automatically removed/archived (Expiration).
- Automatic re-file.
- Template function makes it convenient to send fixed form messages.
|