search for: init_mailbox

Displaying 4 results from an estimated 4 matches for "init_mailbox".

2008 Sep 12
1
API Examples?
I need to write a little client to just get the 5 most recent email headers (and \Seen status) from the INBOX of a given user. Are there any API examples anywhere that would speed this process along, or any spots in the source that would give me a jump start? or would it be better to act as an IMAP client? Many Thanks In Advance, Tom -- View this message in context:
2008 Jan 04
2
Optimizing POP3 performance?
Hello, I recently migrated to Dovecot from Courier-IMAP and i'm very happy with the IMAP Performance and Dovecot in general. The server is running qmail-ldap and i'm still using the qmail pop3 daemon for the POP3 users. Because i want to get rid of qmail completely (switching to exim) i just tried to replace the qmail pop3 daemon with dovecot too. Immediately after the migration the
2004 Jun 18
3
1.0-test17
http://dovecot.org/test/ Just mbox fixes since 1.0-test16. The logic is simpler and more correct now. Can anyone break it anymore? I actually tested it a while with Evolution and several mailboxes and it didn't break at least immediately. :) Now maybe a few more days and I dare trying this thing myself with my real mboxes (yes, I'm still using them). Dovecot mailing list archives could
2004 Sep 29
2
UIDL bug
I noticed a problem with handling UIDL msgnumber in test46. If you do "UIDL 1" on a POP3 connection it returns the UID of the message followed by a dot and an error message. I made 2 changes: I added the following line to line 527 of src/pop3/commands.c ctx->message = message; I changed line 559 from: if (list_uids_iter(client, ctx)) to: if (!list_uids_iter(client, ctx))