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

[REBOL] Re: E-Mail saving & loading

From: g:santilli:tiscalinet:it at: 9-Jul-2002 12:46

Hi philb, On Tuesday, July 09, 2002, 4:16:32 AM, you wrote: puc> Is this a bug in import-email? or net-utils/export? NET-UTILS/EXPORT in not smart enough to guess you are exporting an email header, and that the block in the TO field should be treated differently. It renders it as: To: [user1--test--com][user2--test--com] while it should be: To: [user1--test--com], [user2--test--com] You can solve it by doing: lv-hdr: make system/standard/email [ Subject: "Subject Line" to: "[user1--test--com], [user2--test--com]" from: [me--test--com] date: to-idate now Content-Type: {text/plain; charset="iso-8859-1"} ] Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r