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