CFPOP empty message body

2004-04-07 Thread Matthew Fusfield
I have an application that collects emails sent to a POP3 mailbox and is
designed to grab the HTML version of the message if available, and if
not, get the text version. This generally works OK but every now and
then, CFPOP returns a structure where the body, textbody, and htmlbody
fields are all null. If I check the same mailbox with a mail client, I
can see the message fine. Any ideas? Running CFMX 6.1 and iMail is the
mail server.

 
Thanks,

 
Matt

Matthew I. Fusfield
Director of Data Products
InterActive Network Systems, Inc. 
http://www.ins-business.com/es http://www.ins-business.com/es 
(856) 401-9000 Ext: 1015
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFPOP empty message body

2004-04-07 Thread Bryan Stevenson
Long ago in a galaxy far far away.

I seem to recall one of my early web mail apps had NULLs for body fields when the mail was sent via Outlook.

Now this was back around 98/99 so who knows if this would still hold truebut it was all about Outlook being non-standard

HTH

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message - 
From: Matthew Fusfield 
To: CF-Talk 
Sent: Wednesday, April 07, 2004 12:35 PM
Subject: CFPOP empty message body

I have an application that collects emails sent to a POP3 mailbox and is
designed to grab the HTML version of the message if available, and if
not, get the text version. This generally works OK but every now and
then, CFPOP returns a structure where the body, textbody, and htmlbody
fields are all null. If I check the same mailbox with a mail client, I
can see the message fine. Any ideas? Running CFMX 6.1 and iMail is the
mail server.

Thanks,

Matt

Matthew I. Fusfield
Director of Data Products
InterActive Network Systems, Inc. 
http://www.ins-business.com/es http://www.ins-business.com/es 
(856) 401-9000 Ext: 1015
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFPOP empty message body

2004-04-07 Thread Scott Weikert
At 01:35 PM 4/7/2004, Matthew wrote:
I have an application that collects emails sent to a POP3 mailbox and is
designed to grab the HTML version of the message if available, and if
not, get the text version. This generally works OK but every now and
then, CFPOP returns a structure where the body, textbody, and htmlbody
fields are all null. If I check the same mailbox with a mail client, I
can see the message fine. Any ideas? Running CFMX 6.1 and iMail is the
mail server.

I've had issues with CFPOP in the past. I'd recommend hitting the Dev 
Exchange and grabbing the CFX_POP3 tag. It's more reliable and faster, IMHO.

--Scott
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]