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

[REBOL] import-email and KMail

From: chris::starforge::co::uk at: 14-Jul-2001 14:10

Hi, I've found a problem with using emails sent by kmail (may or may not apply to other mailers). KMail seems to construct headers like
>From [chris--starforge--co--uk] Sat Jul 14 03:51:43 2001
Received: from..... From: [chris--starforge--co--uk] To: [address--starforge--co--uk] Subject: testing If I use import-email the first line appears to break the import. For example, if the email is in buffer: email-obj: import-email buffer email-obj will not have the To:, From:, Content-Type: fields filled in. OTOH, if I do something like email-obj: import-email at find buffer newline 2 the email-obj is filled in correctly. Should I moan at the kmail guys aboutthis, or it this sort of thing allowed and import-email just can't handle it? Chris -- New sig in the works Explorer2260, Designer and Coder http://www.starforge.co.uk -- A language that doesn't affect the way you think about programming is not worth knowing.