Re: message list retrieval
DINH Viet Hoa <[email protected]>
| Newsgroups | gmane.mail.libetpan.user |
|---|---|
| Message-ID | <etPan.425418d4.21630e78.d8f@utopia> |
Luke Ehresman wrote :
> > What you can do is to split the returned mailmessage_list into several
> > (you have to build up the mailmessage_list yourself) and use
> > mailmessage_get_envelope_list() things.
>
> I have looked through the documentation and grepped through all the
> sources in the libetpan directory, but can't find a reference to
> anything similar to get_envelope_list. Might it be under a different
> name?
sorry, that was a different name :
int mailfolder_get_envelopes_list(struct mailfolder * folder,
struct mailmessage_list * result);
and using the deprecated interface :
int mailsession_get_messages_list(mailsession * session,
struct mailmessage_list ** result);
(that should not be used unless you already wrote some important
amount of code)
--
DINH V. Hoa,
"oh là, doucement bijou" -- nico
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBCVBlZ7w+pfAWHa3MRArAjAJ9PIW8EyVNtrNlkP6gRA7aiAz2wyQCdEclh 5+ZKHqGU2pz9TVA1VDT8MHY= =IYX0 -----END PGP SIGNATURE-----