PDA

View Full Version : POP3 DLL search


nrgyzer
04-19-2006, 01:01 AM
Hello, for my program I need a DLL, which allows to connect to a POP3 server. I searched for a DLL but I can't find any.

The DLL schould allow me to receive my mails with attachment. It would be great, if there were a list with functions and parameters of the DLL.

Thanks for help.

bule
04-19-2006, 02:56 AM
http://luaforge.net/projects/luapop3/

nrgyzer
04-19-2006, 06:50 AM
It isn't a DLL, but it is great, thanks :)

bule
04-19-2006, 08:20 AM
Well it's better than DLL!

nrgyzer
04-19-2006, 09:49 AM
Can you give me an example, how to use it? It would be very nice.

bule
04-19-2006, 10:07 AM
I haven't done it myself.

However, first you need to study the LuaSocket example Brett has posted some time ago. It is the fundation for network communication via Lua, and you will require it for your POP3 needs. You'll have to combine the two together somehow (it's doneable) to make it all work.

Try this thread: http://www.indigorose.com/forums/showthread.php?t=12686&highlight=luasocket

nrgyzer
04-19-2006, 10:33 AM
OK, thanks, but I have tried it, but I don't can find some files which showed in the example. I can't find files how lua.exe.

bule
04-19-2006, 11:02 AM
Their examples are not with APMS.

What you want, and need to do, is to somehow combine results from their functions and use them in conuction with APMS commands. Since it's all LUA, it's accomplishable, however, you'll have to get dirty.

Vernon
04-27-2006, 05:15 PM
Take a look at www.chilkatsoft.com.

nrgyzer
04-28-2006, 12:59 AM
Great, thanks a lot....

Vernon
04-30-2006, 05:18 AM
Also, I believe the Dundas mailer (which is free) has a POP3 function.

http://aspalliance.com/dundas/default.aspx

jfxwave
11-29-2006, 10:49 AM
Also, I believe the Dundas mailer (which is free) has a POP3 function.

http://aspalliance.com/dundas/default.aspx


I was looking at this and it comes with a dll and i had to download the help file. I was just thinking if we can call on this dll inside AutoPlay? This is way over my head but I was looking inside the help file and it looks like any other dll that’s made by someone for AutoPlay apps.

Anyone with more knowledge of dll would care to take a quick peek and let me know if it could be done so I don't waste a week of looking, just to find out it can't...


Thanks

Roboblue
11-29-2006, 02:07 PM
The free Dundas Mailer is to send mail, not check mail. There is no POP 3 support.
Their TCP/IP tool (which has POP3) is not free.

jfxwave
11-29-2006, 02:18 PM
The free Dundas Mailer is to send mail, not check mail. There is no POP 3 support.
Their TCP/IP tool (which has POP3) is not free.

Yes i see that now. I just downloaded the help file and i was looking in the TCP/IP section. Thanks for the info.

Do you know of any pop3 for free or cheap that will work like xDialog\xSMTP dll does?

sebbl
06-28-2007, 05:38 AM
Hi!
Sorry for picking up this old topic, but are there any news about POP3 and APMS?

I just want to check for news Emails and display the number. The Topic would be nice, too.

I looked at "luapop3", but the manual isn´t existing :|