I know this question has been raised before, but I couldn't really find solution to this issue till now.
I am trying to get messages from outlook exchange for parsing.
I have a very simple flow to get the mails from outlook and it seems to work partially (It authenticates properly, and also checks all the necessary folders but it doesn't retrieve the mail from IMAP server).
This is the flow I am using...
<imap:connector name="imapConnector" checkFrequency="500"
backupEnabled="true" backupFolder="inbox.backup"
mailboxFolder="INBOX" moveToFolder="processed" deleteReadMessages="false"
defaultProcessMessageAction="SEEN" />
<flow name="testFlow" doc:name="testFlow">
<imap:inbound-endpoint host="ip"
port="143" user="username" password="pwd" doc:name="IMAP" />
<file:outbound-endpoint path="C:\"
responseTimeout="1000" doc:name="File" />
</flow>
The app seems to run without any errors, but its not retrieving any emails instead just sits there forever as below... Can someone help me?
**********************************************************************
* Application: test *
* OS encoding: Cp1252, Mule encoding: UTF-8 *
* *
* Agents Running: *
* JMX Agent *
**********************************************************************
INFO 2013-02-06 18:26:45,814 [main] org.mule.module.launcher.DeploymentService:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Started app 'test' +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++