[licence] updated copyright years
[workaround] TMail does not respect RFC2045 §5.2
[fix] use normalized mail/parts body (UNIX EOL is much appreciated by UNIX tools)
[evol] adapted for Rails 2.3.5
[evol] reorganized TMail extra code, and extra methods in lang_additions
[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] 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
[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)