Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: read/custom mime-multipart?

From: gabriele::colellachiara::com at: 8-Jun-2006 18:16

Hi Dirk, On Thursday, June 8, 2006, 12:35:59 PM, you wrote: DV> read/custom url [ 'port post-data ] You can supply additional headers my providing a block after the post-data: read/custom url [post {my post data...} [Content-Type: "text/plain" X-My-Custom-Header: "Anything"]] DV> Different questions? How do i make the pop/imap/mail protocol handlers DV> ssl/tls aware? I know how to establish a ssl/tls connection using a DV> port, but i cant find a way to make the protocol handlers to use these DV> sockets (ports) ... The handlers don't support it directly, although it probably wouldn't be too hard to add. Maybe someone would like to play with this? I'll keep this in mind for REBOL 3. Regards, Gabriele. -- Gabriele Santilli <gabriele-rebol.com> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/