realbasic-nug
[Top] [All Lists]

EncodeQuotedPrintable

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: EncodeQuotedPrintable
From: Christopher Jett <chris at jettfuel dot net>
Date: Thu, 31 Aug 2006 21:41:13 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
I have a little issue with EncodeQuotedPrintable. Well, OK, a major issue. It appears to not be working at all.

I have a string called 'DataFork' that is a formatted email message. The string is the result of a TextInputStream.ReadAll. Here's my code:

  TextIn = ThisFile.OpenAsTextFile
  DataFork = TextIn.ReadAll
  TextIn.Close

  DataFork = EncodeQuotedPrintable(DataFork)

When this code is done, DataFork appears to be exactly the same as it was. It doesn't appear to be encoded at all. Any ideas?
--
Chris Jett
chris at jettfuel dot net
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>
  • EncodeQuotedPrintable, Christopher Jett <=