-
In response to http://drupal.org/node/90313, use Email::Address rather than that ad-hoc regex I came up with previously.
-
Big fat FIXME
-
Replace "7" with symbolic constant
-
Fixes for digest sending, a nasty typo and some errors WRT complex data structures
-
Add global flag for setting a Reply-To header
-
Updated documentation according to http://drupal.org/node/74736
-
Handle multipart/signed message parts (S/MIME)
-
* Some POD clarification concerning debug mode and UTF-8 * Moved DB connection to one place
-
Totally untested (yeah, let's break stuff!): * Add constants for mail status * Changes to where status update happens (necessary for full digest support) - Minor formatting changes for variable declaration
-
* Add stupid workaround for server collation. * Various bugfixes TODO: Remove digest recipients from DB after successfull sending . This requires some code re-organization.