
Socialtext::MailArchive - Archive mail into a workspace

use Socialtext::MailArchive; my $ma = Socialtext::MailArchive->new( rester => $r ); $ma->archive_mail( $mail_message );

Socialtext::MailArchive provides an easy way to archive mailing lists into a workspace. Each message will be put on a separate page (and tagged 'message'), and messages will also be included from a thread page named after the message subject (tagged 'thread').
This module is at this point an experiment to see how email and wikis can integrate. Whether it's a good idea or not is left up to the reader.

Create a new mail archiver object. Options are provided as a hash:
Archive a mail message. A mail message should be passed as a scalar into this method.

Luke Closs, <luke.closs at socialtext.com>


Copyright 2006 Luke Closs, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.