- Deleted a template that was accidentally added to the core.

- Made some improvements to the mail subsystems.
This commit is contained in:
JT Smith 2006-07-24 19:15:35 +00:00
parent 3ebd2ef625
commit 1171d11891
5 changed files with 49 additions and 20 deletions

View file

@ -44,7 +44,7 @@ These methods are available from this class:
#-------------------------------------------------------------------
=head2 connect ( sessionh, params )
=head2 connect ( session, params )
Constructor. Opens a connection to a POP3 server.
@ -191,6 +191,7 @@ sub getNextMessage {
subject => $subject,
inReplyTo => $inReplyTo,
messageId => $messageId,
"Return-Path" => $returnPath,
date => $self->session->datetime->mailToEpoch($head->get("Date")),
);
my @segments = ();