Ian Skinner wrote: > I'm looking at a requirement to have a ColdFusion process monitor an email > box and trigger an action when a specific email is received. The trouble I > foresee is that the box is on an MS Exchange server and thus is not a POP > account. > > Is there any easy way for ColdFusion to monitor a box on an Exchange server > or to configure a single exchange account to be POP? Any other Ideas on how > I might tackle this requirement?
Two ways: #1 - enable the POP3 service via exchange (yes, Pop3 *IS* supported) #2 - use an coldfusion imap client like CFX_IMAP or imap.cfc. I'm pretty sure CFX_IMAP will work with Exchange. Not sure about imap.cfc Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262085 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

