mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
flags for imap_append and Sent email flagged Seen
This commit is contained in:
parent
9a47dfa09e
commit
0b409c5b02
@ -90,7 +90,7 @@ class send {
|
||||
}
|
||||
if ($phpgw_info["user"]["preferences"]["email"]["mail_server_type"] == "imap" && $phpgw_info["user"]["apps"]["email"] && is_object($phpgw->msg)){
|
||||
$stream = $phpgw->msg->login("Sent");
|
||||
$phpgw->msg->append($stream, "Sent", $header, $body);
|
||||
$phpgw->msg->append($stream, "Sent", $header, $body, "\\Seen");
|
||||
$phpgw->msg->close($stream);
|
||||
}
|
||||
if (strlen($cc)>1) $to .= ",".$cc;
|
||||
|
Loading…
Reference in New Issue
Block a user