Email::Simple::Creator
From PEPWiki
This article refers to the Perl module Email::Simple::Creator.
- Read documentation: Email::Simple::Creator
- Included in distribution: Email-Simple-Creator
- View Open RT Tickets
This module provides Email::Simple with a "create" method for making new objects from scratch.
[edit]
Problems
[edit]
Date Header
The Date header is added unless a defined date is given in the constructor, meaning that the only way to produce a message without a Date is to remove the header after construction. This is especially annoying when creating Email::MIME objects -- we don't need a Date header on each sub-part!

