Files | Admin

Notes:

Release Name: 0.12

Notes:
TMail 0.12 Handles one bug and refactors some internal code to provide better handling of quotations in the header (an ongoing process!)

The bug handled is with regards to the adding of attachments to an TMail::Mail object.  The object could have an attachment added through the body= method, but it would not recognize it until the email was written to_s or reparsed.

This is now fixed.

The internal code handling was to refactor the way TMail decides if it needs to keep or delete the quotation marks around various header fields.  This was cleaned up substantially.


Changes: Sat Oct 27 05:43:36 GMT 2007 Mikel Lindsaar <raasdnil@gmail.com> * Re-factored the quotation handling - learnt more about how this is implemented by Minero, and re-wrote my handling of it to preserve quotation marks in the headers Sat Oct 27 05:43:36 GMT 2007 Mikel Lindsaar <raasdnil@gmail.com> * Closed 15077 - Assigning the body via mail.body would not reparse the email body text. Changed mail.rb to reparse body if assigned via body= String.