04-24-2018 05:19 AM
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!
04-24-2018 08:05 AM
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