Re: Full Headers?



I'm using uw-imap-2000.. It is rev1..

This fix appears to only affect what headers are downloaded from the
server, as opposed to what ones are actually displayed.. I think that may
be where the problem is. (As I previously mentioned, if I copy a message
from the imap folder to a different folder and then display it, I *do* see
all the headers (even before this patch) - its just when I display it
while its in the IMAP folder that they dont show up..)

On Mon, 9 Jul 2001, Peter Bloomfield wrote:

> On 2001.07.09 17:15 balsa@microwave.com wrote:
> >
> > Ok, I just compiled with that patch, and selecting "All Headers" under
> > view still does NOT show all the headers.
>
> That change fixes things only for IMAP4rev1 servers (at least for
> mine!)--perhaps you're using an older server. For IMAP4 you'd have to
> replace
>
>     snprintf (hdrreq, sizeof (hdrreq), "RFC822.HEADER.LINES (%s)",
>       want_headers);
>
> by
>
>     strncpy (hdrreq, "RFC822.HEADER", sizeof (hdrreq));
>
>
> _______________________________________________
> balsa-list mailing list
> balsa-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/balsa-list
>





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]