----- Original Message ----- From: "ali jaffrey" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Thursday, September 21, 2000 6:29 PM Subject: Re: [iMS] CFX_ODSMIME 1.3.3 > Hi Howie, > > So far so good. I have been testing the new cfx tag without any clear cut > conclusive problems. > > Thanks for the improvement. > You're welcome. > By the way how does the CF 4.5 toBinary() function stack up to the decoding > abilities of the cfx_odsmime tag? > Which feature processes base64 files faster and more efficiently? > I can't really comment on this because I'm not familiar with the toBinary() function. We're running some 4.5 servers here but I'm not the best at CF coding (I am more of a C, Delphi, etc. coder). What I can say is that the ODSMIME tag is pretty fast (especially if set to stay in memory). > If the CF 4.5 toBinary function works more efficiently than perhaps you can > have CF server to the decoding? Or perhaps allow users to choose to save the > base 64 text in variables so that they can choose to decode it at their own > choosing. > > What do you think? > Well, the one thing that I would comment on (I just looked at the CF docs) is that you need to send this function a string that represents the base64 encoded data. So, firstly, you need to open the mail file and pull out the text that represents the encoded file. This is not an easy thing to do. Also, you would not be able to support UUEncoded data. Regards, Howie > Regards, > Ali > > > > > > > > > > ----- Original Message ----- > From: "Howie Hamlin" <[EMAIL PROTECTED]> > To: "inFusion Support List" <[EMAIL PROTECTED]> > Sent: Wednesday, September 20, 2000 1:47 PM > Subject: [iMS] CFX_ODSMIME 1.3.3 > > > > CFX_ODSMIME version 1.3.3 is now availabel for download. This version > > addresses some of the open issues from version 1.3.2. There is currently > an > > open issue that will need additional work. The tag does not properly > handle > > MAPI encoded mail from the Microsoft Internet E-mail/MAPI mailer. This > > mailer does not seem to adhere to internet standards (surprise, surprise). > > > > You can download version 1.3.3 from: > > > > ftp://ftp.coolfusion.com/pub/ods/cfx_odsmime/cfx_odsmime133.zip > > > > Regards, > > > > Howie > > > > > > ======================================================================== > > This list server is Powered by iMS > > 'The Swiss Army Knife of Mail Servers' > > -------------------------------------- > > To leave this list please complete the form at > > http://www.CoolFusion.com/iMS.htm > > > > List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ > > ======================================================================== > > > > > ======================================================================== > This list server is Powered by iMS > 'The Swiss Army Knife of Mail Servers' > -------------------------------------- > To leave this list please complete the form at > http://www.CoolFusion.com/iMS.htm > > List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ > ======================================================================== > ======================================================================== This list server is Powered by iMS 'The Swiss Army Knife of Mail Servers' -------------------------------------- To leave this list please complete the form at http://www.CoolFusion.com/iMS.htm List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ ========================================================================
