Alfred M. Szmidt <[email protected]> ha escrit: > 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 :) Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
