mailimage2mysql/README
author Tomas Zeman <tzeman@volny.cz>
Wed, 18 Dec 2013 09:20:53 +0100
changeset 39 1fc1aab8014b
parent 32 27a0248f5f27
permissions -rw-r--r--
svn commit helper (displays diff); diff must be manually deleted before committing the changes

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