09-08-2009 02:37 PM
Try:
https://<username>:<password>@mail.google.com/mail/feed/atom
Where username and password should (obviously) be your email username and password.
From there use an RSS parser. Here is a forum thread with such discussion on Lava: http://lavag.org/topic/10540-get-rss-feeds-through-labview/
09-09-2009 08:20 AM
Hi,
Is there an internet mail server that don't have SSL?
J
09-09-2009 09:23 AM
09-09-2009 09:42 AM
heartware wrote:
Is there an internet mail server that don't have SSL?
There may be. You'd have to look around though.
Or, Can you read emails from gmail with SSL off?
No.
Have you tried any of the available .NET classes? There are numerous ones out there. The free ones are a little flaky, but they can be used to a certain extent. For example, attached is a simply VI that uses the free .NET class from http://csharpmail.codeplex.com/. There is a problem with that class in that getting the Date property of the message will sometimes generate a .NET error, but you can get the date by getting the message body and using string functions to find the date.
09-09-2009 10:23 AM
09-09-2009 12:02 PM
09-09-2009 11:10 PM
heartware wrote:
Thanks! This one will work for me.
Could you please correctly mark which post really solved your problem. I hope it's smercurio's post.
Thanks for your understanding,
Mathan
09-10-2009 01:21 AM
you can do this
09-10-2009 08:46 AM
09-14-2009 12:55 AM
I dont know whether there is another way but you can try reporting it to the moderator.