mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-28 02:15:56 +03:00
[GH-ISSUE #2336] Webmail does not list mails when FTS-Solr is enabled #1573
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#1573
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 @zsoltbarat on GitHub (Jul 31, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2336
Originally assigned to: @kryskool on GitHub.
Impacted versions
Steps to reproduce
Configure Solr as FTS engine for Dovecot like:
plugin {
fts = solr
fts_autoindex = yes
fts_solr = break-imap-search url=http://xxxx:8080/solr/
}
Launch webmail client in Modoboa
Current behavior
Due to how default IMAP search is implemented no mails are found
Expected behavior
List mails in overview
Video/Screenshot link (optional)
@zsoltbarat commented on GitHub (Jul 31, 2021):
dovecot version: 2.2.27
@zsoltbarat commented on GitHub (Jul 31, 2021):
A quick fix would be:
In imaputils.py
Searching for "" does not looks so right anyway.
There is IMAP search ALL for this.
@zsoltbarat commented on GitHub (Jul 31, 2021):
I can provide a proper patch if needed.
@tonioo commented on GitHub (Aug 9, 2021):
@zsoltbarat It would be great :)
@stale[bot] commented on GitHub (Oct 9, 2021):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.