Re: CFPOP and multipart bounce messages

2013-03-11 Thread Rick Root

Paul, thanks that might work.

Russ - Not an option, as I'm not the one sending the email.  Thanks though.

Rick


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354921
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFPOP and multipart bounce messages

2013-03-08 Thread Russ Michaels

You might want to consider using a.system like sendgrid.net which makes
this stuff a lot easier. They have an api for sending email insyead of
using cfmail/smtp, so far easier to track failed delivery, and they track
bounces for you too.

Regards
Russ Michaels
www.michaels.me.uk
www.cfmldeveloper.com - Free CFML hosting for developers
www.cfsearch.com - CF search engine
On Mar 8, 2013 7:25 PM, Rick Root rick.r...@gmail.com wrote:


 Hi,

 I'm trying to figure out a way to have coldfusion handle bounce emails from
 a certain system that produces bounce messages in multipart format.

 Unfortunately, Coldfusion CFPOP seems to only get the multipart sections
 with text/plain (textBody) and text/html (htmlBody), and some of these
 other mime parts that are not file attachments are ignored.

 For the most part CFPOP works great, it saves my attachments to a folder
 for me, populates the text and html pieces... but somehow I need to get the
 other mime parts - or the raw message.

 Anyone got any ideas for me?

 --
 *The beatings will continue until morale improves.*


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354905
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFPOP and multipart bounce messages

2013-03-08 Thread Paul Vernon

 Anyone got any ideas for me?

http://popcfc.riaforge.org

Check out the functions with RAW in their names, it bypasses CFPOP in those
functions and should handle bounce messages for you.

Paul




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354908
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm