On Thu, 2009-04-09 at 21:29 +0900, [email protected] wrote:
>
> I'd like to know about "Status" to the header on dovecot.
> I can see the "Status" to the header in
> /var/spool/mail/user
> if I check mail by using mutt, but I cannot see "Status" to
> the header if I check mail by using evolution, thunderbird etc.
>
> - /var/spool/mail/user
> --------------------------------------
> To: [email protected]
> Subject: test
> Status: RO
The Status header isn't actually part of the email itself, but part of
the IMAP server internal meta data, added by Dovecot.
This one means the mail is Seen (R) and non-Recent (O).
Your MUA won't see other headers neither, like X-Status, X-Keywords,
X-UID or X-IMAPbase.
guenther
--
char *t="\10pse\0r\0dtu...@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; }}}