public
Description: git version of CVS tree for wanderlust emacs email client
Homepage: http://www.gohome.org/wl/
Clone URL: git://github.com/qdot/wanderlust.git
name age message
file BUGS Sun Apr 15 08:34:34 -0700 2007 IMAP STATUS command MUST NOT be used as a "chec... [yoichi]
file BUGS.ja Sun Apr 15 08:34:34 -0700 2007 IMAP STATUS command MUST NOT be used as a "chec... [yoichi]
file COPYING Tue Sep 11 13:47:58 -0700 2001 Update copyright notice. [kaoru]
file ChangeLog Mon Nov 24 22:07:26 -0800 2008 * INSTALL: Updated recommended version of FLIM.... [kaoru]
file INSTALL Mon Nov 24 22:07:26 -0800 2008 * INSTALL: Updated recommended version of FLIM.... [kaoru]
file INSTALL.ja Mon Nov 24 22:07:26 -0800 2008 * INSTALL: Updated recommended version of FLIM.... [kaoru]
file Makefile Tue Feb 19 03:29:06 -0800 2008 * Makefile (clean-elc): Remove *.elx for compil... [kaoru]
file NEWS Thu May 28 03:40:24 -0700 2009 Add wl-summary-display-raw. [kaoru]
file NEWS.ja Thu May 28 03:40:24 -0700 2009 Add wl-summary-display-raw. [kaoru]
file README Fri Nov 04 07:16:45 -0800 2005 * README, README.ja: Update stable branch. Upda... [yoichi]
file README.ja Fri Nov 04 07:16:45 -0800 2005 * README, README.ja: Update stable branch. Upda... [yoichi]
file WL-CFG Tue Apr 08 16:18:41 -0700 2003 INSTALL, INSTALL.ja: Write about WL-CFG. WL-CFG... [yoichi]
file WL-ELS Sat Sep 17 02:43:26 -0700 2005 * elmo.el (toplevel): `[' is redefined as the p... [hmurata]
file WL-MK Thu Feb 14 17:17:37 -0800 2008 Use `string-to-number' instead of `string-to-int'. [kaoru]
directory doc/ Tue May 26 14:05:28 -0700 2009 Version number is increased to 2.15.7. [kaoru]
directory elmo/ Thu Aug 20 13:51:32 -0700 2009 2009-05-26 Vitaly Mayatskikh <v.mayatskih@gmai... [okazaki]
directory etc/ Sun Mar 13 02:11:58 -0800 2005 Version number is increased to 2.15.0. [teranisi]
directory samples/ Sun Apr 08 09:01:06 -0700 2007 sample setting to call wl-summary-unvirtual as ... [yoichi]
directory tests/ Sat Aug 01 02:40:15 -0700 2009 * test-elmo-imap4.el: New file. (test-elmo-imap... [kaoru]
directory utils/ Mon Apr 21 21:10:24 -0700 2008 Fix comments. [kaoru]
directory wl/ Fri Jul 31 02:11:05 -0700 2009 * wl-summary.el (wl-summary-display-raw): Use `... [kaoru]
README
 Wanderlust -- Yet Another Message Interface on Emacsen
                      by Yuuichi Teranishi <teranisi@gohome.org>


Wanderlust is a mail/news management system with IMAP4rev1 support for Emacs.

Features:

 * Implementation in elisp only.
 * Support of IMAP4rev1 [1], NNTP [2], POP(POP3[3]/APOP), MH and Maildir.
 * Integrated access to messages based on Folder Specifications like Mew[4].
 * Key bindings and mark processing like Mew.
 * Management of threads and unread messages.
 * Folder mode to select and edit subscribed folders.
 * Message cache, Disconnected Operation.
 * MH-like Fcc (Fcc: %Backup is possible).
 * Full support of MIME (by SEMI).
 * Draft editing of mail and news as a same interface.
 * Icon based interface for the list of Folder (XEmacs and Emacs 21).
 * Skip fetching of a large message part of MIME(IMAP4).
 * Server side searching (IMAP4), internationalized searching is available.
 * Virtual folder.
 * Compressed folder.
 * Automatic expiration of old messages.
 * Automatic refiling.
 * Draft templates.

System Requirements:

See INSTALL.

Install:

See INSTALL to install.

Web Page:

Wanderlust Official web page is available at:

http://www.gohome.org/wl/.

You can get latest Wanderlust version from there.

Mailing List:

Via the Wanderlust ML, we discuss about Wanderlust, announce the latest
release.

Wanderlust Mailing List <wl@lists.airs.net>

In this list, Japanese is mainly used for discussion. We also have a list
for discussion in English:

Wanderlust List in English <wl-en@lists.airs.net>

(NOTE: messages posted to the latter are also forwarded to the former)

To subscribe, send mail to wl-ctl@lists.airs.net (or send mail to
wl-en-ctl@lists.airs.net for English list), with '# guide' as the message
body.

CVS:

  Development of Wanderlust uses CVS.  So latest developing version is
  available at CVS.

(0) cvs login (first time only)

    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login

    CVS password: [CR] # NULL string

(1) checkout

    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout wanderlust

  To get Wanderlust from stable branch, do following instead of above

    % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout -r wl-2_14 wanderlust

  You can also view CVS repository via

  http://cvs.m17n.org/viewcvs/root/wanderlust/

  If you want to receive CVS commit log via e-mail, follow instructions in

  http://cvs.m17n.org/

Development:

  If you would like to join CVS based development, please send mail to

  cvs@cvs.m17n.org

  with your account name and your public key for ssh.  cvsroot is
  :ext:cvs@cvs.m17n.org:/cvs/root.

  We hope you will join the open development.

References:

[1] M. Crispin, "INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1", RFC 2060,
    1996.
[2] B. Kantor and P. Lapsley, "Network News Transfer Protocol: A
    Proposed Standard for the Stream-Based Transmission of News", RFC
    977, 1986.
[3] J. Myers, M. Rose, "Post Office Protocol - Version 3", RFC 1929, 1996.
[4] "Mew -- Messaging in the Emacs World", 
    (Copyright (C) 1994, 1995, 1996, 1997, 1998 Mew developing team.)
    Available from http://www.mew.org/.
[5] "tm -- MIME package for GNU Emacs",
    (Copyright (C) 1994, 1995, 1996 MORIOKA Tomohiko)
    Latest tm package is available from 
    ftp://ftp.jaist.ac.jp/pub/GNU/elisp/