Re: Reading Email from Foxpro

2012-12-20 Thread AndyHC
On 19/12/2012 22:36, Ted Roche wrote: Involving email in an application only increases its complexity. ... tell that to SAP! AndyD 8-)# ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Reading Email from Foxpro

2012-12-20 Thread AndyHC
OK, SAP does that a lot (email as a driver of workflow - I don't like it as a design - but...), I have also seen it done with Lotus Notes (which has built in workflow software for this) but everyone has to be on Notes. Think about requiring your users to automatically or manually forward these

RE: Reading Email from Foxpro

2012-12-20 Thread Bob Lee
through it process it, parse data, forward it.. etc.. Bob Lee -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Michael Savage Sent: Wednesday, December 19, 2012 4:21 PM To: profoxt...@leafe.com Subject: Re: Reading Email from Foxpro By read I

Re: Reading Email from Foxpro

2012-12-19 Thread Michael Savage
By read I mean... Go through the inbox looking for messages with a specific subject. Read the email, and process it. (Bring it onto a table.) The reason I was looking for something generic, as I have no idea who will use the app, with what email client. However as you have said, there is no

Re: Reading Email from Foxpro

2012-12-19 Thread Michael Savage
I am making an application that will go through an inbox. When it finds an email with subject I want, I want my code to read the contents into a table. From there I will store the information for the user to OK. I am part of a charity that helps the homeless. From a webpage form, I receive an

Re: Reading Email from Foxpro

2012-12-19 Thread mike
Mike, if they provide IMAP service I would be happy to send you some code. Mike Copeland Sent from my Verizon Wireless 4G LTE DROID Michael Savage msavage...@gmail.com wrote: By read I mean... Go through the inbox looking for messages with a specific subject. Read the email, and process it.

Re: Reading Email from Foxpro

2012-12-19 Thread Michael Savage
Mike, that would be great! Thanks, Mike On 19/12/2012 5:56 PM, m...@ggisoft.com wrote: Mike, if they provide IMAP service I would be happy to send you some code. Mike Copeland Sent from my Verizon Wireless 4G LTE DROID Michael Savage msavage...@gmail.com wrote: By read I mean... Go through

Re: Reading Email from Foxpro

2012-12-19 Thread Michael Savage
I will try that too. Mike On 19/12/2012 5:23 PM, Ted Roche wrote: On Wed, Dec 19, 2012 at 4:57 PM, Michael Savage msavage...@gmail.comwrote: I am making an application that will go through an inbox. When it finds an email with subject I want, I want my code to read the contents into a table.

RE: Reading Email from Foxpro

2012-12-18 Thread Bob Lee
To: profoxt...@leafe.com Subject: Re: Reading Email from Foxpro Does your pop email site block telnet? (POP is a very simple protocol). AndyD 8-)# On 18/12/2012 01:54, Michael Savage wrote: OK. if I can't read a pop account, I can setup a gmail acct which is IMAP. Can I read messages via CDO

Re: Reading Email from Foxpro

2012-12-18 Thread Michael Savage
Never thought of that solution for me. However can this also be done with other email clients? I am presently writing for me, however I have no idea what or where the user would store such files. I'm not trying to download the email from inside fox, rather I am just trying to read the

Re: Reading Email from Foxpro

2012-12-18 Thread Michael Savage
Do all email programs have the ability to export to text the body of the email? If so, this could be a solution that would work in most cases. If I understand you, in reality it would be very difficult to do this any other way. Mike On 18/12/2012 1:23 PM, Ted Roche wrote: On Tue, Dec 18,

Reading Email from Foxpro

2012-12-17 Thread Michael Savage
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

RE: Reading Email from Foxpro

2012-12-17 Thread Tracy Pearson
Michael Savage wrote on 2012-12-17: 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,

Re: Reading Email from Foxpro

2012-12-17 Thread Mike Copeland
/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 msavag...@yahoo.ca To: profoxt...@leafe.com Date: 12

Re: Reading Email from Foxpro

2012-12-17 Thread Mike Copeland
Email from Foxpro From: Michael Savage msavag...@yahoo.ca To: profoxt...@leafe.com 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

Re: Reading Email from Foxpro

2012-12-17 Thread Michael Savage
Original Message Subject: Reading Email from Foxpro From: Michael Savage msavag...@yahoo.ca To: profoxt...@leafe.com 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

Re: Reading Email from Foxpro

2012-12-17 Thread Michael Savage
OK. if I can't read a pop account, I can setup a gmail acct which is IMAP. Can I read messages via CDO reliably in this situation. I want to process the contents of the inbox, looking for a particular subject. Then I will split it and fill a table with the values. (The email is coming from a

Re: Reading Email from Foxpro

2012-12-17 Thread Mike Copeland
Uh...I said I receive email via IMAP Mike Original Message Subject: Re: Reading Email from Foxpro From: Michael Savage msavage...@gmail.com To: profoxt...@leafe.com Date: 12/17/2012 7:51 PM Thanks for the info on the send part. However, I'm more interested in reading

Re: Reading Email from Foxpro

2012-12-17 Thread AndyHC
Does your pop email site block telnet? (POP is a very simple protocol). AndyD 8-)# On 18/12/2012 01:54, Michael Savage wrote: OK. if I can't read a pop account, I can setup a gmail acct which is IMAP. Can I read messages via CDO reliably in this situation. I want to process the contents of