bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] mu_mailbox_create() with IMAP/IMAPS


From: Vlad Galu
Subject: [bug-mailutils] mu_mailbox_create() with IMAP/IMAPS
Date: Thu, 15 Oct 2009 17:25:50 +0300
User-agent: Thunderbird 2.0.0.23 (X11/20090903)

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:address@hidden");
-- 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!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]