PoP3 Mail

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
saratogacoach
Posts: 87
Joined: Thu Jul 17, 2008 8:42 pm

PoP3 Mail

Post by saratogacoach » Sat May 29, 2010 10:12 pm

Hi,

I have been trying to learn from Sarah Reichelt's excellent stacks for PoP3 (http://www.troz.net/rev/stacks/POP_library_demo.rev) and SMTP(http://www.troz.net/rev/stacks/SMTP_library_demo.rev), since I am trying to create a Mailer for receiving (PoP3) and sending (SMTP), using Enterprise v4 (Windows).

For a relatively new user with beginner skills, one challenge I need some help with: Instead of a log and a lot of details in multiple messages, I need to create a field that lists all of the unread email messages on the server, sort of an overview/summary of what is there and unread (or, if unread is not possible, then recent messages-last few hours or day). If the user clicks on a specific message in that field, then in a second field, they would be able to view that message's text (body).

I can't figure out how to get and select these, then put them into these 2 fields instead of what is currently in the example window.

There are other challenges, but this would be a big first step forward.

Any help appreciated.

Kind Regards,
saratogacoach
LiveCode 4.6.0, Windows 7 Home Premium 64 bit, Core i7 2.80, 8G RAM, ATI Radeon HD5770

asawyer13
Posts: 53
Joined: Sun Jun 24, 2007 4:47 pm

Re: PoP3 Mail

Post by asawyer13 » Sat Feb 18, 2012 3:16 pm

Did you ever get this running?
Alan

saratogacoach
Posts: 87
Joined: Thu Jul 17, 2008 8:42 pm

Re: PoP3 Mail

Post by saratogacoach » Sat Feb 18, 2012 3:51 pm

Hi Alan,

Too long ago to recall. Sorry. :(
saratogacoach
LiveCode 4.6.0, Windows 7 Home Premium 64 bit, Core i7 2.80, 8G RAM, ATI Radeon HD5770

Happyrever
Posts: 55
Joined: Sat Sep 10, 2011 12:22 pm

Re: PoP3 Mail

Post by Happyrever » Fri Mar 16, 2012 5:13 pm

I tried to use this stack and using Google mail, I get the error

530 5.7.0 Must issue a STARTTLS command first. bg3sm14725066wib.10

How is this managed in livecode?

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

Re: PoP3 Mail

Post by shaosean » Sun Mar 25, 2012 9:11 am

I do not believe Rev supports TLS, but it seems that you can connect on port 465 and use SSL (which I believe Rev is supposed to support)..

Post Reply