Hi,
I'm trying to forward an incoming mail from mailbox 1 to mailbox 2.
I thought it was just this:
from
("imaps://[email protected]&password=abc&consumer.delay=
30000")
.to("smtp://myhost@[email protected]");
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
