Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: Indy Email - ContentTransfer
| Subject: | Re: Indy Email - ContentTransfer |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 31 Mar 2006 11:12:12 |
"Johnnie Norsworthy" <jln206@verizon.net> wrote in message
news:442d53e1$1@newsgroups.borland.com...
> I just found a problem when using Indy 10.0.52. It appears that
> when I create a multi-part email using TIdText.Create() the default
> .ContentTransfer is set to "Quoted-Printable". With this setting, it
> mangles links I have embedded in the HTML.
Please elaborate. What EXACTLY is happening? Can you show an example?
> Since I have a two part email: 'text/html' and 'text/plain', what is
> the correct/best setting for .ContentTransfer that will work for the
> widest range of email recipients?
All clients support Quoted-Printable and Base64. They two particular
encodings are requred by the RFC standards for email transmissions.
Gambit