tracker issue : CF-3847737

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

[ANeff] Bug for: cfimap action=getall removes brackets from attachment names

| View in Tracker

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

Listed in the version 11.0.05.293506 Issues Fixed doc
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:

Related thread: http://prerelease.adobe.com/r/?c5dcced599314513aa904a25f3ef0b36
Comment by External U.
10261 | November 05, 2014 08:01:02 AM GMT
The fix for this bug is available in the pre-release build of ColdFusion 11 Update 5
Comment by CFwatson U.
10262 | February 20, 2015 09:28:35 AM GMT
Verified this is fixed in CF11 Update 5 (build 11,0,05,293506). Thanks!, -Aaron
Comment by External U.
10263 | November 22, 2015 05:54:51 PM GMT