FedMail Mail Transfer Agent News
Status: Beta
Brought to you by:
x-coder
fedmail-imap 1.1.10 and fedmail-fetch 1.2.1 work only with the new API of fedmail-1.3.16
As I have added indexes in mdir.cc it will list a folder with 2000 messages by using imap4 in about 1 minute. Not several as before. The system for test is a Pentium 100 with 64MB. I think a big server will do it several times faster.
Now, it supports using of more than one condition for routing by using basic programming languages parts.
Following as list:
- skipping a specific number of lines ("skip")
- goto a specific label ("goto")
the same for a condition becoming false:
- "not skip"
- "not goto"