Thanks for the info on the send part. However, I'm more interested in reading email messages. Do you have any ideas for that?

Mike

Mike,

I use the mswinsck.ocx that comes with VFP9 to connect and receive email via IMAP. Works great.

Some code at the top of a page on FoxWiki helped
http://fox.wikis.com/wc.dll?Wiki~SendSmtpEmail <http://fox.wikis.com/wc.dll?Wiki%7ESendSmtpEmail>

As I said, I'm using it for IMAP connections, not POP. IMAP is a bit different, but not that tough to use. The reason I needed IMAP was to be able to connect using SSL authentication. The main difference in IMAP is that you have to send control instructions to the server to manage the messages...it's more like managing a data backend ("What messages do I have?", "Send me a list", or "Send me message 4 and delete message 3") whereas POP is more of a "...login, get everything, disconnect, process lump of data" procedure.

An alternative, although I haven't tried it, is a VFP software package at
http://www.coliseosoftware.com.ar/ifox/espanol/default.asp
You'll probably want to use Google Chrome to get auto-translation from Argentinian. It claims to do POP and has VFP sample code.

Mike


-------- Original Message --------
Subject: Reading Email from Foxpro
From: Michael Savage <[email protected]>
To: [email protected]
Date: 12/17/2012 4:30 PM

Hi, I'd like to be able to reliably read emails from Foxpro.

I am using thunderbird email client and have a number of accounts.
I have two that use IMAP and one that is still POP3.

I would like to be able to read email messages from any of them, but
most importantly the POP acct. (Which is at yahoo.ca)

Sending via CDO is easy, can I receive with CDO? Or is there a better way?

Lost,
Mike




[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to