- Deleted a template that was accidentally added to the core.
- Made some improvements to the mail subsystems.
This commit is contained in:
parent
3ebd2ef625
commit
1171d11891
5 changed files with 49 additions and 20 deletions
|
|
@ -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 = ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue