I built one in 1.5 back when I was on the FlexBuilder team (which may be what you saw Brendan) and I used the Flex server to communicate with a POJO system that I wrote. I used the Java mail package to access an IMAP server to handle access to the mail account and also used this to access SMTP to send emails.
Its possible to do this without the server by using PHP and PEAR to handle email management. There is a package in PEAR that allows you to access a SMTP client and then if you have the right information you can send emails out. I have used this package for an eCommerce site to handle email automation and its pretty easy to set up and use. All you would need to do is either create a POST system or use AMF (WebOrb, etc) to access the class and then send the email out. With IMAP it gets a little more tricky figuring out what folders exists, what has been read, etc. I had most of that working in my example using a tree for the folder structure and custom renders to change what had unread mail and the count. I would offer the code up, but I don't have it any more... sorry. :( J. --- In [email protected], "Douglas Knudsen" <[EMAIL PROTECTED]> wrote: > > http://labs.jboss.com/portal/jbossmail/ > > DK > > On 9/22/06, Brendan Meutzner <[EMAIL PROTECTED]> wrote: > > > > I think I remember seeing an example of this done in 1.5... damned if I > > remember where though... It wasn't a full on solution, but was a good > > example... I'm pretty sure it was something that Macromedia had done... > > > > Sorry :( > > > > Brendan > > > > On 9/22/06, Tracy Spratt <[EMAIL PROTECTED]> wrote: > > > > > > You can do simple mailto style links in flex natively, but I don't > > > think that is what you want. > > > > > > > > > > > > You will need a server-side app that does the actual mail creation and > > > send. Flex would make a fine front end for that. > > > > > > > > > > > > Tracy > > > > > > > > > ------------------------------ > > > > > > *From:* [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] > > > *On Behalf Of *P Smith > > > *Sent:* Friday, September 22, 2006 3:17 PM > > > *To:* [email protected] > > > *Subject:* [flexcoders] Sample Flex 2 based email interface > > > > > > > > > > > > I need to create a Flex 2 based interface for email. Is anyone aware of > > > any examples? > > > > > > If not in Flex 2, maybe Flex 1.5? (or if not that, then maybe even > > > Flash?) > > > > > > My initial requirement is for a send email interface, ideally with a > > > limited email address book. > > > > > > The closest I have seen is LaszloMail.com<http://www.laszlomail.com/lzmail/>but a) they don't provide the source, b) the syntax would be LZX and not > > > MXML anyway. > > > > > > Pete > > > > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam protection around > > > http://mail.yahoo.com > > > > > > > > > > > > > > -- > Douglas Knudsen > http://www.cubicleman.com > this is my signature, like it? > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

