I spent a couple of hours searching the web for a similiar wrapper class that could receive emails, but apparently there aren't any out there yet. I found some helloworld examples on how to access POP3 servers using Javamail directly, so i'll probably use them to do what i have to do. Any how, I would appreciate if you sent me your classes =)
Tks, Fernando On 9/5/06, Jawed Nazar Ali <[EMAIL PROTECTED]> wrote:
I haven't seen any; I had some specific functionality to do; and I wrote my own classes for this purpose but those are not generic. I would say those are simple hello world classes. If you want to see them, I will send to you. If you find any generic wrapper classes let me know too. Jawed Ali http://www.jawed.info -----Original Message----- From: Fernando Hafner [mailto:[EMAIL PROTECTED] Sent: Sunday, September 03, 2006 5:05 PM To: Jakarta Commons Users List Subject: Re: SSL Authenticated POP servers My bad ... saw some settings related to POP3, thaught there was support for receiving emails. Commons Email is for email sending only . Does anyone know about a wrapper class similiar to commons-email that will send emails ? Tks On 9/3/06, Jawed Ali <[EMAIL PROTECTED]> wrote: > > Does commons-email API support POP/IMAP services? > > Fernando Hafner <[EMAIL PROTECTED]> wrote: Greetings everyone! > > I am developing an email client using the commons-email API, and I'm > trying to find a way to access SSL authenticated POP servers ( such as > the gmail pop server ) > > I've searched the commons-email website, but found nothing on this. Is > this even possible using commons-email ? > > > Thanks and Regards > Fernando > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
