comparison README @ 892:80b847900dfd HEAD

updates
author Timo Sirainen <tss@iki.fi>
date Thu, 02 Jan 2003 15:32:19 +0200
parents 58899a413569
children 31510fc5e02f
comparison
equal deleted inserted replaced
891:fd754a6fa784 892:80b847900dfd
24 src/lib-mail - RFC-822 and MIME parsering code 24 src/lib-mail - RFC-822 and MIME parsering code
25 src/lib-imap - IMAP-specific functions for parsing, sending, etc. 25 src/lib-imap - IMAP-specific functions for parsing, sending, etc.
26 src/lib-index - Mailbox indexing library, slightly IMAP-specific 26 src/lib-index - Mailbox indexing library, slightly IMAP-specific
27 src/lib-storage - Mail storage separated into interface and implementation. 27 src/lib-storage - Mail storage separated into interface and implementation.
28 imap binary uses only the interface so it's possible to 28 imap binary uses only the interface so it's possible to
29 add support for any kind of mail storage (eg. SQL). 29 add support for any kind of mail storage (eg. SQL).
30 30
31 31
32 RFCs conformed 32 RFCs conformed
33 -------------- 33 --------------
34 34
36 2822 - Internet Message Format (updated rfc822) 36 2822 - Internet Message Format (updated rfc822)
37 2045..2049 - Multipurpose Internet Mail Extensions (MIME) 37 2045..2049 - Multipurpose Internet Mail Extensions (MIME)
38 38
39 2060 - IMAP4rev1 39 2060 - IMAP4rev1
40 2180 - IMAP4 Multi-Accessed Mailbox Practice 40 2180 - IMAP4 Multi-Accessed Mailbox Practice
41 2683 - IMAP4 Implementation Recommendations
41 42
42 2595 - Using TLS with IMAP, POP3 and ACAP 43 2595 - Using TLS with IMAP, POP3 and ACAP
43 2831 - Using Digest Authentication as a SASL Mechanism (DIGEST-MD5) 44 2831 - Using Digest Authentication as a SASL Mechanism (DIGEST-MD5)
44 45
45 46