Ignore zero length address petname
[wanderlust.git] / README.md
blobb84156924d173f2d03a122c3b2e7e2ec9daea72e
1 Wanderlust - Yet Another Message Interface on Emacsen
2 =====================================================
4 Wanderlust is a mail/news management system with [IMAP4rev1][1] support for
5 [Emacs][2]. It was originally developed by [Yuuichi Teranishi][3].
7 For documentation, see also: [bundled document][16] and [Wanderlust on EmacsWiki][4]
10 Features
11 ========
13   * Implementation in elisp only.
15   * Support of [IMAP4rev1][5], [NNTP][6], POP([POP3][7]/APOP), MH and Maildir.
17   * Integrated access to messages based on Folder Specifications like [Mew][8].
19   * Key bindings and mark processing like Mew.
21   * Management of threads and unread messages.
23   * Folder mode to select and edit subscribed folders.
25   * Message cache, Disconnected Operation.
27   * MH-like Fcc (Fcc: %Backup is possible).
29   * Full support of MIME (by SEMI).
31   * Draft editing of mail and news as a same interface.
33   * Icon based interface for the list of Folder.
35   * Skip fetching of a large message part of MIME(IMAP4).
37   * Server side searching (IMAP4), internationalized searching is available.
39   * Virtual folder.
41   * Compressed folder.
43   * Automatic expiration of old messages.
45   * Automatic refiling.
47   * Draft templates.
50 Installation
51 ============
53 See: `INSTALL'
56 Mailing List
57 ============
59 You can get information and help via the mailing list at:
61   * English: [wl-en@ml.gentei.org][9] (news://news.gmane.io/gmane.mail.wanderlust.general for archives)
63   * Japanese: [wl@ml.gentei.org][11] (news://news.gmane.io/gmane.mail.wanderlust.general.japanese for archives)
65 Emails to the English list are forwarded to the Japanese list.
67 To subscribe, send an email to [wl-ctl@ml.gentei.org][13] (Japanese) or
68 [wl-en-ctl@ml.gentei.org][14] (English). Use `subscribe YOUR NAME` as subject
69 and body. To unsubscribe, use `unsubscribe` as body. To get help, use `# guide`
70 as body.
73 Development
74 ===========
76 The source code repository is available at [Github][15]. Patches that
77 fix bugs and improve Wanderlust are welcome and can be sent to the
78 Wanderlust mailing list.
81 [1]: http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol
83 [2]: http://www.gnu.org/software/emacs/
85 [3]: mailto:teranisi@gohome.org
87 [4]: http://www.emacswiki.org/emacs/WanderLust
89 [5]: http://tools.ietf.org/html/rfc3501 "M. Crispin, 'INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1', RFC 3501, 2003"
91 [6]: http://tools.ietf.org/html/rfc977 "B. Kantor and P. Lapsley, 'Network News Transfer Protocol: A Proposed Standard for the Stream-Based Transmission of News', RFC 977, 1986"
93 [7]: http://tools.ietf.org/html/rfc1939 "J. Myers, M. Rose, 'Post Office Protocol - Version 3', RFC 1939, 1996"
95 [8]: http://www.mew.org/ "'Mew - Messaging in the Emacs World', (Copyright �¢í 1994-2018 Kazuhiko Yamamoto)"
97 [9]: mailto:wl-en@ml.gentei.org
99 [11]: wl@ml.gentei.org
101 [13]: mailto:wl-ctl@ml.gentei.org
103 [14]: mailto:wl-en-ctl@ml.gentei.org
105 [15]: https://github.com/wanderlust/wanderlust
107 [16]: http://wanderlust.github.io/wl-docs/