RE: CFPOP/CFX_POP3

2005-04-03 Thread Rick Eidson
Looks like I got some work to do...

My mail server is ArgoSoft and I can build server extensions for it I wonder
if I can get the server to actually do this. I do not want to slow down the
web mail client anymore. The new version of ArgoSoft has an RSS feed built
in so it makes it very fast to download mail. The only time I use
CFPOP/CDX_POP is for attachments. If I have to do anymore email processing I
think I will defeat the purpose of using the feed.

Anyone else already built something that uses the TNEF?

Is this something Macromedia will look into?

Ben, any thoughts?

Rick

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: April 2, 2005 3:26 PM
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

Hi Rick,

I'm afraid it isn't something that would allow me to update CFX_POP3 however
this ne could actually be used in CFPOP if MM so chose to build it in :) 

On the other hand, I have found a component that will work with CFX_POP3
however it still requires some work as it has been neglected for about 6
years and is not compatible with CFX_POP3 straight out of the box so to
speak...

Going back to the jar file you have installed, you will need to look out for
the winmail.dat files in the attachments field that CFPOP and CFX_POP3
generate and then instantiate the tnef decoder object using a UDF or CFC to
wrap up the funcionality of the jar file that you now have in your
classpath.

Essentially the UDF/CFC would read the attachment into a filestream and then
pass it to the TNEFInputStream class to decode it and let you manipulate the
attachments that are held within the .dat file.

HTH

Paul

-Original Message-
From: Rick Eidson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 02 April 2005 21:57
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

I downloaded this and put in my class path but it still doing the same
thing. Is there something I need to do to the file? And can I do it on the
server for all users.

Is this something that will allow you to update CFX_POP3?

Rick

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: April 2, 2005 1:05 PM
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

Rick,

I just found a free java implementation of a TNEF decoder

http://www.freeutils.net/source/jtnef/ 

Paul








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201294
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFPOP/CFX_POP3

2005-04-02 Thread cfhelp
When I download attachments the file is named winmail.dat.

I have striped it down for testing and it doesn't make a dif. The value of
#attachments# is always winmail.dat

cfx_pop3 action=GETALL NAME=Message SERVER=#Server#
USERNAME=#Email# PASSWORD=#MyPassWord#
attachmentpath=#attachmentPath#

CFPOP does the same.

Windows 2003
MX7

The mail server is ArgoSoft. The same attachment come through fine in
OutLook.


Rick



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201269
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
Hi Rick,

AFAIK, the winmail.dat attachment is an undocumented MS proprietary format
for attachments when using Exchange. As CFPOP and CFX_POP and most other
mail clients only know about the rfc compliant mail formats.

The content-type for that attachment should be microsoft/tnef if you search
on Google for that you will find lots of people wanting to know how you
decode them

If I find some components that I can build into CFX_POP3 then I may just add
the feature but I've never come across any and I haven't the time to reverse
engineer their undocumented format... :(

Paul


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201270
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
Rick,

I just found a free java implementation of a TNEF decoder

http://www.freeutils.net/source/jtnef/ 

Paul


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201271
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP/CFX_POP3

2005-04-02 Thread Rick Eidson
I downloaded this and put in my class path but it still doing the same
thing. Is there something I need to do to the file? And can I do it on the
server for all users.

Is this something that will allow you to update CFX_POP3?

Rick

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: April 2, 2005 1:05 PM
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

Rick,

I just found a free java implementation of a TNEF decoder

http://www.freeutils.net/source/jtnef/ 

Paul




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201274
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
Hi Rick,

I'm afraid it isn't something that would allow me to update CFX_POP3 however
this ne could actually be used in CFPOP if MM so chose to build it in :) 

On the other hand, I have found a component that will work with CFX_POP3
however it still requires some work as it has been neglected for about 6
years and is not compatible with CFX_POP3 straight out of the box so to
speak...

Going back to the jar file you have installed, you will need to look out for
the winmail.dat files in the attachments field that CFPOP and CFX_POP3
generate and then instantiate the tnef decoder object using a UDF or CFC to
wrap up the funcionality of the jar file that you now have in your
classpath.

Essentially the UDF/CFC would read the attachment into a filestream and then
pass it to the TNEFInputStream class to decode it and let you manipulate the
attachments that are held within the .dat file.

HTH

Paul

-Original Message-
From: Rick Eidson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 02 April 2005 21:57
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

I downloaded this and put in my class path but it still doing the same
thing. Is there something I need to do to the file? And can I do it on the
server for all users.

Is this something that will allow you to update CFX_POP3?

Rick

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: April 2, 2005 1:05 PM
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

Rick,

I just found a free java implementation of a TNEF decoder

http://www.freeutils.net/source/jtnef/ 

Paul






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201275
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54