[Kolab-devel] universal inbox? outlook outgoing transport
Steffen Hansen
steffen at klaralvdalens-datakonsult.se
Mon Nov 1 23:36:07 CET 2004
On Monday 01 November 2004 16:22, Bernhard Reiter wrote:
> > 1) The content filter needs write access to the user's folder(s)
> > 2) Sieve scripts for incoming mail will not be run
> > 3) Flags will probably look funny.
>
> Okay, what is the solution you propose?
> There must be a way to make a script configurable
> that transports email from spool to the default "inbox" imap folder.
To me it seems that Sieve is ideal for this purpose. I don't know the
full requirements for this "move-mail-script", but with Sieve filing
mail into a folder is as easy as:
require "fileinto";
fileinto "INBOX/Inbox";
regards
--
Steffen Hansen | Klarälvdalens Datakonsult AB
Senior Software Engineer| http://www.klaralvdalens-datakonsult.se
|
| Platform-independent
| software solutions
More information about the devel
mailing list