Quick README for libbuffy

 * TODO list

 - Add unit testing

 - Get the "time last message arrived" value as well
 - Add imap support
   libc-client-dev
	 - Add "Add IMAP" button in Preferences dialog
 - Have a look at gnubiff, which also has auto-detection of mailbox format
   http://prdownloads.sourceforge.net/gnubiff/gnubiff-2.0.0.tar.gz?download
 - Add a type() method to MailFolder to allow to give a description of the type
	in some property or details window
 - Add MH support
 - Automatic folder harvesting
	 - Folder locations can be:
		 - Directory paths to be searched for mbox files and maildir or MH dirs
		 - IMAP servers
	 - If folder location is a directory, first scan it as a maildir or mh, then
		scan its subdirectories
	 - If folder location is a file, scan it as an mbox
	 - Auto-detect mailbox type

 * Useful links for development:
 
   Maildir format:
     http://cr.yp.to/proto/maildir.html
   Standard Template Library documentation:
     file:///usr/share/doc/stl-manual/html/index.html
	Sample package distributing swig bindings:
	  libhid-0.2.7


 * Done in version 0.3

 + Scans maildirs recursively


 * Author

buffy has been written by Enrico Zini <enrico@debian.org>

---
 vim:set ts=3 sw=3:
