tracker issue : CF-4026652

select a category, or use search below
(searches all categories and all time range)
Title:

getHeaderOnly() with IMAP takes a very long time when messages have attachments

| View in Tracker

Status/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:

similar to bug https://bugbase.adobe.com/index.cfm?event=bug&id=CF-3972721 on ColdFusion 10
Comment by External U.
6454 | July 27, 2015 04:42:59 PM GMT
This bug is duplicate of #CF-3972721.
Comment by HariKrishna K.
6455 | July 27, 2015 08:54:27 PM GMT