Skip to content

Commit

Permalink
AS16 - imap savedraftMail changes 3
Browse files Browse the repository at this point in the history
  • Loading branch information
matidau committed Dec 7, 2024
1 parent 7f98647 commit 3b35c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/imap/imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3123,7 +3123,7 @@ public function saveDraftMail($sm) {
$contenttype = 'text/rtf';
break;
case SYNC_BODYPREFERENCE_MIME:
$contenttype = 'multipart/alternative'
$contenttype = 'multipart/alternative';
break;
}

Expand Down

0 comments on commit 3b35c4f

Please sign in to comment.