Link to home
Start Free TrialLog in
Avatar of vasu_i
vasu_i

asked on

Encoding: quoted-printable

I am trying to create an MIME 1.0 awared email program. I am looking for some vb code which can convert message into quoted-printable format and vice-versa.

Thanx for the support.
Avatar of Ruchi
Ruchi

ftp://ftp.csusm.edu/pub/winworld/vbasic/netc_13n.zip
"Description: The NetCode Control can be used to encode or decode files or strings. UUEncode as well as MIME's Base64 and Quoted-Printable formats are currently supported. "


More information:
http://www.vbonline.com/vbonline/devsoft/vb/netcode.htm

http://www.freevbcode.com/ShowCode.Asp?ID=333

"MIME ISO Charset decoder functions"

More download:
ftp://ftp.one.net/pub/users/dreitz/shareware/netc_13n.zip
"Shareware (38819 bytes) VBX for sophisticated encoding and decoding"
One more:
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=3113

"Very fast function to encode or decode Quoted-Printable. VB6 only, but you can make it work with other versions, with a 3rd party replace function."
ASKER CERTIFIED SOLUTION
Avatar of Ruchi
Ruchi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial