IMAP in OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

odoc

+1 -1
+1 -1
lib/imapd/parser.mli
··· 13 13 14 14 (** {1 Type Re-exports} 15 15 16 - Types are defined in {!Types} and re-exported here for convenience. *) 16 + Types are defined in {!Protocol} and re-exported here for convenience. *) 17 17 18 18 type command = Protocol.command = 19 19 | Capability