How to write my own driver with exclusive disk access

2004-02-13 Thread Vlada Macek
Hello, I'd like to use the UW IMAPd as the server for my proprietal data backend which supports public boards, (un)read bits, private mail, etc. The platform is Linux. I downloaded current stable (imap-2002e) and studied the code and the docs. Then I took simple driver mbox.c as a template,

Re: How to write my own driver with exclusive disk access

2004-02-13 Thread Mark Crispin
On Fri, 13 Feb 2004, Vlada Macek wrote: I tried to prevent using of all other drivers by erasing envvars EXTRADRIVERS and DEFAULTDRIVERS in the Makefile, this way also dummy was removed from the linkage.c list. Also, I forced my new driver in the mail_valid() routine in the mail.c. Disabling