Re: [Evolution] Evo 1.2.1 bugs / feature requests



user.coffee++;


OK, I understand that. But here I wasn't speaking about follow-ups, but
labels.

labels have the same problem that follow-up flags have (sorry, meant to
say labels but got to thinking follow-up flags for some reason).


Status Information _is_ stored on the IMAP server. Labels _not_. Why?
Where's the different, as for both a new header entry is sufficiant?

the difference is that we don't actually modify the headers of the
messages on the IMAP server when updating the status. IMAP has a
mechanism to do:

UID STORE <uid or range> FLAGS (\Seen \Answered)
or
UID STORE <uid or range> +FLAGS.SILENT (\Seen)

(there are other ways to change the flags too, but we only use those 2
ways).

the first one sets a flag list, the second simply adds additional
flag(s) to what is already set.

there is no way to do this with labels :-\

OK, that gets it more clear to me.

But is there really no way to implement labels and/or other flags
visible in the list of mails like the status?

Would be a really great feature for all of us, working on different
machines with the same IMAP accounts.


those headers aren't there, there's nothing to fix :)

You are supposing I am a really dumb, aren't you? ;-))

I checked the message source as it is in my IMAP mbox file. There _are_
those lines. And they are _not_ displayed in 'view source'.

if that is the case, then the IMAP server is stripping them when we
fetch it.

I will give you some proof later. Had expewrienced some problems with
headers weeks ago but the thread died some time...

take a look at the results from ethereal, I think you'll find that the
server isn't giving us the Status: headers.

If I'm wrong, I'd like to hear about it (and I'm sure I will anyway).

I never used ethereal by now, but I will try. If someone can give me any
hint, it will be really welcome.

btw: I tried to get a message from IMAP server with telnet -- like i did
often for POP3. Unfortunately I couldn't find any documents, that give
me an overview of the IMAP commands -- so I checked RFC. Dammit, thats
getting real hard. Any hints here?


I will give you the results, as I managed to get them...


...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}





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