IMAP class
-
I've found several classes that do POP3 and SMTP communication, but I've had no luck finding anthing for IMAP communication... anyone know of a class already out there? ~ Steve
-
I've found several classes that do POP3 and SMTP communication, but I've had no luck finding anthing for IMAP communication... anyone know of a class already out there? ~ Steve
Hi Steve, Check out http://www.hunnysoft.com/mailpp/. They have a nice client side IMAP implementation. Regards, Suresh
-
Hi Steve, Check out http://www.hunnysoft.com/mailpp/. They have a nice client side IMAP implementation. Regards, Suresh
Thanks! Looks really good... only problem... it's not free. I'm just making a little program for home use, not to sell, and didn't want to spend any money on it. I'll use it in the mean time, but will probably keep looking for something that is free...
-
I've found several classes that do POP3 and SMTP communication, but I've had no luck finding anthing for IMAP communication... anyone know of a class already out there? ~ Steve
Steve, Have a look at Chilkat Mail. It doesn't appear to do IMAP4 but is under constant developement. http://www.chilkatsoft.com/ChilkatMail.asp Neville Franks, Author of ED for Windows. www.getsoft.com
-
Steve, Have a look at Chilkat Mail. It doesn't appear to do IMAP4 but is under constant developement. http://www.chilkatsoft.com/ChilkatMail.asp Neville Franks, Author of ED for Windows. www.getsoft.com
Thanks, Neville... I'll look into it. =)