are you sure the timeout limit is 60 seconds?
With IMAP, we are facing exceptions as ‘Timeout exceeded’ and ‘An existing connection was forcibly closed by the remote host’ for GetMessage() method after 30th second.
sometimes getmessage() method is taking more than 30 seconds to download an email so IMAP is throwing an exception as,
‘Timeout exceeded’ and ‘An existing connection was forcibly closed by the remote host’.
Can you suggest what to check for it? and in one of the question you have answered that default value is 60 seconds, so is it correct?