[Evolution] How to filter mail before getting it from pop3
server?
guenther
guenther@rudersport.de
Fri, 03 Oct 2003 20:48:51 +0200
Please, do not hijack totally unrelated threads. Instead of replying,
click the blue, link-style email address in any header.
> Is there a way to create some kind of filter to use while connecting to
> a pop3 server in order not to download unwanted emails (maybe based on
> headers or on other email informations which can be read in the first
> phases of the pop3 process)?
AFAIK this is not possible and filters aren't applied on the fly during
download, but after the download is complete.
...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; }}}