POP3 access ?

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
dragoncity
Posts: 6
Joined: Mon Jul 15, 2013 2:59 pm

POP3 access ?

Post by dragoncity » Mon Jul 15, 2013 3:11 pm

I have just installed LiveCode and it looks quite interesting.

However, I cannot find any way to load email via POP3.
There seems to be an old library refering to POP3 usage but it appears to be defunct ( and not available ).

Is there anyway to access email(s) ??

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: POP3 access ?

Post by shaosean » Mon Jul 15, 2013 10:52 pm

You either need to find a library someone has written, or do it yourself as the engine only provides low level sockets and none of the protocols..

dragoncity
Posts: 6
Joined: Mon Jul 15, 2013 2:59 pm

Re: POP3 access ?

Post by dragoncity » Tue Jul 16, 2013 2:19 am

Thanks for the reply.

I must admitt to being a bit surprised that such a fundemental internet library is not standard !!

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: POP3 access ?

Post by shaosean » Tue Jul 16, 2013 5:44 am

Yeah, there have been other people in the past that have voiced the same thing.. Personally, I like learning new protocols so I generally end up writing my own libraries..

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: POP3 access ?

Post by LCNeil » Tue Jul 16, 2013 8:41 am

Dear DragonCity,

Thank you for your request.

I believe this is the sample stack you are looking for

http://www.troz.net/rev/stacks/POP_library_demo.rev

Kind Regards,

Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
--

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: POP3 access ?

Post by shaosean » Tue Jul 16, 2013 10:52 am

The only thing I did not like about Sarah's SMTP and POP libraries is she forces all open sockets closed, which sucks if you have another protocol running along side it..

dragoncity
Posts: 6
Joined: Mon Jul 15, 2013 2:59 pm

Re: POP3 access ?

Post by dragoncity » Thu Jul 25, 2013 5:57 am

Thank you all for your inputs, I was away for a period so did not visit the forum until today.

runrevneil: That indeed was the file I was looking for. Have it up and running -- thanks. Useful Demo Program.

shaosean : No doubt writing drivers, etc from scratch is very interesting, but I don't yet have the experience with LiveCode to attempt such a task .

Post Reply