Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get emails from imap server using coldfusion 7

I have tried this example http://www.bennadel.com/blog/1056-ColdFusion-CFPOP-My-First-Look.htm, but it retrieve emails from POP server. Is there any similar way to do for IMAP mail server?

I know there is new tag in Coldfusion 9 but I can't use it as I am working in Coldfusion 7.

Thanks in advance!!

like image 340
Deepak Yadav Avatar asked Mar 09 '10 23:03

Deepak Yadav


2 Answers

How about this? http://imapwatcher.riaforge.org/

like image 170
Raymond Camden Avatar answered Nov 04 '22 00:11

Raymond Camden


I am not sure, but I found this imap.cfc which should work with your coldfusion version. It is no longer under active development but maybe it just work ;)

http://sourceforge.net/projects/cfimap-cfc/

HTH!

like image 45
da_didi Avatar answered Nov 04 '22 02:11

da_didi