Hi list,
I'm trying to implement a quick & dirty IMAP client. I'm creating the
mailbox like this:
-- cut here --
mu_mailbox_t mailbox;
int ret = mu_mailbox_create(&mailbox, "imap://user:[email protected]");
-- and here --
However, on return, ret is MU_ERR_NO_HANDLER, which seems to be set by
mu_registrar_lookup_url(). What puzzles me is the way this function is
called within _create_mailbox0(), specifically the
MU_FOLDER_ATTRIBUTE_FILE flag.
I ruled out URL parsing problems, by using the same URL with a mu_url_t
"object".
Any hints? Thanks in advance!
_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils