Skip to content

Commit

Permalink
Merge pull request #750 from josaphatim/send-imap-server
Browse files Browse the repository at this point in the history
Allow cypht integration to save message away from imap server
  • Loading branch information
kroky authored Aug 29, 2023
2 parents 14af9e2 + 70212b1 commit 864929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smtp/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ public function process() {

/* check for associated IMAP server to save a copy */
if ($imap_server !== false) {
$this->out('save_sent_server', $imap_server);
$this->out('save_sent_server', $imap_server, false);
$this->out('save_sent_msg', $mime);
}
else {
Expand Down

0 comments on commit 864929c

Please sign in to comment.