« Return to Thread: move the mail to different folder

move the mail to different folder

by Mike Carr-6 :: Rate this Message:

Reply to Author | View in Thread

Hi,

Can u please suggest me the answer for moving the mail to different folder.

i tried with below code, it is not working. I am able to read the mail but not able to move to another folder.

<imaps:connector name="imapsConnector" mailboxFolder="INBOX" deleteReadMessages="false"
backupEnabled="true" backupFolder="test">
<imaps:tls-client path="clientKeystore" storePassword="changeit" />
<imaps:tls-trust-store path="greenmail-truststore" storePassword="changeit" />
</imaps:connector>

<service name="imapService">

<inbound>
<imaps:inbound-endpoint connector-ref="imapsConnector" user="uname"
password="pwd" host="host.name" port="993" >
</imaps:inbound-endpoint>
</inbound>
<echo-component/>
</service>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: move the mail to different folder