Title:
Bug 78466:(Watson Migration Closure)Within cfimap, add a default value to maxrows or make it required
| View in TrackerStatus/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): Sam Farmer / Sam Farmer (sam.farmer.cfm)
Created: 07/01/2009
Components: Installation/Config, Connector
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,0,240375 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
Within cfimap, add a default value to maxrows or make it required.
I kept thinking something was wrong and it was not working but I was trying to pull back all 13,000+ by mistake!
This was after copying the example code!
Method:
Here is the code I used:
<html >
<head>
<title>IMAP Mail Client</title>
</head>
<body>
<!--- Replace your username and password with valid IMAP email account name and password.
--->
<cfflush >
<cfimap
server = "imap.googlemail.com"
username = "sam@samfarmer.com"
action="open"
secure="yes"
port="993"
password = ""
timeout="10"
connection = "test.cf.gmail">
<!--- Retrieve header information from the mailbox. --->
<cfimap
action="getAll"
connection="test.cf.gmail"
name="queryname" maxrows="10">
<cfdump var="#queryname#">
<cfimap
action="close"
connection = "test.cf.gmail">
</body>
</html>
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039106
External Customer Info:
External Company:
External Customer Name: Sam Farmer
External Customer Email: 183F5AA44911D0AB992016B6
External Test Config: 07/01/2009
Attachments:
Comments: