Eduardo said:
Is there a freeware that converts EXE to "TXT" and "TXT" to EXE?
I would like to post a EXE file in the e-mail body, cheating by this way
servers that do not allow attachments.
WARNING: email messages are not always transmitted without change. Very
specifically, I had a major problem with text email last year: a line
starting with a "." sometimes had an extra "." prefixed, or showed a
couple of other problems. This happened intermittently with 3 different
ISPs. The cause of the problem is to do with SMTP transmission, which
sometimes needs to prefix an extra dot at one end, and remove it at the
other; bugs in the ISP's software cause this problem. (This is not a
full explanation; if anyone is interested in the details I can look up
some references).
With text messages this doesn't matter. I was obliged to use Outlook
Express to send database updates which OE insisted on sending in
quotable-printable (qp) format, instead of base64. This worked fine for
years, until we started having corruption. After much work we found that
the qp file being transmitted happened to have a "." after a CRLF, and
an extra "." was being prefixed. ISP's helplines were pathetic, refusing
to believe until overwhelming proof was suppled, then promising to look
into it and ... nothing.
If anyone wants to experiment, emailing the following text shows the
problem immediately, if present:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
12-line test message, ending with "End of test"
Following line has two dots, followed by end-of-line
...
Following line has five dots, followed by end-of-line
......
Following line has one dot. It is not the last line
..
Now some lines with leading dots:
..This line begins with one dot
...This line begins with two dots
This is the line before the last
End of test
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
So don't use text email to send messages which must be received 100%
correctly (e.g., renamed executable files). It took us weeks to find why
our database was corrupting.
Best wishes,