|
@@ -0,0 +1,26 @@
|
|
1
|
+IMAPDOMO
|
|
2
|
+========
|
|
3
|
+
|
|
4
|
+imapdomo is simple convenience wrapper around [imapfilter][1] that
|
|
5
|
+adds few more Lua functions and suggests some system to way how you can
|
|
6
|
+organize your mail filtering and/or migrations, etc.
|
|
7
|
+
|
|
8
|
+ [1]: https://github.com/lefcha/imapfilter
|
|
9
|
+
|
|
10
|
+The basic idea is to provide guidelines as to where to put your Lua rules
|
|
11
|
+separated to several basic 'actions'; and then add a script on top of it
|
|
12
|
+that can be conveniently called inside your crontab.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+Development
|
|
16
|
+-----------
|
|
17
|
+
|
|
18
|
+As of versions 0.0.Z, almost everything here is subject to breaking
|
|
19
|
+change without warnings or even announcement; let me know if you want
|
|
20
|
+to use this so I should be more careful.
|
|
21
|
+
|
|
22
|
+Currently there are no plans to change this "development model".
|
|
23
|
+
|
|
24
|
+Note that author of this script is just learning Lua, a bit here and a
|
|
25
|
+bit there, most of stuff is really just hacked up and ugly (especially
|
|
26
|
+to a trained Lua reader).
|