Title:
getHeaderOnly() with IMAP takes a very long time when messages have attachments
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Phil Cruz / Phil Cruz (Phil Cruz)
Created: 07/27/2015
Components: Net Protocols
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: ALL / Win 2008 Server R2 64 bit
Vote Count: 0
Duplicate ID: CF-3972721
getHeaderOnly() with IMAP takes a very long time when messages have attachments
Steps to Reproduce:
Send emails with large attachments (15MB or greater) to an email account. Run the following code:
iMapObj = new imap();
iMapObj.setAttributes(server="imap.gmail.com",username=supportEmail, password=popMailPassword,secure="yes", connection="imapConnection");
iMapObj.open();
qryMailHeaders = iMapObj.getHeaderOnly(connection = "imapConnection");
iMapObj.close(connection="imapConnection");
Actual Result:
The request takes several minutes, like 4+, to complete.
Expected Result:
The request should take a few seconds, like less than 10.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4026652
External Customer Info:
External Company:
External Customer Name: Phil
External Customer Email:
External Test Config: Tested on ColdFusion 11 update 5
Attachments:
Comments: