Tuesday, December 20, 2005

Flex 2 - POP3 Protocol Example by Simon Barber

Simon created this example to allow direct POP3 connections using flash.net.Socket. The example allows you to check your mailbox remotely or add webmail into a corporate application. Great work Simon!


Open Example SWF in a New Window


This example is available with full source and documentation within Flex® by Example.

More to come.

Ted :)

5 Comments:

At December 20, 2005 7:13 AM, Al said...

This post has been removed by a blog administrator.

 
At December 20, 2005 8:37 AM, Abdul said...

Hi,

Yeah it is fairly easy now to build such things with AS3 and Macromedia Flash Player 8.5

I also built similar client to connect to POP3 and SMTP and executing commands.

But I think, there is more to do, a way to get list of messages, getting from, to and subject etc from entire header... Probably that kind of POP3 class in AS3 can be used directly...

I would post my implementation as soon as I add those things...

-abdul

 
At December 20, 2005 9:58 AM, John D Giotta said...

Is it possible to do secure socket connections?

 
At December 20, 2005 11:33 AM, Ted Patrick said...

Al,

Althought the code is based on the Flex 2 Alpha, we will be updating the apps for the Flex 2 Public Beta, for the release version, and if we find bugs or issues arrise.

Ted Patrick

 
At December 20, 2005 11:37 AM, Ted Patrick said...

Abdul,

There is always room to make things simpler within an API or higher level Flex Tags:

<ifbin:POP3 server="mail.ifbin.com"/>

Looking forward to seeing your version Abdul.

Cheers,

Ted

 

Post a Comment

<< Home