Checked in a skeleton of the IMAP METADATA extension
authorArt Cancro <ajc@citadel.org>
Wed, 13 Jun 2007 02:46:31 +0000 (02:46 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 13 Jun 2007 02:46:31 +0000 (02:46 +0000)
commit69ed15343f169ea62085845cc36d3775d9452407
tree4805d4c9114a2cff64875c2f915bcb6343f82a3a
parent633a472d785b3893ab0f7a4d5c0b976bd42a84a7
Checked in a skeleton of the IMAP METADATA extension
(draft-daboo-imap-annotatemore-11).  This will not be a full
implementation of the extension.  We are only going to implement
enough of it to handle folder types in the Outlook connector.
citadel/Makefile.in
citadel/imap_metadata.c [new file with mode: 0644]
citadel/imap_metadata.h [new file with mode: 0644]
citadel/serv_imap.c