Summary | Setting options for Mobile Mail |
Queue | MIMP |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | ehymel (at) e-medico (dot) com |
Created | 03/29/2005 (7446 days ago) |
Due | |
Updated | 10/21/2005 (7240 days ago) |
Assigned | 07/23/2005 (7330 days ago) |
Resolved | 10/21/2005 (7240 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
solution for the login problem, so I'm closing this ticket.
needs to be reverted or changed. Aside from using hordeauth in MIMP,
there may not be another way to do this. Thoughts?
Assigned to
State ⇒ Feedback
needs to be reverted or changed. Aside from using hordeauth in MIMP,
there may not be another way to do this. Thoughts?
had error reporting on, like you should have for debug code, you would
have seen the exact error message. Please create one ticket per issue,
turn on error reporting, and don't paste large blocks of HTML unless
we ask you to.
"Save options", though, the working area of horde is blank. Below is
the entirety of that frame. Any options are actually saved though.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<!-- MIMP: Copyright 2001-2004, The Horde Project. MIMP is under the GPL. -->
<!-- Horde Project: http://horde.org/ | MIMP: http://horde.org/mimp/ -->
<!-- GNU Public License: http://www.fsf.org/copyleft/gpl.html -->
<html lang="en-US"><head>
<title>Mobile Mail :: User Options</title>
<!--a75c305b1c0a6022--><link href="/mimp/themes/graphics/favicon.ico"
rel="SHORTCUT ICON" />
<!--a75c305b1c0a6022--><link href="/themes/screen.css"
rel="stylesheet" type="text/css" />
<!--a75c305b1c0a6022--><link href="/themes/burntorange/screen.css"
rel="stylesheet" type="text/css" />
</head>
<body>
<div id="menu">
<script language="JavaScript" type="text/javascript"
src="/services/javascript.php?file=open_help_win.js&app=horde"></script><ul><li><a href="/services/prefs.php?app=mimp" onmouseout="window.status='';" onmouseover="window.status='Options'; return true;" class="current"><img src="/themes/graphics/prefs.png" alt="Options" title="Options" /><br
/>Options</a></li>
<li><a href="/services/problem.php?return_url=%2Fservices%2Fprefs.php"
onmouseout="window.status='';" onmouseover="window.status='Problem';
return true;"><img src="/themes/graphics/problem.png" alt="Problem"
title="Problem" /><br />Problem</a></li>
<li><a href="https://group.e-medico.com/services/help/?module=mimp"
onclick="open_help_win('mimp'); return false;"
onmouseout="window.status='';" onmouseover="window.status='Help';
return true;" target="help"><img src="/themes/graphics/help_index.png"
alt="Help" title="Help" /><br />Help</a></li>
<li><a href="/login.php?logout_reason=logout"
onmouseout="window.status='';" onmouseover="window.status='Log out';
return true;" target="_parent"><img src="/themes/graphics/logout.png"
alt="Log out" title="Log out" /><br />Log out</a></li>
</ul></div>
<br id="menuSpacer" />
State ⇒ Resolved
to Horde that will prevent the extra login screen - for the future,
please try to put each issue in its own ticket. Thanks!
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Setting options for Mobile Mail
Queue ⇒ MIMP
State ⇒ Unconfirmed
I am seeing a problem when setting preference for MIMP from within
horde (using a full web browser, not from a mobile pda).
When first clicking on options --> Mobile Mail, I get a login
interface for MIMP. After logging in, then I can edit options as
normal. This is minor.
The real problem is that I am unable to edit any personal information.
There is simply nothing for me to see. The other sections (Server
Information, Message Viewing, etc) appear normally and I can customize
without problem.
In the html code for the page when on the Personal Information page, I see:
<---- snip ----->
<div class="header">
<ul><li><a href="/services/prefs.php?group=compose&app=mimp"
onmouseout="window.status='';" onmouseover="window.status='Previous
options'; return true;"><< Message
Composition</a> | <a
href="/services/prefs.php?group=server&app=mimp"
onmouseout="window.status='';" onmouseover="window.status='Next
options'; return true;">Server Information >></a></li></ul>
Personal Information</div>
<!--a75c305b1c0a6022--><table width="100%" cellspacing="0"><tr><td
class="item">
</td></tr></table>
<br />
<---- snip ----->
I follow HEAD for all of horde. I am using the latest prefs.php.dist
as my prefs.php file. I believe the problem is related to the
prefs.php file having this:
$prefGroups['personal'] = array(
'column' => _("Your Information"),
'label' => _("Personal Information"),
'desc' => _("Change the name, address, and signature that people
see when they read and reply to your email."),
'members' => array('default_identity'));
The last line here should probably contain more. I tried adding all of
the members but to no avail.
Thanks again.