tracker issue : CF-3970419

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

CFPOP With Gmail Returns 0 Records

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Dave Cordes / Dave Cordes (Dave Cordes)

Created: 04/15/2015

Components: Net Protocols, POP

Versions: 11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Normal / Some users will encounter

Locale/System: English / Mac 10.10 64 bit

Vote Count: 0

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_possibly_fixed on September 02, 2019 using build 2016.0.01.298513
Problem Description:

Using a simple POP command to Gmail returns 0 records even when there are unread messages in the inbox.


Steps to Reproduce:

<cfpop action="getAll" name="getEmails" server="pop.gmail.com" secure="yes" username="[username]" password="[password]">

<cfdump var="#getEmails#">


Actual Result:

The result is I see the dump with 0 records.


Expected Result:

I would expect to see 1 record if there was 1 unread email.


Any Workarounds:

None.


The same code works on a ColdFusion 10 server running update 13. Also, when I use debug="yes" I do see ColdFusion connecting to Gmail and returning the emails, it's just not returning any records.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3970419

External Customer Info:
External Company:  
External Customer Name: Dave
External Customer Email:  
External Test Config: My Hardware and Environment details:



System Information

Server Details

Server Product	ColdFusion

Version	11,0,05,293506

Tomcat Version	7.0.54.0

Edition	Standard  

Operating System	Windows Server 2008 R2  

OS Version	6.1  

Update Level	D:/ColdFusion11/cfusion/lib/updates/chf11000005.jar  

Adobe Driver Version	5.1.3 (Build 000094)

Attachments:

Comments:

Also, I thought I would mention that after ColdFusion connects to Gmail the message is marked as read so I know that the connection is working. However, the cfdump reveals 0 records even though it's successful.
Comment by External U.
7883 | April 15, 2015 03:03:21 PM GMT
I saw this bug was fixed and closed today. Will this correction be in an upcoming patch for ColdFusion 11?
Comment by External U.
7884 | September 23, 2015 09:42:02 AM GMT
Just updated to Update 6 and this appears to still be a bug. Was this corrected in this patch. If not when will it be released.
Comment by External U.
7885 | November 10, 2015 11:25:01 PM GMT
Hi Adobe, I've verified this is possibly fixed in CF2016 Update 1 (build 2016.0.01.298513). I was unable to reproduce the issue. The cfdump displays all rows when using the code in the description on CF11 Update 7 (build 11.0.07.296330). Thanks!, -Aaron
Comment by Aaron N.
31263 | September 02, 2019 09:12:35 AM GMT