What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

Re: [WebDNA] Base 64

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105254
interpreted = N
texte = This is a multi-part message in MIME format. --------------010204010008090504010302 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable I think I have found "one" part of the problem. I don't know if it's a WebDna problem... or not. 1 - I use the same code for sending my data through [sendmail] a - I encode my html with a free Base64 encoder found on the web=20 and send email. b - I use [Encrypt method=3DBase64&emailformat=3Dt] MY HTML HERE=20 [/Encrypt] and send email 2 - Result a - html page is displayed on both Gmail and Thunderbird b - html page is displayed on Gmail, but NOT on Thunderbird I'm still looking for some ideas on were my problem might come from... Lawrence > > Le 01/06/10 01:41, Stuart Tremain a =E9crit : >> Lawrence >> >> This may be the root of your problem: >> >> Content-Type=3Dmultipart/alternative; >> >> Try changing to: >> >> Content-Type=3Dmultipart/mixed; >> >> Regards >> >> Stuart Tremain >> IDFK Web Developments >> AUSTRALIA >> webdna@idfk.com.au >> >> >> >> >> On 01/06/2010, at 5:38 AM, Lawrence wrote: >> >>> Hi, >>> so I wen't through the [encrypt] method, but something must be missin= g. >>> here is the ordinary html page :=20 >>> http://www.sensationvoile.fr/newsletter/sv3/n1.html >>> here is how it get displayed :=20 >>> http://www.sensationvoile.fr/newsletter/sv3/n1.tpl >>> >>> I also tried it in a [sendmail] but yhe email can't be displayed=20 >>> when it arrives. >>> >>> [sendmail MIME-Version=3D1.0[!] >>> [/!]&Subject=3D[url][email_subject][/url][!] >>> [/!]&from=3D[email_from_name]<[email_from_address]>[!] >>> [/!]&to=3D[nom]<[email_to_address]>[!] >>> [/!]&Reply-To=3D[email_from_address][!] >>> [/!]&Content-Type=3Dmultipart/alternative;[!]charset=3DISO-8859-1; >>> [/!] boundary=3D"--Boundary_[cart]"] >>> Content-Type: text/html; charset=3D"ISO-8859-1"; >>> Content-Transfer-Encoding: 7bit[unurl]%0D%0A[/unurl] >>> [Encrypt method=3DBase64&emailformat=3Dt] >>> [Interpret][include file=3DMY HTML file][Interpret] >>> [/Encrypt] >>> >>> ----Boundary_[cart]-- >>> [/sendmail] >>> >>> >>> Has any one got an idea? or an exemple? >>> >>> Thanks for help >>> Lawrence >>> >>> >>> >>> Le 06/05/10 17:55, Donovan Brooke a =E9crit : >>>> Lawrence wrote: >>>>> Hi, >>>>> >>>>> I wish to add the images in my news letter (not link) as far as I >>>>> searched they should be Base 64 encoded, how shall we do this with >>>>> Webcatalog. >>>>> I have also read that converting my legal html to Base 64 will >>>>> facilitate going through Spma filters. >>>>> >>>>> As any body dealed with that? >>>>> Thanks >>>>> Lawrence >>>> >>>> >>>> Hi Lawrence, see [encrypt]'s 'method' param: >>>> >>>> http://docs.webdna.us/pages.html?context=3DEncryptContext.html >>>> >>>> Donovan >>>> >>>> >>>> >>> >>> >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list >. >>> To unsubscribe, E-mail to: >> > >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> old archives: http://dev.webdna.us/TalkListArchive/ >>> Bug Reporting:=20 >>> http://forum.webdna.us/eucabb.html?page=3Dtopics&category=20 >>> (8 >> > --------------010204010008090504010302 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I think I have found "one" part of the problem.
I don't know if it's a WebDna problem... or not.

1 - I use the same code for sending my data through [sendmail]
    a - I encode my html with a free Base64 encoder found on the web and send email.
    b - I use [Encrypt method=Base64&emailformat=t] MY HTML HERE [/Encrypt] and send email

2 - Result
    a - html page is displayed on both Gmail and Thunderbird
    b - html page is displayed on  Gmail, but NOT on Thunderbird

I'm still looking for some ideas on were my problem might come from...

Lawrence


Le 01/06/10 01:41, Stuart Tremain a écrit : Lawrence

This may be the root of your problem:

Content-Type=multipart/alternative;

Try changing to:

Content-Type=multipart/mixed;

Regards

Stuart Tremain
IDFK Web Developments
AUSTRALIA




On 01/06/2010, at 5:38 AM, Lawrence wrote:

Hi,
so I wen't through the [encrypt] method, but something must be missing.
here is the ordinary html page : http://www.sensationvoile.fr/newsletter/sv3/n1.html
here is how it get displayed : http://www.sensationvoile.fr/newsletter/sv3/n1.tpl

I also tried it in a [sendmail] but yhe email can't be displayed when it arrives.

[sendmail MIME-Version=1.0[!]
[/!]&Subject=[url][email_subject][/url][!]
[/!]&from=[email_from_name]<[email_from_address]>[!]
[/!]&to=[nom]<[email_to_address]>[!]
[/!]&Reply-To=[email_from_address][!]
[/!]&Content-Type=multipart/alternative;[!]charset=ISO-8859-1;
[/!] boundary="--Boundary_[cart]"]
Content-Type: text/html; charset="ISO-8859-1";
Content-Transfer-Encoding: 7bit[unurl]%0D%0A[/unurl]
[Encrypt method=Base64&emailformat=t]
[Interpret][include file=MY HTML file][Interpret]
[/Encrypt]

----Boundary_[cart]--
[/sendmail]


Has any one got an idea? or an exemple?

Thanks for help
Lawrence



Le 06/05/10 17:55, Donovan Brooke a écrit :
Lawrence wrote:
Hi,

I wish to add the images in my news letter (not link) as far as I
searched they should be Base 64 encoded, how shall we do this with
Webcatalog.
I have also read that converting my legal html to Base 64 will
facilitate going through Spma filters.

As any body dealed with that?
Thanks
Lawrence


Hi Lawrence, see [encrypt]'s 'method' param:

http://docs.webdna.us/pages.html?context=EncryptContext.html

Donovan





---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <talk@webdna.us>.
To unsubscribe, E-mail to: <talk-leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
old archives: http://dev.webdna.us/TalkListArchive/
Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category(8




--------------010204010008090504010302-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Base 64 (Stuart Tremain 2010)
  2. Re: [WebDNA] Base 64 (Lawrence 2010)
  3. Re: [WebDNA] Base 64 (Stuart Tremain 2010)
  4. Re: [WebDNA] Base 64 (Lawrence 2010)
  5. Re: [WebDNA] Base 64 (Lawrence 2010)
  6. Re: [WebDNA] Base 64 (Stuart Tremain 2010)
  7. Re: [WebDNA] Base 64 (Stuart Tremain 2010)
  8. Re: [WebDNA] Base 64 (Lawrence 2010)
  9. Re: [WebDNA] Base 64 (Lawrence 2010)
  10. Re: [WebDNA] Base 64 (Donovan Brooke 2010)
  11. [WebDNA] Base 64 (Lawrence 2010)
This is a multi-part message in MIME format. --------------010204010008090504010302 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable I think I have found "one" part of the problem. I don't know if it's a WebDna problem... or not. 1 - I use the same code for sending my data through [sendmail] a - I encode my html with a free Base64 encoder found on the web=20 and send email. b - I use [Encrypt method=3DBase64&emailformat=3Dt] MY HTML HERE=20 [/Encrypt] and send email 2 - Result a - html page is displayed on both Gmail and Thunderbird b - html page is displayed on Gmail, but NOT on Thunderbird I'm still looking for some ideas on were my problem might come from... Lawrence > > Le 01/06/10 01:41, Stuart Tremain a =E9crit : >> Lawrence >> >> This may be the root of your problem: >> >> Content-Type=3Dmultipart/alternative; >> >> Try changing to: >> >> Content-Type=3Dmultipart/mixed; >> >> Regards >> >> Stuart Tremain >> IDFK Web Developments >> AUSTRALIA >> webdna@idfk.com.au >> >> >> >> >> On 01/06/2010, at 5:38 AM, Lawrence wrote: >> >>> Hi, >>> so I wen't through the [encrypt] method, but something must be missin= g. >>> here is the ordinary html page :=20 >>> http://www.sensationvoile.fr/newsletter/sv3/n1.html >>> here is how it get displayed :=20 >>> http://www.sensationvoile.fr/newsletter/sv3/n1.tpl >>> >>> I also tried it in a [sendmail] but yhe email can't be displayed=20 >>> when it arrives. >>> >>> [sendmail MIME-Version=3D1.0[!] >>> [/!]&Subject=3D[url][email_subject][/url][!] >>> [/!]&from=3D[email_from_name]<[email_from_address]>[!] >>> [/!]&to=3D[nom]<[email_to_address]>[!] >>> [/!]&Reply-To=3D[email_from_address][!] >>> [/!]&Content-Type=3Dmultipart/alternative;[!]charset=3DISO-8859-1; >>> [/!] boundary=3D"--Boundary_[cart]"] >>> Content-Type: text/html; charset=3D"ISO-8859-1"; >>> Content-Transfer-Encoding: 7bit[unurl]%0D%0A[/unurl] >>> [Encrypt method=3DBase64&emailformat=3Dt] >>> [interpret][include file=3DMY HTML file][interpret] >>> [/Encrypt] >>> >>> ----Boundary_[cart]-- >>> [/sendmail] >>> >>> >>> Has any one got an idea? or an exemple? >>> >>> Thanks for help >>> Lawrence >>> >>> >>> >>> Le 06/05/10 17:55, Donovan Brooke a =E9crit : >>>> Lawrence wrote: >>>>> Hi, >>>>> >>>>> I wish to add the images in my news letter (not link) as far as I >>>>> searched they should be Base 64 encoded, how shall we do this with >>>>> Webcatalog. >>>>> I have also read that converting my legal html to Base 64 will >>>>> facilitate going through Spma filters. >>>>> >>>>> As any body dealed with that? >>>>> Thanks >>>>> Lawrence >>>> >>>> >>>> Hi Lawrence, see [encrypt]'s 'method' param: >>>> >>>> http://docs.webdna.us/pages.html?context=3DEncryptContext.html >>>> >>>> Donovan >>>> >>>> >>>> >>> >>> >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list >. >>> To unsubscribe, E-mail to: >> > >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> old archives: http://dev.webdna.us/TalkListArchive/ >>> Bug Reporting:=20 >>> http://forum.webdna.us/eucabb.html?page=3Dtopics&category=20 >>> (8 >> > --------------010204010008090504010302 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I think I have found "one" part of the problem.
I don't know if it's a WebDna problem... or not.

1 - I use the same code for sending my data through [sendmail]
    a - I encode my html with a free Base64 encoder found on the web and send email.
    b - I use [Encrypt method=Base64&emailformat=t] MY HTML HERE [/Encrypt] and send email

2 - Result
    a - html page is displayed on both Gmail and Thunderbird
    b - html page is displayed on  Gmail, but NOT on Thunderbird

I'm still looking for some ideas on were my problem might come from...

Lawrence


Le 01/06/10 01:41, Stuart Tremain a écrit : Lawrence

This may be the root of your problem:

Content-Type=multipart/alternative;

Try changing to:

Content-Type=multipart/mixed;

Regards

Stuart Tremain
IDFK Web Developments
AUSTRALIA




On 01/06/2010, at 5:38 AM, Lawrence wrote:

Hi,
so I wen't through the [encrypt] method, but something must be missing.
here is the ordinary html page : http://www.sensationvoile.fr/newsletter/sv3/n1.html
here is how it get displayed : http://www.sensationvoile.fr/newsletter/sv3/n1.tpl

I also tried it in a [sendmail] but yhe email can't be displayed when it arrives.

[sendmail MIME-Version=1.0[!]
[/!]&Subject=[url][email_subject][/url][!]
[/!]&from=[email_from_name]<[email_from_address]>[!]
[/!]&to=[nom]<[email_to_address]>[!]
[/!]&Reply-To=[email_from_address][!]
[/!]&Content-Type=multipart/alternative;[!]charset=ISO-8859-1;
[/!] boundary="--Boundary_[cart]"]
Content-Type: text/html; charset="ISO-8859-1";
Content-Transfer-Encoding: 7bit[unurl]%0D%0A[/unurl]
[Encrypt method=Base64&emailformat=t]
[interpret][include file=MY HTML file][interpret]
[/Encrypt]

----Boundary_[cart]--
[/sendmail]


Has any one got an idea? or an exemple?

Thanks for help
Lawrence



Le 06/05/10 17:55, Donovan Brooke a écrit :
Lawrence wrote:
Hi,

I wish to add the images in my news letter (not link) as far as I
searched they should be Base 64 encoded, how shall we do this with
Webcatalog.
I have also read that converting my legal html to Base 64 will
facilitate going through Spma filters.

As any body dealed with that?
Thanks
Lawrence


Hi Lawrence, see [encrypt]'s 'method' param:

http://docs.webdna.us/pages.html?context=EncryptContext.html

Donovan





---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <talk@webdna.us>.
To unsubscribe, E-mail to: <talk-leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
old archives: http://dev.webdna.us/TalkListArchive/
Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category(8




--------------010204010008090504010302-- Lawrence

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Re:Random Command (1997) Support ?? (1997) Problems with [Applescript] (1997) WebCat2 Append problem (B14Macacgi) (1997) room needed to share at Moscone Marriott (1999) Golive parses [showif [index]<4] weird (2003) all records returned. (1997) select menus & database design (1998) Re:Listfiles (1998) Re:How to Display text in empty fields (1997) encripted storage (1998) emailer settings and control questions (1997) Help needed! (1998) Mozilla/4. and Browser Info.txt (1997) Multiple Users.db Possible? (1997) WCS Newbie question (1997) How old am I? (2004) Progress !! WAS: Trouble with formula.db (1997) New command suggestion (1997) MacActivity and PCS (1997)