*0.1.23 [Enhancement] (2011-01-07) * A small change to reduce likelyhood of nil match when extracting to address on bounce. [aiwilliams] *0.1.20 [Enhancement] (2010-09-01) * Fixed bug where delete would not work with select from table update occurs in (sql error). [aiwilliams] *0.1.19 [Enhancement] (2010-08-12) * Requiring subscriber instances to respond to 'rfc5322_email' instead of 'email_address' in order to allow the latter name to be used in associations. [aiwilliams] *0.1.18 [Enhancement] (2010-06-11) * Moving mail that has no rfc822 content into a settings[:failure_folder], if that setting is provided. [aiwilliams] *0.1.17 [Bug Fix] (2010-05-04) * Fixed bug where rfc822 was missing. [mikehale] *0.1.16 [Bug Fix] (2010-04-13) * Fixed bug where encoding was lost when adding footers. [aiwilliams] *0.1.15 [Bug Fix] (2010-04-02) * Fixed mistakes in lifecycle management of imap connection. [aiwilliams] *0.1.14 [Bug Fix] (2010-04-02) * Better to ask for not deleted messages, and expunging after processing. [aiwilliams] *0.1.13 [Enhancement] (2010-04-02) * Added an IMAP server for reading multiple folders. [aiwilliams] *0.1.12 [Enhancement] (2010-03-26) * Added footers to html parts of email. [aiwilliams] *0.1.10 [Enhancement] (2010-01-11) * Delegating back to the list the question of whether an email has been to the list before (X-BeenThere checking). [aiwilliams] *0.1.9 [Enhancement] (2009-12-21) * DomainKey-Signature and DKIM-Signature headers will not be published to list so that sending SMTP servers may sign. [aiwilliams] * Deploying to http://gemcutter.org [aiwilliams] *0.1.8 [Enhancement] (2009-08-19) * return-receipt-to header will not be published to list to avoid having recipients spam list with receipts [aiwilliams] *0.1.7 [Bug Fixes, Delivery Improvements] (2009-08-14) *   is maintained as spacing in html_to_text conversions [aiwilliams] * Fixed bug where delivered email included the original Cc header. This could cause all kinds of problems. [aiwilliams] * Fixed bug where list addresses in Cc header were not be utilized in determining the lists to deliver to. [aiwilliams] * Fixed bug where delivery date was left to the mercy of the Rails time configuration. Using Time.now. [aiwilliams] * Manager list can indicate if reply-to should be list address or subscriber. [aiwilliams] * Leaving the reply-to field intact when it already exists on incoming email. [aiwilliams] * Messages will not be delivered to addresses found in the TO and CC fields in order to keep those recipients from getting two emails. [aiwilliams] * Added ability to optionally copy sender. [aiwilliams] *0.1.6 [Bug Fixes] (March 5, 2009) * Messages are processed even when there are no recipients [aiwilliams] * Escaping DQUOTE and \ in email address phrase for some headers [aiwilliams] *0.1.5 [Solid Basics] (January 17, 2009) * No longer storing the list label in the message subject field, thereby supporting cleaner viewing of threads [aiwilliams] * Improved handling of incoming email subjects by leaving labels alone that aren't obviously the label of the list, thereby allowing for subjects like "[Ann] My New Thing" [aiwilliams] * Notifying subscribers when the list indicates that they are currently blocked from posting messages to a list they are subscribed to [aiwilliams] * Added MList::Manager module to better define the interface of list managers. This needs to be included into list manager implementations. [aiwilliams] * MList::List implementors may now answer the footer content to be appended to the bottom of the text/plain part of messages. [aiwilliams] * List footers are stripped from text/plain part of messages before being delivered. [aiwilliams] * Observers of MList models which are defined in client applications now work without special instruction. [aiwilliams] * A first pass implementation for converting html to text using Hpricot. [aiwilliams] * Better thread tree, supporting message navigation within a thread through a linked list kind of approach. [aiwilliams] * Better parent message associating using in-reply-to, then references, then subject. [aiwilliams] * MList.version is hash of {:major => 0, :minor => 0, :patch => 0}, with a to_s of 'MList 0.0.0'. [aiwilliams] * Fixed bug where original email source content was last in TMail::Mail#to_s usage. [aiwilliams] *0.1.4 [] (January 7, 2009) * Fixed bug where default email server was not allowing for settings [aiwilliams] * Made subject for reply place 're:' in front of the list label [aiwilliams] * Added really simple tree support. Really simple. [aiwilliams] *0.1.3 [] (January 7, 2009) * Generating message id as UUID [aiwilliams] * Allowing setting of domain for message id [aiwilliams] * Fixed bug in storing message id [aiwilliams] *0.1.2 [] (January 7, 2009) * Added references header when creating a reply post. [aiwilliams] * Including display_name in from address of EmailPost. [aiwilliams] * Improved extraction of text when it is nested inside parts. [aiwilliams] *0.1.1 [First Working Release] (January 5, 2009)