Project

General

Profile

Revision:

Revisions

# Date Author Comment
7153c29d 2018-05-27 19:48 Marc Dequènes

search for the mail part containing orders

Previously only the first part was checked. Now multiparts are searched
recursively. The first 'text/plain' part found is taken as orders,
subsequent ones are treated as attachments like other parts with a
different MIME type....

bdcaf541 2017-07-21 11:11 Marc Dequènes

updated Mail::GpgExtension to work with Ruby Mail in Stretch

e762203c 2017-04-05 17:55 Marc Dequènes

support crazy non-historical TLDs

c9e31672 2015-07-26 22:27 Marc Dequènes

[fix] add some quick checks for the main headers (as a stopgap)

5dbe379b 2014-05-26 15:14 Marc Dequènes

[fix] move zone name canonicalization in objects and strip final dot

93c35c11 2014-05-26 14:43 Marc Dequènes

[fix] allow any disposition for GPG mail parts

RFC3156 does not specify anything about Content-Disposition.

followup on c3722b8

e255558d 2014-04-29 16:18 Marc Dequènes

[cleanup] use proper shebang since Ruby <<1.9 is over now

9f5adedd 2014-02-04 21:03 Marc Dequènes

[fix] also catch Errno::ECONNRESET when trying to connect to the IMAP server

c3722b8d 2014-01-14 01:27 Marc Dequènes

[fix] the signature can be an attachment or not (from ruby-mail's point of view), it does not matter (depends on the MUA's preferences)

6bdb87a1 2014-01-09 18:26 Marc Dequènes

[RM] release 0.4.0

79a2d2a3 2014-01-09 18:23 Marc Dequènes

[debug] clarify disconnection messages

b0ff68e0 2014-01-09 18:18 Marc Dequènes

[fix] properly workaround exiting IMAP IDLE mode when run from a signal handler in order to stop gracefully

ab03f821 2014-01-09 17:30 Marc Dequènes

[fix] ensure transcript_part is in scope

cdab9091 2014-01-09 17:30 Marc Dequènes

[evol] more TMail->Mail adaptations for main processing

c8c1e72c 2014-01-09 17:30 Marc Dequènes

[fix] method was renamed

1331980d 2014-01-09 17:30 Marc Dequènes

[evol] adapted MailOrderParser from TMail to Mail

1b720583 2014-01-09 13:18 Marc Dequènes

[evol] adapt tests since GPGME is linked with GnuPG2

63ff4d33 2014-01-09 13:18 Marc Dequènes

[fix] rework the IMAP wait and read logic

8e62af8d 2014-01-09 13:18 Marc Dequènes

[fix] wakeup when received mail in idle mode

979a7aaa 2014-01-09 13:18 Marc Dequènes

[fix] ruby-mail delivery method needs to be setup before any Mail object is created

e34edea7 2014-01-09 13:18 Marc Dequènes

[fix] correct (build) dependency list in README

4672e230 2014-01-09 13:18 Marc Dequènes

[evol] allow passing any parameter to the ruby-mail delivery settings

77753e33 2014-01-09 13:18 Marc Dequènes

[evol] catch Psych new SyntaxError-based exceptions (since Ruby 1.9)

15dbaea7 2014-01-09 13:18 Marc Dequènes

[fix] correct evaluation problem in block context

3fa781a8 2014-01-09 13:18 Marc Dequènes

[fix] properly use root namespace when using Mail inside CybordHood::Mail

41310a41 2014-01-09 13:18 Marc Dequènes

[fix] get rid of class variables (see http://www.oreillynet.com/ruby/blog/2007/01/nubygems_dont_use_class_variab_1.html)

3ae30f46 2014-01-09 13:18 Marc Dequènes

[fix] trust keys used to encrypt

7527ece5 2014-01-09 13:18 Marc Dequènes

[translation] update POT and fr PO

28c8cbc3 2014-01-09 13:18 Marc Dequènes

[evol] updated i18n rake rules for recent ruby-gettext

85fb699c 2014-01-07 16:52 Marc Dequènes

[debug] more debug information in case of crash

f3075838 2014-01-07 16:33 Marc Dequènes

[fix] failed mail processing should not return true as if nothing happened

670e5378 2014-01-07 16:32 Marc Dequènes

[fix] remaining mail count stayed up when mail processing failed, leading to an infinite loop

8a6cc608 2014-01-07 16:16 Marc Dequènes

[evol] implement stopatfirsterror debug flag (was unconditionnal but broken until 7e264b1)

7e264b11 2014-01-07 16:12 Marc Dequènes

[fix] missing stop condition

b0da6fb3 2014-01-07 16:09 Marc Dequènes

[evol] removed useless 'debug_' prefix in debug flags

ef68cb26 2014-01-07 12:24 Marc Dequènes

[tests] test infrastructure with important CyborgHood::Mail tests

1879aa76 2014-01-07 12:24 Marc Dequènes

[evol] switched from (abandonned upstream) TMail to Mail

326064f7 2014-01-02 03:14 Marc Dequènes

[fix] fixed several silly mistakes when mail/gpg was created

bca470a3 2014-01-02 03:12 Marc Dequènes

[evol] adapted to ruby-gettext API changes

a5e14040 2013-03-03 02:57 Marc Dequènes

[workaround] fast_gettext (needed by active_ldap) does not handle po files encoding properly

ad54b915 2013-02-25 00:59 Marc Dequènes

[evol] ported the GPG extension from TMail to Mail (CyborgHood::Mail needs to be adapted now)

9cceb81a 2013-02-24 14:17 Marc Dequènes

[fix] correct path in requires

598aa662 2013-02-24 14:15 Marc Dequènes

[evol] 'gettext/utils' is deprecated in favor of 'gettext/tools'

b5f2e733 2013-02-18 23:16 Marc Dequènes

[doc] updated list of build-depends and depends

824a3af6 2013-02-18 23:16 Marc Dequènes

[fix] use sprintf-like operator and count upon stringification instead of bare concatenation

c77a4651 2013-02-18 23:16 Marc Dequènes

[evol] updated IMAP handling for Ruby 1.9

a587ca10 2013-02-17 23:11 Marc Dequènes

[evol] switched to ruby 1.9

6b300a88 2012-05-29 00:26 Marc Dequènes

[evol] ported tmail_gpg to GPGME 2.0

a1df93fe 2011-10-04 03:11 Marc Dequènes

[debug] catch mail check crashes for debug purpose and stop gracefully

ad2ecdf4 2011-10-04 03:00 Marc Dequènes

[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

(1-50/402) Per page: 25, 50, 100

Also available in: Atom