- Combined (95% complete)
this backend will allow combining of multiple backends, for example the IMAP and vCard backend. - Dummy (100% Complete)
For testing (combined) backends you sometimes need some folders like an inbox. - Serialize (100% complete)
All messages are serialized stored on disk. This will enable you to backup folder that can not be stored in an other backend.
For example the calender, contacts and tasks folder when using IMAP backend - FileStorage (90% complete)
Files stored on the file system are represented as messages with 1 attachment containing the file.
The subject of the message is the filename and the date of the message is the modification date of the file.
Send a mail with the attached file to filestorage for adding a file. - vCard writing part (95% complete)
Reading and writing version 2.1 and 3.0 vCard files for contacts. - IMAP allowing : and . in foldernames (50% complete)
At the moment . and : are use as seperators for folderids and attachmentids. We could do without.
Maybe if I am done with these backends I will start with an iCalender backend if nobody else does it.
