Re: Email connector

2009-01-29 Thread David Legg
Hi Peter, In effect it needs to parse the RFC822 headers to get the subject and origin and date, and then reproduce the text-body untouched (replacing < and & with character entity references), and drop all attachments on the floor. I thought I saw a reference to a component that did this a

Re: Email connector

2009-02-16 Thread Peter Flynn
David Legg wrote: Hi Peter, In effect it needs to parse the RFC822 headers to get the subject and origin and date, and then reproduce the text-body untouched (replacing < and & with character entity references), and drop all attachments on the floor. I thought I saw a reference to a compone