Socialtext::MailArchive - Archive mail into a workspace


Socialtext-MailArchive documentation  | view source Contained in the Socialtext-MailArchive distribution.

Index


NAME

Top

Socialtext::MailArchive - Archive mail into a workspace

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

Top

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

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Socialtext-MailArchive documentation  | view source Contained in the Socialtext-MailArchive distribution.