Hi Matthias,

Sorry, but I have never needed to mess with libraries before this.

Where do I get the complete Mime library script?

I tried looking in the Project Browser for version
1.2 of the mail stack but all I could see was
com.livecode.library.mime and tsNetLibUrl
for choices.  When I open either I get a blank
window and when I try to look for script in
the stack or card it shows me nothing.
 
Is there a LiveCode lesson on this anywhere?

Thanks,

Rick


> On Mar 1, 2021, at 7:09 PM, matthias rebbe via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> Hi Rick,
> 
> if i recall it correctly i used the templatefield for that in LC server.
> 
> So set the text of the templatefield and then use that in the 
> mimeEncodeFieldAsMIMEMultipartDocument.
> 
> e.g.
> put "test" into the templatefield
> put mimeEncodeFieldAsMIMEMultipartDocument(the long id of the templatefield) 
> into tBody
> 
> 
> LC Server does not include the Mime library, so you'll need to copy the 
> complete Mime library script to your web server and include it in your script.
> 
> It's late here and i am off for some sleep now. So do not wonder when i reply 
> later.
> 
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
> 


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to