In article <(E-Mail Removed)>, "David W. Hodgins" <(E-Mail Removed)> wrote:
> On Thu, 23 Jul 2009 20:43:52 -0400, <no-(E-Mail Removed)> wrote:
>
> > Between all the kiddie chatter, no one answered this !
>
David W. Hodgins wrote:-
> Probably because it's off topic for all of these groups.
>
No, I'm referring to my now snipped question of 'can I expect
yahoo mailers to be able to send me plain-text emails,
if I ask them to do so ?'
> Login to your gmail account at http://www.gmail.com
>
> At the top of the page, beside your login id, click
> on the Settings link.
>
OK, I see the 'Settings' link.
I'm not happy to disable the present working mode.
Previously I added some facility, and the passsword
needed to be extended from 6 to 8 or more.
And then my opera browser couldn't connect !
> Click on the "Forwarding and POP/IMAP" tab.
>
> For "POP Download", select "enable pop for all mail".
> Select the option you want for
> "When messages are accessed with POP".
>
> Save the changes.
>
> Follow the instructions in
> http://mail.google.com/support/bin/a...l&answer=12103
> to setup your email client, to access the gmail
> smtp/pop servers.
>
OK, thanks I'll read the *mail&answer=12103.
-----------
Previously Sid wrote:-
> I just use msmtp:
> host smtp.gmail.com
> port 587
....snip...
> poll pop.gmail.com
> proto pop3
> port 995
....snip
which gave me the URL/s, that I should have
guessed.
But the ports are non-standard. And here's a telnet
log of my investigations, including a test log of my
normal own isp-mail-server/s confirmation :-
# telnet "pop.gmail.com" 995 <--- My attempt
Trying 209.85.133.109...
Connected to pop.gmail.com.
Escape character is '^]'.
help <-- my input
Connection closed by foreign host.
# telnet "smtp.gmail.com" 587 <--- My attempt
Trying 209.85.133.109...
Connected to smtp.gmail.com.
Escape character is '^]'.
220 mx.google.com ESMTP c40sm1594382anc.7
help <-- my input ; OK! I'll check the: *RFC+2821*
214 2.0.0
http://www.google.com/search?btnI&q=RFC+2821 c40sm1594382anc.7
quit
221 2.0.0 closing connection c40sm1594382anc.7
Connection closed by foreign host.
------ I'll investigate the cited 'search?btnI&q=RFC+2821'
# telnet "pop.gmail.com" 995
Trying 209.85.133.109...
Connected to pop.gmail.com.
Escape character is '^]'.
USER
(E-Mail Removed)
Connection closed by foreign host.
===and here's my confirmed procedure for my isp's pop
# telnet pop.absamail.co.za 110
Trying 196.41.6.141...
Connected to pop.absamail.co.za.
Escape character is '^]'.
+OK Hello there.
USER
(E-Mail Removed)
+OK Password required. <-- USER accepted
quit
+OK Better luck next time.
Connection closed by foreign host.
===========
== TIA