> mu_message_get_uidl (msg, uidbuf, sizeof(uidbuf), NULL); > > This function requires an fetched message, some POP3 allow > (AFAIU) to fetch only the list of UIDLs, is there a function in > MU that does that?
That's true, the POP3 protocol contains the `UIDL' command which translates message numbers to their UIDLs. Unfortunately there is no way to use it directly in libmailutils. Allow me some time to figure out the best way of implementing it :) I couldn't figure it out, not atleast in more or less a protocol agnostic way, since this is not possible with imap, or mbox. Thanks for taking the time to look into this though! _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
