LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need POP3 email vis

Hi,

The link below I have does not work, who has a copy please email them to me, or please tell me the new link.

http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&9CFF9C8B8CF8021D8625683A000BF7A4&cat=4EC7586D87341631862567AC004F0E38

Thanks a lot!
0 Kudos
Message 1 of 8
(3,754 Views)
Here is a VI. Keep in mind that you may need to have your system administrator change security settings on the server to allow an external program to send email.
0 Kudos
Message 2 of 8
(3,754 Views)
Thanks for your vi. But what exactly I need is the receive email vis. I need to contact POP3 email server and get the emails from it.

Anyway, thanks a lot!
0 Kudos
Message 3 of 8
(3,754 Views)
NI has a POP example which can be downloaded at

http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3EE1556A4E034080020E74861&p_node=DZ52050&p_submitted=N&p_rank=&p_answer=&p_source=External

I've not used it but was able to get to the download site.

Hope that helps.

John
0 Kudos
Message 4 of 8
(3,754 Views)
In article <506500000008000000229F0000-1042324653000@exchange.ni.com>,
"inhaler" wrote:

> Hi,
>
> The link below I have does not work, who has a copy please email them to
> me, or please tell me the new link.
>

Try this library at OpenG:
http://www.openg.org/tiki/tiki-index.php?page=OpenG+Internet+Connectivity+Tools

-Kevin
0 Kudos
Message 5 of 8
(3,754 Views)
Thanks a lot!

I think I have plenty of information to finish my applicationn now.

thank you everyone!
0 Kudos
Message 6 of 8
(3,754 Views)
Another issue came out.

This is what I got from server:
----------------------
+OK Hello there.
+OK logged in.
LIST
+OK POP3 clients that break here, they violate STD53.
1 12332
2 23112
3.....

-----------------------------------------
and the program can not get the messages.

I know it may need some extra command sent to the server, but what type of modification I need for the openG pop vis. anyone has some clue?

Thanks again.
0 Kudos
Message 7 of 8
(3,754 Views)
In article <506500000005000000771E0100-1042324653000@exchange.ni.com>,
"inhaler" wrote:

> Another issue came out.
>
> This is what I got from server:
> ----------------------
> +OK Hello there.
> +OK logged in.
> LIST
> +OK POP3 clients that break here, they violate STD53. 1 12332 2 23112
> 3.....
>
> ----------------------------------------- and the program can not get
> the messages.
>
> I know it may need some extra command sent to the server, but what type
> of modification I need for the openG pop vis. anyone has some clue?
>
> Thanks again.

Hmm... Since I'm the guy that made pop VI library, I guess I should look
into this. I don't really know what it means but I did a quick google and
found some stuff, notably the RFC for STD53
:

http://www.faqs.org/rfcs/std/std53.html

I'll do some reading. If anyone else has any ideas, feel free to offer
suggestions.

-Kevin
0 Kudos
Message 8 of 8
(3,754 Views)