[evol] added replay email signature (textual, not gpg one), and made a few Postman methods private btw
[fix] gettext domains are binded correctly now (using a new PostmanHome submodule to separate domains easily)
[fix] gettext is working now, nevertheless the domain selection is ugly
[fix] corrected remaining mistakes with the references, and gettext-related code
[fix] corrected mistakes introduced in the 4 previous blind commits
[evol] added gettext support using user prefered langage
[evol] separate signed mail processing from commands extracting, and improved order
[evol] new Mail facility create_simple_reject_reply(msg)
[evol] reorganized CommandParser, and improved messages and error handling
[evol] add missing licensing terms
[evol] crypt rejection mail if user has been identified
[evol] postman can now be daemonized
[evol] check new mails at a selectable minimum interval, and handle stop requests gracefully
[evol] sign outgoing mails, and lot's of fixes and code improvement in mail handling (related to signing, crypting, and preparing/chaining the two)
[evol] handle incoming encrypted messages
[fix] silly typo
[evol] activate outgoing mails
[evol] improved IMAP message handling, and properly delete ignored or processed messages
[evol] backup zone before replacing, reload zone, and rollback zone if reload failed
[evol] set a nice filename in replies attachments
[evol] implement changing a zone
[evol] moved notes in a clean TODO file
[evol] send reply for properly signed message with bad content + ensure setting custom headers in all cases
[evol] ensure sent mail is correctly formated (using Rails ActionMailer utility methods)
[evol] preliminary work on crypting mail response
[evol] new DNS class to manage zone files (only read zone file at the moment) + generate proper mail reply
[evol] create basic mail reply and send it using SMTP
[evol] implemented bot stop trigger
[evol] reorganized dependencies
[evol] move IMAP code into a new class
[evol] moved the mail processing into a new class returning proper orders
[evol] split objects abstraction layer and ldap layer in libs
[evol] add abstraction level above LDAP layer #2 + cleanup + indent
[evol] move LDAP settings out of code and use global logger
[evol] add abstraction level above LDAP layer #1
[evol] handle case when signed content is multipart and propagate other parts as refs for CommandParser
[evol] properly moved tmail signature handling out of postman in a library (which i should probably suggest upstream)
[evol] added postman bot (not fully cyborgified yet)