Summary | Horde 5.0.4 Refresh button not populate the emails on the list |
Queue | Horde Base |
Queue Version | 5.0.4 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | nicu.bogus (at) gmail (dot) com |
Created | 03/20/2013 (4492 days ago) |
Due | |
Updated | 04/02/2013 (4479 days ago) |
Assigned | 03/20/2013 (4492 days ago) |
Resolved | 04/02/2013 (4479 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Summary ⇒ Horde 5.0.4 Refresh button not populate the emails on the list
click on refresh and then the mailbox. Both should show the same
value in the imp:poll item.
INBOX. Not sure if that's what you are expecting to see.
get any new emails.
Can you tell me what I can do for help you?
/*-secure-{"response":false,"tasks":{"imp:poll":{"SU5CT1g":0}}}*/
sent to the server. However, all "tasks" are run regardless of the
response value. So all 'imp:poll' information is processed any time
it is seen, regardless of the response value.
In both cases given above, there are no unseen messages reported in
INBOX. Not sure if that's what you are expecting to see.
For further debugging information, please read
http://www.horde.org/apps/horde/docs/INSTALL#dynamic-view-troubleshooting
Maybe this will help. With Firebug enabled when I press on Refresh
button I got this:
http://mail.powerhosting.com/horde/services/ajax.php/imp/poll
/*-secure-{"response":true,"tasks":{"imp:poll":{"SU5CT1g":0}}}*/
And when I press on Inbox I got this:
http://mail.powerhosting.com/horde/services/ajax.php/imp/viewPort
/*-secure-{"response":false,"tasks":{"imp:poll":{"SU5CT1g":0}}}*/
The Inbox one is working. So I guess you need to set false instead of
true on imp/poll.
Regards
Priority ⇒ 1. Low
State ⇒ Assigned
For further debugging information, please read
http://www.horde.org/apps/horde/docs/INSTALL#dynamic-view-troubleshooting
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Horde 5.0.4 Refresh button not pupulate the emails on the list
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I've upgraded horde to the last version 5.0.4 and I found that, when
you receive new emails these are not shown on the list until I will
click on the Inbox.
If I click on the Inbox the list of emails is populated. If I click on
Refresh button, the list is not populated and no new emails are shown.
I've searched all system logs and there are no errors. I've also
enable horde logs and there are no errors too.
Regards