ColdFusioning.com
Pronunciation \kold-fy-zhn-ing\ Noun: The actions of one that writes ColdFusion.

Please check out my new site: http://ja.mesbrown.com/

New ColdFusion 9 Feature: CFIMAP

ColdFusion 9 now has the ability to directly interface with IMAP servers, including Google's GMail and Google Apps. Like most ColdFusion tags, the syntax is very simple. Here is an example:

view plain print about
1<cfimap
2action="open"
3server = "imap.gmail.com"
4username = "yourusername"
5password = "yourpassword"
6secure="yes"
7connection = "mail.gmail"
8>

9
10<!--- Get the Headers. --->
11<cfimap
12action="getHeaderOnly"
13connection="mail.gmail"
14name="theHeaders">

15
16<cfdump var="#theHeaders#">
17
18<cfimap
19action="close"
20connection = "mail.gmail">

The available actions are: GetHeaderOnly, GetAll, Delete, Open, Close, MarkRead, DeleteFolder, CreateFolder, RenameFolder, ListAllFolders, MoveMail.

Related Blog Entries

TweetBacks

Comments

This is a really good read for me. I often look for video tutorials like this http://www.videorolls.com/watch/Installing-ColdFus... It might be helpful for others. Thank you!

# Posted By Cameron | 7/6/10 9:48 AM

It is not Working .Please write details how it will work.

# Posted By upen | 10/7/10 7:14 AM

Recent Comments

RSS

Subscribe