Re: Trying to set up MIDlet version
Dan <[email protected]> Mon, 14 Jul 2003 11:50:42 +0100
| Newsgroups | gmane.comp.java.enhydra.mail4me |
|---|---|
| Message-ID | <[email protected]> |
--=====================_10936351==.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed
At 08:46 14/07/2003 +0100, you wrote:
> I think I may be being dense, but I've got the MIDlet vn. 1.14 on my
> Nokia 7210, and when I run it, it takes me straight to the setup page.
>
> But I can't do anything else but edit the fields there. There's no
> 'go' or 'save' - the only thing I can do is quit the app., and that
> doesn't save any of my settings. How do I actually /run/ the thing?
Basicly all of this settings will be saved with the first successful mail
check.
Anyway if you don't want to go through this just download the sources and edit
MailMidlet.java file where it reads
private String address = "[email protected]";
private String hostname = "localhost";
private String pop3Host = "pop.yourisp.com";
private String pop3User = "username";
private String pop3Pass = "password";
private String smtpHost = "smtp.yourisp.com";
filling it with your settings, rebuild the package and install to your phone.
Cheers
Daniele Berti
Member of Gimp-Print - Top Quality Printer Drivers Development Team
Official Cookie Pal Beta tester
Weather Matrix Member
http://www.weathermatrix.net/members/public.php3?f=Daniele&l=Berti
EMail address : [email protected]
ECDL (European Computer Driving License) Rif. DS0008
PGP 2.63i Key ID: ECC14A51
Key Fingerprint = 4C C0 DB BD 85 D8 E7 D3 C4 63 82 53 DC 7E 82 EC
DSS key available
ICQ# 22091823
--=====================_10936351==.ALT
Content-Type: text/html; charset="us-ascii"
<html>
<body>
At 08:46 14/07/2003 +0100, you wrote:<br><br>
<blockquote type=cite class=cite cite> I think I may be being
dense, but I've got the MIDlet vn. 1.14 on my Nokia 7210, and when I run
it, it takes me straight to the setup page.<br><br>
But I can't do anything else but edit the fields there.
There's no 'go' or 'save' - the only thing I can do is quit the app., and
that doesn't save any of my settings. How do I actually /run/ the
thing?</blockquote><br>
Basicly all of this settings will be saved with the first successful mail
check.<br><br>
Anyway if you don't want to go through this just download the sources and
edit <br>
MailMidlet.java file where it reads<br>
private String address =
"[email protected]";<br>
private String hostname = "localhost";<br>
private String pop3Host =
"pop.yourisp.com";<br>
private String pop3User = "username";<br>
private String pop3Pass = "password";<br>
private String smtpHost =
"smtp.yourisp.com";<br><br>
filling it with your settings, rebuild the package and install to your
phone.<br><br>
Cheers<br>
<x-sigsep><p></x-sigsep>
Daniele Berti<br><br>
Member of <b>Gimp-Print - Top Quality Printer Drivers</b> Development
Team<br>
Official Cookie Pal Beta tester<br>
<b>Weather Matrix Member</b>
<a href="http://www.weathermatrix.net/members/public.php3?f=Daniele&l=Berti" eudora="autourl">http://www.weathermatrix.net/members/public.php3?f=Daniele&l=Berti</a><br><br>
EMail address : [email protected]<br>
ECDL (European Computer Driving License) Rif. DS0008 <br>
PGP 2.63i Key ID: ECC14A51 <br>
Key Fingerprint = 4C C0 DB BD 85 D8 E7 D3 C4 63 82 53 DC 7E 82 EC<br>
DSS key available<br>
ICQ# 22091823</body>
</html>
--=====================_10936351==.ALT--