Warning, /pim/kimap/README.md is written in an unsupported language. File is not indexed.

0001 # KIMAP #
0002 
0003 This library provides a job-based API for interacting with an IMAP4rev1 server.
0004 It manages connections, encryption and parameter quoting and encoding, but
0005 otherwise provides quite a low-level interface to the protocol.  This library
0006 does not implement an IMAP client; it merely makes it easier to do so.
0007 
0008 Users should be familiar with [RFC 3501](https://tools.ietf.org/html/rfc3501 "IMAP 4rev1")
0009 as well as [other related RFCs](https://www.iana.org/assignments/imap4-capabilities)
0010 although the library hides some of the nastier details like the encoding and quoting of
0011 strings.