6.0.0-beta1
8/17/25

[#1636] Setting options for Mobile Mail
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

History
10/21/2005 04:30:27 PM Jan Schneider Comment #8
State ⇒ Resolved
Reply to this comment
The original issue of this ticket has been solved and we don't have a 
solution for the login problem, so I'm closing this ticket.
10/02/2005 05:26:32 PM Jan Schneider Comment #7 Reply to this comment
Nothing yet.
10/02/2005 01:36:10 PM Chuck Hagenbuch Comment #6 Reply to this comment
Unfortunately the way I avoided the extra login screen breaks BC, and
needs to be reverted or changed. Aside from using hordeauth in MIMP,
there may not be another way to do this. Thoughts?
What did we decide to do about this?
07/23/2005 02:49:55 AM Chuck Hagenbuch Comment #5
Assigned to Horde DevelopersHorde Developers
State ⇒ Feedback
Reply to this comment
Unfortunately the way I avoided the extra login screen breaks BC, and 
needs to be reverted or changed. Aside from using hordeauth in MIMP, 
there may not be another way to do this. Thoughts?
03/29/2005 05:12:47 PM Chuck Hagenbuch Comment #4 Reply to this comment
This was an entirely different problem, but it's also fixed. If you 
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.
03/29/2005 04:48:20 PM ehymel (at) e-medico (dot) com Comment #3 Reply to this comment
Excellent Chuck. It's working now as you describe. When you click on 
"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&amp;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" />
03/29/2005 04:27:22 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed, you can edit the basic identity info now. I also made a change 
to Horde that will prevent the extra login screen - for the future, 
please try to put each issue in its own ticket. Thanks!
03/29/2005 03:32:34 AM ehymel (at) e-medico (dot) com Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Setting options for Mobile Mail
Queue ⇒ MIMP
State ⇒ Unconfirmed
Reply to this comment
Michael, again, great work on this project.



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&amp;app=mimp" 
onmouseout="window.status='';" onmouseover="window.status='Previous 
options'; return true;">&lt;&lt; Message 
Composition</a>&nbsp;|&nbsp;<a 
href="/services/prefs.php?group=server&amp;app=mimp" 
onmouseout="window.status='';" onmouseover="window.status='Next 
options'; return true;">Server Information &gt;&gt;</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.

Saved Queries