[Evolution] IMAP "mbox" location
guenther
guenther@rudersport.de
Fri, 02 Jan 2004 14:39:50 +0100
> I use GKrellM to check if there is any new mail fetched by Evo on my POP
> server, and it works nice. Now I'd like to do that too for my IMAP
> account, but as it is kept distant I don't think there is an equivalent
> for the '/home/alex/evolution/local/Inbox/mbox' produced for my POP
> account, is there?
Nope, there isn't a mbox file on your local machine, as it resides on
the IMAP server.
However: Evolution does store some data locally (at least for offline
marked folders) under the ~/evolution/mail/imap/ hirarchy. It looks
pretty much like MH mail format (at least GKrellM automatically
recognizes it as such). By a quick GKrellM told be, all mails are *not*
read...
> How can I achieve that? (I want to let only Evo check the mail account,
> and GKrellM to check the files produced by Evo).
GKrellM can handle IMAP accounts... ;)
> PS: any plans for a systray notification icon?
Yep, this is planned for the forthcoming 2.0 release:
http://www.gnome.org/bounties/Mailer.php3#127516
...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; }}}