Merged
Conversation
d460f73 to
28fe577
Compare
kesselb
commented
Oct 7, 2025
| if ($draftsMailboxId === null) { | ||
| return $this->mailManager->createMailbox( | ||
| $account, | ||
| 'Drafts', |
Contributor
Author
There was a problem hiding this comment.
We should probably translate it, but if the server doesn’t support storing the special-use flag, guessing the special use from the folder name will fail since we don’t know that “Entwürfe” means “Drafts”. So using the untranslated version is the safer option.
d8cfcf3 to
59d310b
Compare
59d310b to
769465c
Compare
769465c to
14e2b73
Compare
DerDreschner
approved these changes
Jan 14, 2026
Contributor
DerDreschner
left a comment
There was a problem hiding this comment.
Tested fine.
Only thing is that the list of folders should update in the UI after saving the draft to the IMAP server (if the folder doesn't exist, of course). Needs a manual page reload, which can be a bit confusing for some as it appears the message is gone at first. Maybe we should open a follow up ticket for that?
14e2b73 to
7625e73
Compare
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
7625e73 to
c01706f
Compare
Contributor
Author
|
/backport to stable5.6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.