LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW - Receive e-mails (gmail) using POP3 server (with SSL)

Hi to everyone!

I'm currently programming an application where is needed to receipt e-mails. I thought about using POP3 server to do it and I found some kind of suite uploaded to NI: POP Mail VIs

The main problem is it has no SSL implementation and the program's default port is 110. It's easy to change the port but I have no idea of how implement SSL on it.

It is programmed by using TCP communications.

The main gmail configuration for POP3 is:

 

POP server: pop.gmail.com

SSL needed

Port: 995

 

Thanks!

 

0 Kudos
Message 1 of 2
(2,361 Views)

seems there are no prebuilt pop3 or imap libaries (and if not with ssl).

you could try to build it yourself, or use some external function/library/script.

 

but a little search found https://mail.google.com/mail/feed/atom


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 2 of 2
(2,337 Views)