[horde] portal access for iphone
Kevin Konowalec
webadmin at ualberta.ca
Thu Apr 23 19:59:52 UTC 2009
As I recall I went into lib/Horde/Browser.php and around line 540
(ish) in function match() I added in a chunk that says:
/* KK: Make the iPhone not default to mobile */
if ( strpos($agent, 'iPhone' ) !== false &&
strpos($agent, 'Safari' ) !== false &&
strpos($agent, 'Mobile' ) !== false ) {
$this->_mobile = false;
}
/* KK */
Right after the similar chunk regarding WebKit Mobile.
Might not be the most elegant way to do it but it worked.
K
On Apr 23, 2009, at 11:56 AM, Simon Wilson wrote:
> I've just set it up on iPhone as an email account in the Apple email
> program, connecting directly to my mail server (Cyrus) via IMAP
> using SSL and SMTP using SSL for delivery. Works far better than
> using Mimp or Imp.
>
> Quoting Jeff Davis <jdavis at standard.k12.ca.us>:
>
>> I've tried a couple of the hacks I found while googling for the
>> solution - so far none have worked (Browser.php), - could you be more
>> specific as to what you modified?
>>
>> Kevin Konowalec wrote:
>>> I just hacked it so that it recognized the iPhone browser as a
>>> "regular" browser and not a mobile device. End of problem...
>>>
>>> Though it would be very nice to have a native iPhone interface...
>>>
>>> K
>>>
>>>
>>>
>>> On Apr 23, 2009, at 10:26 AM, Jeff Davis wrote:
>>>
>>>> What is the best way to give iphone users the full horde interface
>>>> as opposed to mimp? I've found a few patches but none seem to
>>>> work... Has anyone conquered this yet?
>>>>
>>>> Thanks,
>>>>
>>>> -Jeff
>>>>
>>>> --
>>>> Jefferson K Davis
>>>> Technology & Information Systems Manager
>>>> Standard School District
>>>> 1200 North Chester Ave
>>>> Bakersfield, CA 93308
>>>> USA
>>>> 661.392.2110 ext 120
>>>>
>>>> --
>>>> Horde mailing list - Join the hunt: http://horde.org/bounties/
>>>> #horde
>>>> Frequently Asked Questions: http://horde.org/faq/
>>>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>>>
>>>
>>
>> --
>> Jefferson K Davis
>> Technology & Information Systems Manager
>> Standard School District
>> 1200 North Chester Ave
>> Bakersfield, CA 93308
>> USA
>> 661.392.2110 ext 120
>>
>> --
>> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>
>>
>>
>
> --
> Simon Wilson
> www.simonandkate.net
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
More information about the horde
mailing list