[fix] the tmail gpgme addon was unquoting the body content by mistake
[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] order references were not always defined and caused crash when there was none
[fix] setup max drift time to 1 hour
[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)
[RM] let's move to next devel stuff
[RM] let's update the version
[evol] add missing licensing terms
[evol] check content-type protocol parameter when validating pgp mail content, and renamed tmail_extra library into tmail_gpg (as it is dedicated to gpg mails only)
[evol] replay protection #2 (should be done), and moved 'run' directory in the new workdir (temporary code until real path configuration)
[evol] check if signature timestamp is not too old or reject it (first part of the replay protection)
[evol] check new mails at a selectable minimum interval, and handle stop requests gracefully
[evol] moved signed/encrypted mail creation from original mail to TMail class, and removed mail object duplication in the process (references to inners objects caused original mail to be altered, copying original headers instead)
[evol] set the 'micalg' parameter in signed mails
[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
[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] ensure DEB_RAILS_PATH is not set twice (but activeldap should do the same)
[evol] implement changing a zone
[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] finished work on crypting mail response
[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] reorganized dependencies
[evol] move IMAP code into a new class
[fix] an exception reference in one object was not defined
[evol] moved the mail processing into a new class returning proper orders
[evol] renamed custom exception and converted an old remaining exception
[evol] move new classes into CyborgHood module and add new exception handling
[evol] split objects abstraction layer and ldap layer in libs
[fix] remove logger usage in tmail extension
[evol] properly moved tmail signature handling out of postman in a library (which i should probably suggest upstream)
[fix] don't fail to merge bot-specific config if it is empty
[evol] Logger can handle setting a permanent prefix (until reset)
[evol] split test file into libs