LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

InetPop3Open

Hi

I am using CVI 2012 and I want to open a POP3 connection to send and receive emails

 

I tried InetPop3Open but I always get an error message back (error value --29).

 

Does anyone have experience with this cmd? Could it be possible that the SSL encryption caused this problem?

 

Is there any alternative?

 

thanks in advance

Oliver

 

0 Kudos
Message 1 of 7
(5,170 Views)

Hello,

 you could try to use an other email provider (not: web.de / gmx.de / freenet.de / t-online.de)
and implement open source "SMTP" C library in CVI.

 

Maybe this will fix your problem. 


Kind regards.

0 Kudos
Message 2 of 7
(5,147 Views)

I use InetSendMail() and it works fine for me with an internal SMTP server. But you can only send mail.

If you connect direct to the POP3 server using ConnectToTCPServer () you must implement POP3 by your self but you get all error information you need.

Some POP3 servers might deliver incomplete error information for security reasons.

Unfortunately I did not implement POP3.

 

Btw: you can try a telnet client like putty to connect to your POP3 server and enter POP3 commands to see if and how to connect to your server. But you need to read a POP3 spec first.

 

Regards

 

Andrej

0 Kudos
Message 3 of 7
(5,132 Views)

Hello Denis

can you recommend some open source "SMTP" C library ?

 

best regards

Oliver

0 Kudos
Message 4 of 7
(5,116 Views)

Hello AutomationGuy

thanks for this reply. Unfortunately i do not have the experience with POP3 programming. I just want to receive an email and send an email. And I thougt, that the InetPop3Open could do this

 

best regards

Oliver

0 Kudos
Message 5 of 7
(5,115 Views)

Hello,

i cannot recommend a certain smtp library, but there are a few libraries. You could just google for open source smtp library and try some. 

 

Kind regards.

0 Kudos
Message 6 of 7
(5,088 Views)

Hello Dennis,

great, thanks I will try that and will report the result

 

greetings

Oliver

0 Kudos
Message 7 of 7
(5,083 Views)