On Thu, 17 Oct 2002 15:35:23 -0400 (EDT) Ron Alford <[EMAIL PROTECTED]> wrote:
RA> I've been poking around through the code of Mahogany, looking to see how RA> difficult it would be to replace/add transports (ie, SMTP and IMAP). Sorry, neither of those are transports -- they're both protocols. Transport is, for example, TCP/IP. RA> trying to make a modern and simple email system for boats/remote locations RA> over HF radio and Pactor. So you would want to use something else instead of TCP/IP, right? RA> IMAP, and a class reference or two. Is this being handled in outside RA> libraries Yes, all network code is in c-client library. The good news is that it is easily extendable by design, i.e. you can add new protocols *and* transports (and authentificators and what not) quite easily. The bad news is that I personally don't know much about this but if you can explain a bit better what do you want to do I could give you at least some general directions. Regrards, VZ ------------------------------------------------------- This sf.net email is sponsored by: viaVerio will pay you up to $1,000 for every account that you consolidate with us. http://ad.doubleclick.net/clk;4749864;7604308;v? http://www.viaverio.com/consolidator/osdn.cfm _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
