I found nothing. Is this page really all?
http://www.washington.edu/imap/c-client-list.html

Where can I download it, etc.?

Are the developers the same that develop the UW IMAP server? I'm asking
because I personally found that their FAQ entry about insecure C functions
showed a higher level of cluelessness than I could tolerate. It'd be a
pity if c-client was of the same code "quality".

Am I seeing this right that c-client provides a standard interface for IMAP
and NNTP? Does mail_fetch_overview work with IMAP, too?

The reason I'm asking all this is that I'm trying to speed up the fetching
of NNTP header info, which right now is intolerably slow.

One more: what about adding an additional method to the Sequence class that
returns start/end pairs, something like

struct StartEndPair {
        UIdType start;
        UIdType end;
}

bool GetNextPair(UIdType n, size_t& cookie, StartEndPair& pair);
// returns false if end
// may also return tuples like (13, 13)

It might also be enough to add a method that exposes m_seq. It could be that
this is enough for mail_fetch_overview, but I haven't checked, yet.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to