Luke Closs > Socialtext-MailArchive-0.02 > Socialtext::MailArchive

Download:
Socialtext-MailArchive-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

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:

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.