From: Matthias A. <mat...@gm...> - 2007-11-05 10:38:38
|
Sorry, this message was meant to be public. Resending to list, Adam - sorry for the dupe. Am Sonntag, den 04.11.2007, 12:26 -0800 schrieb Adam Simpkins: > If I have the time later, I might create a patch for this on my own. > Would you consider accepting the patch if I came up with one? It > looks like I should probably just create a new method struct identical > to the current "imap" one, but with a single fetch method that gets > everthing, and fetch_body set to NULL. Is that the preferred > approach, or did you have something else in mind? I will consider the patch, yes. I think an command line option to switch existing IMAP behavior to "fetch whole message" is more useful, in order to avoid code duplication and user irritation at configuration time. It's already _very_ confusing to have APOP and KPOP as "protocols" when they are in fact just authentication variants of POP3. Let's not add to that for IMAP. New options need to be added to the manpage, the lexer and parser (the .l and .y files) and to options.c. -- Matthias Andree <mat...@gm...> |