[Dbmail-dev] [DBMail 0000683]: ldap auth "registration error" after copying msgs from one folder to another

2008-02-15 Thread bugtrack
The following issue has been SUBMITTED. == http://dbmail.org/mantis/view.php?id=683 == Reported By:f0s Assigned To: ==

Re: [Dbmail-dev] multifoo architecture

2008-02-15 Thread Paul J Stevens
Aaron Stone wrote: > Just spent some time reading code. Looks awesome! Well done! Glad you like it. > What I'm gathering is that at the moment we're still single threaded, yep. > but because of libevent, we never have to worry about managing > non-blocking -- calls to eventbuffer_write never bl

Re: [Dbmail-dev] multifoo architecture

2008-02-15 Thread Aaron Stone
Just spent some time reading code. Looks awesome! Well done! What I'm gathering is that at the moment we're still single threaded, but because of libevent, we never have to worry about managing non-blocking -- calls to eventbuffer_write never block, and dbmail_imap_session_set_callbacks sets up th

Re: [Dbmail-dev] multifoo architecture

2008-02-15 Thread Paul J Stevens
Hi all, Just sending another little update since I merged the events branch into HEAD late last night and is on track for 2.3.3. Apart from being event-driven, I've also refactored the imap code to be much better at imap compliance. The imaptest tool (imapwiki.org) now passes all tests except ch