NAME
Socialtext::MailArchive - Archive mail into a workspace
SYNOPSIS
use Socialtext::MailArchive;
my $ma = Socialtext::MailArchive->new( rester => $r );
$ma->archive_mail( $mail_message );
DESCRIPTION
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.
METHODS
new
Create a new mail archiver object. Options are provided as a hash:
rester - a Socialtext::Resting object
archive_mail
Archive a mail message. A mail message should be passed as a scalar into this method.
AUTHOR
Luke Closs, <luke.closs at socialtext.com>
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
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.