Hi,
I'm trying to forward an incoming mail from mailbox 1 to mailbox 2. I thought it was just this: from ("imaps://imap.gmail.com?username=x...@gmail.com&password=abc&consumer.delay= 30000") .to("smtp://myhost@to=some...@somewhere.com"); But I'm getting always the following error: javax.mail.MessagingException: Missing start boundary Also when I'm composing the message via the exchange I'm getting the same error... Thx in advance! Pieter