mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #436] Dovecot IMAP LIST command returning names not wrapped in double quotes #419
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#419
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/436
Originally assigned to: @tonioo on GitHub.
Originally created by Adam Moore on 2013-07-24T12:54:59Z
Dovecot configuration for the LIST command returns the names of the mailbox folders without enclosing them in double quotes.
This caused a Python error in extensions/webmail/imaputils.py on line 399.
Changing the regex on line 141 from
to
solved the issue.
My Dovecot configuration, as outputted by doveconf -a, is attached
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-07-26T13:16:34Z
Hi Adam,
which modoboa version are you running? A 1.0.0 or the 1.0.x branch from github?
Thanks.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Anonymous on 2013-07-27T07:04:30Z
Applied in changeset commit:9570e2dea036212c61f8751e6dad9fd99747d133.