#1485553 closed Bugs (fixed)
r2046 breaks Roundcube at all
| Reported by: | ex_sqm | Owned by: | |
|---|---|---|---|
| Priority: | 1 - Highest | Milestone: | 0.2-stable |
| Component: | PHP backend | Version: | git-master |
| Severity: | critical | Keywords: | |
| Cc: |
Attachments (2)
Change History (9)
comment:1 Changed 5 years ago by ex_sqm
- Summary changed from [0803fb00] breaks Rouncube at all to r2046 breaks Roundcube at all
comment:2 Changed 5 years ago by alec
- Component changed from Core functionality to PHP backend
- Milestone set to 0.2-stable
Is this happen always or when you use status filter or search? I have no problems with dovecot-1.0. Are u sure that you've updated all directories?
comment:3 Changed 5 years ago by spleiner
I have the same problem on Dovecot 1.1.4
Reverting to 2045 solves the problem.
The problem occurs all the time and for all folders directly after login. If I perform a search, for example "a" the mail matching the search appears. If I filter for (for example) unread messages those messages appear but without a status filter or search all folders remain empty. Hope this information helps solve the problem.
comment:4 Changed 5 years ago by alec
Please, uncomment console() calls in lib/imap.inc and login to roundcube, then check logs/console and attach here.
Changed 5 years ago by ex_sqm
comment:5 Changed 5 years ago by grosjo
I have the excat same issue (DBMail as server, apache/mysql)
In deed, looking at console, i have
[14-Nov-2008 20:34:11 +0200]: S: * 1314 EXISTS
[14-Nov-2008 20:34:11 +0200]: S: * 0 RECENT
and display is empty (but I do access my 1314 by Thunderbird, and by RoundCube 2045)
comment:6 Changed 5 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [3d1e777b].
comment:7 Changed 5 years ago by alec
... and for you guys, small speed up, enable login_greeting_capability in dovecot's config.

Update:
If I only leave roundcubemail/program/include/rcube_imap.php in [47369b29] and the rest in HEAD, it works. So obviously something in rcube_imap.php must be broken.