--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mailimage2mysql/README Thu Sep 19 13:23:11 2013 +0200
@@ -0,0 +1,15 @@
+Store image info (from email) to MySQL database.
+
+Operation:
+
+ - parses/unpacks incoming mail (on stdin)
+ - all image attachments are stored in IMGFOLDER under unique name
+ - image/email metadata are stored in MySQL database (table IMGTABLE)
+ - adheres to qmail-command(8) interface
+
+Licensed under BSD-style license.
+
+Example setup:
+
+ - put into your .qmail-images file:
+ | envdir env path/to/m2m || exit 100