Title:
[ANeff] Bug for: cfimap action=getall removes brackets from attachment names
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 11/05/2014
Components: Net Protocols, IMAP
Versions: 11.0
Failure Type: Data Corruption
Found In Build/Fixed In Build: CF11_Final / CF11 Update5
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
In build 11.0.03.291742, <cfimap action="getall"..> removes brackets (and any characters between) from attachment names.
Repro:
<cfmail from="a@b.com" to="a@b.com" subject="subject">
<cfmailparam file="[].txt" content="a" />
<cfmailparam file="a[b]c.txt" content="b" />
<cfmailparam file="some file.txt" content="c" />
</cfmail>
<cfimap action="getall" server="mail.b.com" username="a@b.com" password="password" name="q" />
<cfoutput>#q.attachments[q.RecordCount]#</cfoutput>
Outputs tab-delimited string: ".txt ac.txt some file.txt"
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3847737
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: