Date: Fri Mar 16 01:53:04 EST 2001
(countzero)
Added preliminary support for c-client
We now link in the c-client lib and have all the callback stubs
in place (in cclient.c)
For now, the path to c-client.a and the c-client includes directory is hard coded
This is evil... but c-client isn't packaged to be a "standard" lib and so I am
learning how to detect it's presence and location on a system... I may end up
bundling it with CSCMail ... not sure yet... for now, if you want to hack on
things, just change the path in src/Makefile.am to point to your copy of c-client
(It's fairly obvious)
Again, this is preliminary support only.. right now CSCMail 1.9.x doesn't do
ANYTHING usefull except compile and display an empty mailer window
Once c-client integration is complete however, CSCMail will be able to handle
local mailstores in a wide variety of formats (maildir, MBOX, etc) as well
as have IMAP, POP-3, SMTP, and NNTP support ...
|