Rocco Rutte:
[apps/madmutt.git] / imap / README
1 IMAP in mutt should be considered beta quality. For the most part it
2 works well, but it is still not quite as stable or as full-featured
3 as some of the other drivers. I believe it is now acceptable for
4 daily use (and that's how I use it now, currently against Cyrus 1.6.24 and
5 previously against UW-IMAP 4.7 and 2000).
6
7 You may still lose some work if you are suddenly disconnected from your
8 server (but your mailboxes should be fine). Currently accessing the same
9 IMAP folder with multiple clients is not supported - it may work, but
10 no guarantees. There are still several non-critical known bugs, see
11 http://bugs.guug.de/ for the current list.
12
13 You may also be disappointed in mutt's handling of very large IMAP mailboxes.
14 To build the message index mutt must fetch a subset of headers from every
15 message in the mailbox, which costs time and network traffic linear to the
16 number of messages in your mailbox.
17
18 Nevertheless in general mutt is quite a fast and fully-featured IMAP client.
19 It tries to be polite to IMAP servers as well, opening few connections and
20 avoiding needless polls of the server, unlike certain other popular IMAP
21 clients by certain large corporations :)
22
23 Mutt supports almost all official authentication and security protocols for
24 IMAP, including SSL/TLS, native CRAM-MD5 and GSSAPI routines, and a SASL
25 plugin which can handle just about everything else.
26
27 Please report bugs to mutt-dev@mutt.org and/or brendan@kublai.com. Version,
28 options, stack-trace and .muttdebug files are a plus.
29
30 Brendan Cully <brendan@kublai.com>
31 20010506