Anthony J. Angeles | 5 Jul 2009 10:55

getting webmail to work on my iPhone

I just wanted to know what settings do I need to put to make e-mails come
up on my iPhone

Anthony (AJ) Angeles
Artistic Director of FORMALity Las Vegas
cell (702)750-8560
www.eketc.com
www.myspace.com/FORMALityLV
aj.angeles <at> eketc.com

------------------------------------------------------------------------------
-----
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
Information about translations: http://squirrelmail.org/wiki/LanguageTranslation
Statistics for translations: http://l10n-stats.squirrelmail.org/
List address: squirrelmail-i18n <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n

Brian G. Peterson | 6 Jul 2009 18:50
Gravatar

Re: getting webmail to work on my iPhone

Anthony J. Angeles wrote:
> I just wanted to know what settings do I need to put to make e-mails come up on my iPhone
>   
This seems like a question better directed to squirrelmail-users, as it 
has nothing at all to do with internationalization.

That said, I use squirrelmail from my cell phone browser whenever I need 
better searching than the internal mail app provides.  No modification 
or "settings" are required.

If you can connect to your mail server remotely using imap, you should 
probably use the iPhone's built-in email client rather than using the 
browser to connect to squirrelmail (contact your mail provider with this 
question to get the settings you need for your iPhone).

Please direct further communication on this topic to squirrelmail-users.

Regards,

  - Brian

--

-- 
Brian G. Peterson
http://braverock.com/brian/
Ph: 773-459-4973
IM: bgpbraverock

------------------------------------------------------------------------------
-----
squirrelmail-i18n mailing list
(Continue reading)

CHENZIZHAO | 7 Jul 2009 06:10
Picon

attachment filename in japanese garbled

my SM language is setting to ja_JP.when downloading the attachment with a Japanese file name,the file name is garbled.

so, we change the SJIS to UTF-8.it will be processed correctly.
squirrelmail-1.4.19/functions/i18n.php
 643                 $ret = mb_convert_encoding($ret, 'UTF-8', 'AUTO');

best wishes.
by CHEN

使用新一代 Windows Live Messenger 轻松交流和共享! 立刻下载!
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
-----
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
Information about translations: http://squirrelmail.org/wiki/LanguageTranslation
Statistics for translations: http://l10n-stats.squirrelmail.org/
List address: squirrelmail-i18n <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n
matteo rinaldi | 10 Jul 2009 11:38

help with locale

Dear all,

 

I’ve just successfully installed and configured version squirrelmail 1.4.18 but I’ve a curios problem and i need your help to solve it.

 

Config.php:

$squirrelmail_default_language = 'it_IT';

$default_charset       = 'utf-8';

$lossy_encoding        = true;

 

I’ve downloaded and installed all_locales-1.4.18-20090526.tar.gz and all seems works.

 

When I login to squirrel the default language (Italian) works but any click on right_frame change cyclically language to en_US <->  It_IT

 

Whit other language example fr_FR all works perfectly.

 

Any hint ?

 

Regards,

Matteo

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
-----
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
Information about translations: http://squirrelmail.org/wiki/LanguageTranslation
Statistics for translations: http://l10n-stats.squirrelmail.org/
List address: squirrelmail-i18n <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n
Binny Mandvia | 15 Jul 2009 08:58
Picon

Re: Hindi language submission

Hi,

Sorry for the delay...
Attached is the translation for Hindi language hi_IN.


--
Regards,
Binny Mandvia
9819181762

On Fri, May 22, 2009 at 12:02 PM, Binny Mandvia <binnymandvia <at> gmail.com> wrote:
Hello,

I have wirtten a translation for Hindi language ( Indian ) .How do i submit it to squirrelmail...

Regards,
Binny Mandvia




Attachment (hi_IN.tar): application/x-tar, 270 KiB
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
-----
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
Information about translations: http://squirrelmail.org/wiki/LanguageTranslation
Statistics for translations: http://l10n-stats.squirrelmail.org/
List address: squirrelmail-i18n <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n
Paul Lesniewski | 16 Jul 2009 01:43
Favicon

Re: help with locale

On 7/10/09, matteo rinaldi <matteo.rinaldi <at> avanzi.com> wrote:
> Dear all,
>
> I've just successfully installed and configured version squirrelmail 1.4.18

You should have used 1.4.19, but the difference isn't critical for most people.

> but I've a curios problem and i need your help to solve it.
>
> Config.php:
> $squirrelmail_default_language = 'it_IT';
> $default_charset       = 'utf-8';
> $lossy_encoding        = true;
>
> I've downloaded and installed all_locales-1.4.18-20090526.tar.gz and all
> seems works.
>
> When I login to squirrel the default language (Italian) works but any click
> on right_frame change cyclically language to en_US <->  It_IT
>
> Whit other language example fr_FR all works perfectly.
>
> Any hint ?

Not sure.  If the other languages work OK, please try to check the
differences between them and Italian.  Make sure to try another
language that uses the same charset (UTF).

If you can't see some obvious difference, try to check that the links
you are clicking don't have anything suspicious in them.  If not, the
only thing to do is place debug statements in the code step by step to
see what it is doing and why it is changing the language setting.

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donations.php

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
-----
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
Information about translations: http://squirrelmail.org/wiki/LanguageTranslation
Statistics for translations: http://l10n-stats.squirrelmail.org/
List address: squirrelmail-i18n <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n

Khoem Sokhem | 16 Jul 2009 03:11
Favicon

Install Khmer version

Hello Paul,

For a long I did not contact you, I hope that you are fine.
Now I have one problem which need you to help, I download Khmer version of 
squirrelmail but I do not know how to intall this version in my pc.
Could you please guide me about this?

Thanks,
Sokhem

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
-----
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
Information about translations: http://squirrelmail.org/wiki/LanguageTranslation
Statistics for translations: http://l10n-stats.squirrelmail.org/
List address: squirrelmail-i18n <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n

Paul Lesniewski | 16 Jul 2009 03:57
Favicon

Re: Install Khmer version

On 7/15/09, Khoem Sokhem <khoemsokhem <at> khmeros.info> wrote:
> Hello Paul,
>
> For a long I did not contact you, I hope that you are fine.
> Now I have one problem which need you to help, I download Khmer version of
> squirrelmail but I do not know how to intall this version in my pc.
> Could you please guide me about this?

http://squirrelmail.org/docs/admin/admin.html
http://squirrelmail.org/docs/admin/admin-2.html
http://squirrelmail.org/docs/admin/admin-3.html
http://squirrelmail.org/docs/admin/admin-12.html

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donations.php

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
-----
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
Information about translations: http://squirrelmail.org/wiki/LanguageTranslation
Statistics for translations: http://l10n-stats.squirrelmail.org/
List address: squirrelmail-i18n <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n

Alexandros Vellis | 30 Jul 2009 15:51
Picon

Re: Locales of avelsieve plugin in squirrelmail locale repository

Bump.

On Fri, 26 Jun 2009 13:03:21 -0700
Paul Lesniewski <paul <at> squirrelmail.org> wrote:

(snip)
> >> Well, it's just that this is the SM policy now for plugins.  If you
> >> are maintaining the locales externally, then it seems best to me
> >> that the SM team is aware of that and occasionally synchronizes
> >> our repo with yours.  OTOH, I know that isn't the most efficient.
> 
> Maybe Fredrik or someone else has an opinion.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-----
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
Information about translations: http://squirrelmail.org/wiki/LanguageTranslation
Statistics for translations: http://l10n-stats.squirrelmail.org/
List address: squirrelmail-i18n <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n


Gmane