Summary | When no messages are in mailbox there is no menu |
Queue | MIMP |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | lukav (at) lukav (dot) com |
Created | 10/20/2005 (7260 days ago) |
Due | |
Updated | 01/08/2006 (7180 days ago) |
Assigned | 10/20/2005 (7260 days ago) |
Resolved | 01/08/2006 (7180 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Assigned to Michael Slusarz
Assigned to
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ when no messages in inbox there is no meni
Queue ⇒ MIMP
I've installed MIMP today and stumbled on a stupid problem.
when there is no messages in inbox I cannot get to the menu to see my
other folders.
My IMAP server has a dropmail filter and sort my incomming messages in
folders, so I have a problem accessing the folder of there are no
messages in inbox either new or old.
The page loogs like this when there is a message:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="m" title="Inbox | 1 to 1 of 1">
<do type="options" label="Menu">
<go href="#o"/>
</do>
<p>
<!--a75c305b1c0a6022--><table columns="3">
<tr>
<td>
</td>
<td>From</td>
<td>Subject</td>
</tr>
<tr>
<td>
</td>
<td>George Cha...</td>
<td>
<a
href="/horde/mimp/message.php?Horde=6m0pe1l84mfte424i74u6n2u84&index=1527">Plesk,
hosting</a>
</td>
</tr>
</table>
</p>
</card>
<card id="o" title="Menu">
<p>
<a
href="/horde/mimp/mailbox.php?Horde=6m0pe1l84mfte424i74u6n2u84&page=1">Refresh</a>
<br />
<a
href="/horde/mimp/mailbox.php?Horde=6m0pe1l84mfte424i74u6n2u84&page=1&actionID=expunge_mailbox">Purge
Deleted</a>
<br />
<a
href="/horde/mimp/compose.php?Horde=6m0pe1l84mfte424i74u6n2u84&u=8jd9aobxdqosc0wgs0">Compose</a>
<br />
<a href="/horde/mimp/folders.php?Horde=6m0pe1l84mfte424i74u6n2u84">Folders</a>
<br />
<a
href="/horde/mimp/login.php?Horde=6m0pe1l84mfte424i74u6n2u84&logout_reason=logout">Log
out</a>
<br />
</p>
</card>
</wml>
and like this when there isn't one:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="m" title="Inbox | No Messages">
</card>
<card id="o" title="Menu">
<p>
<a
href="/horde/mimp/mailbox.php?Horde=6m0pe1l84mfte424i74u6n2u84&page=1">Refresh</a>
<br />
<a
href="/horde/mimp/mailbox.php?Horde=6m0pe1l84mfte424i74u6n2u84&page=1&actionID=expunge_mailbox">Purge
Deleted</a>
<br />
<a
href="/horde/mimp/compose.php?Horde=6m0pe1l84mfte424i74u6n2u84&u=ou8ahmqcfr44sggco">Compose</a>
<br />
<a href="/horde/mimp/folders.php?Horde=6m0pe1l84mfte424i74u6n2u84">Folders</a>
<br />
<a
href="/horde/mimp/login.php?Horde=6m0pe1l84mfte424i74u6n2u84&logout_reason=logout">Log
out</a>
<br />
</p>
</card>
</wml>
I think this is the problem:
<do type="options" label="Menu">
<go href="#o"/>
</do>
that one is missing when there are no messages.
another relevant information is :
I'm runnig fedoracore4 followed the instructions for install in wiki.
I'm also using the wiki Howto for authentication IMP and MIMP.
I have tested this with My Nokia 6230 and Nokia Mobile Browser Simulator 4.0
I could also mension that till I turn off my cookie in Nokia 6230 I
couldn't login.
I couldn't send mails also, but I don't have time to investigate this
now, so I'll probably enter another bug once I understand what is the
problem.
Thanks very much.
Keep with the good work.
Regards.