« Return to Thread: move the mail to different folder

Re: move the mail to different folder

by Richard Swart :: Rate this Message:

Reply to Author | View in Thread

The below code will create a folder named as test in my local drive of system and move the copy of the mail to it. is there any possibility for moving the files from inbox folder to another mail folder like draft or to some personal folder in my mail box.

<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