Displaying 1 result from an estimated 1 matches for "kioplugin".
2007 Feb 08
2
I wrote a managesieve server for Dovecot
I have written a managesieve server from scratch in Python. I did just enough
work to get it working with avelsieve (the squirrelmail plugin), smartsieve,
and KDE's sieve kioplugin. It supports the entire Internet draft. Since I
didn't have a working sieve server to compare against, I'm not sure if it's
100% compatible with timsieved. Client applications seem to work okay
anyway.
I wrote it in such a way as to decouple how authentication is carried out and...