[tests] test infrastructure with important CyborgHood::Mail tests
[evol] switched from (abandonned upstream) TMail to Mail
[fix] fixed several silly mistakes when mail/gpg was created
[evol] adapted to ruby-gettext API changes
[workaround] fast_gettext (needed by active_ldap) does not handle po files encoding properly
[evol] ported the GPG extension from TMail to Mail (CyborgHood::Mail needs to be adapted now)
[fix] correct path in requires
[evol] 'gettext/utils' is deprecated in favor of 'gettext/tools'
[doc] updated list of build-depends and depends
[fix] use sprintf-like operator and count upon stringification instead of bare concatenation
[evol] updated IMAP handling for Ruby 1.9
[evol] switched to ruby 1.9
[evol] ported tmail_gpg to GPGME 2.0
[debug] catch mail check crashes for debug purpose and stop gracefully
[fix] IMAP: better handle IDLE sessions, process BYE messages from server, and add disconnection detection as Net::IMAP seems not to send BYE messages everytime it should
[fix] intercept GPGME::Error::DecryptFailed happening at least when encrypting with an unknown key
[fix] catch and log unexpected mail processing errors (non-CyberError exceptions)
[fix] Mail: don't forget to reverse-propagate the user into the original mail object when decrypting
[debug] more IMAP debug
[workaround] TMail does not respect RFC2045 §5.2
[fix] tmail_gpg: remove final CRLF added to respect OpenPGP convention
[fix] use normalized mail/parts body (UNIX EOL is much appreciated by UNIX tools)
[evol] quick code to handle running an external script to reload the zone (needed for signed zones)
[fix] return error properly when attachment is missing, avoiding a crash (code is still not properly split in this branch)
[evol] adapted for Ruby-Locale 2.0.5
[evol] adapted for Rails 2.3.5
[fix] forgot to update version
[evol] reorganized TMail extra code, and extra methods in lang_additions
[fix] improve LDAP config loading, and add connection testing
[evol] configuration defaults and schema checking (closes 21)
[evol] removed useless parameter
[fix] TMail monkey patch: corrected misplaced 'end', leading to a regression when signing a multipart mail
[fix] typo
[fix] IMAP: removed buggy rescue
[evol] improved Order classes a lot (closes #101)
[evol] debug: new flag to ignore replays
[evol] added is_numeric? to String
[evol] separate log for each bot (closes #34)
[evol/fix] IMAP: improved error handling and ensure to properly reconnect if appropriate
[evol] don't refetch IMAP capabilities during the same connection
[evol] IMAP IDLE support finished (closes #100)
[fix] repaired IMAP IDLE DONE
[fix] repaired bot stop action
[evol] preliminary IMAP IDLE support (not fully working yet)
[fix] corrected crash introduced when working on body signature
[evol] Mail: use provided @user fingerprint unless overrided
[fix] don't sign and crypt rejection message twice
[evol] move default body signature in Mail class
[evol] reorganized imap processing
[evol] reorganize TMail extra methods
[fix/evol] added new Mail helper methods for headers and use them to display received mail info properly
[evol] Mail: reply to Reply-To addresses instead of From addresses if present
[evol] split IMAP mail checking in several methods and handle errors a bit better
[fix] handle program stop better
[fix] let's be clear when a key if not found
[fix] check for MIME boundaries better
Merge branch '0.2.x' of ssh://rcs-git.duckcorp.org/rcs/git/duckcorp/cyborghood
[RELEASE] 0.2.3
[fix] handle mail unquoting and conversion to UTF-8 better
[fix] Order management was broken #2
[fix] Order management was broken
[RELEASE] 0.2.2
[fix] don't crash is user has no language preference
[doc] Postman workflow (closes #28)
[RELEASE] 0.2.1
[fix] workaround a nasty TMail behavior: don't regenerate a new boundary when one already exist to avoid breaking GPG signatures
[fix] raise an error when trying to sign a not properly encoded content
[fix] ensure RFC3156 content is calculated with raw content when checking a signature (without TMail content reorganization) and using the TMail generated content when creating a new mail
[fix] corrected multipart MailOrder parsing: skip first part and parse 'content-*' headers properly
[evol] added to_multipart! method to remove such low level manipulations from postman
[fix] ensure to_rfc3156() is strict, and ensure quoted_body message is properly added for signed/crypted
[fix] ensure Postman multipart replies are sent without custom headers in the 'multipart/mixed' part, and add a quoted_body message
[fix] don't set command result before every action is done to avoid returning SUCCESS when an exception is raised
[fix] corrected crash due to exceptions returning non-tm
[fix] don't truncate log file at startup
[fix] don't crash if @config.i18n.restricted_language_set is not set
[todo] update
[licence] updated copyright years and added missing headers
[fix] forgot to adapt 'bin/postman_daemon'
[RELEASE] 0.2.0
[fix] corrected Plural-Forms indication for fr translations #2
[cleanup] moved CommandRunner out of 'bin/postman' and associated L10N strings
[fix] ensured LC_ALL is properly set for library
[cleanup] moved base require files in 'lib/cyborghood/base'
[cleanup] split 'lib/cyborghood/base.rb' and reorganized requires a bit
[evol] allow setting the mail max drift time
[debug] simplify debug with debug flags, added one to allow not removing mails in the mailbox (to replay them later)
[cleanup] better class/modules names for a few items
[fix] corrected Plural-Forms indication for fr translations
[fix] fixed listing avalaible languages
[fix] don't translate command results in logs
[evol] translation rework: new mechanism to handle translated/untranslated strings, make use of translation parameters, moved I18n class, translations update
[fix] set_language() must change locale for ALL domains
[fix] broken translation + refresh
[fix] simplify command result handling and fix result.cmd not properly set
[fix] catch problems when splitting the command line, and do not forget to include gettext support for the error messages
[evol] revised CyberError severities
[cleanup] remove commented debug and remove count information from Array pack (always one element)
[fix] updated the TMail extension