Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / Katsuhito Oinuma (Md. Kaif Akbar Quraishi)
Created: 04/14/2015
Components: Net Protocols, POP
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 292866 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win All
Vote Count: 0
Problem:-
When generateUniqueFilenames is ture and a mail has 1 attached file, a.txt, cfpop saves 2 files, a.txt and a1.txt.
When a mail has 2 attached files with the same name, b.txt and b.txt, cfpop saves 4 files, b.txt, b1.txt, b2.txt, b3.txt.
Apart from Hmailserver, Qpopper and Dovecot also showing the same issue.
Sample code to reproduce the issue:-
<cfpop
server = "severname"
action = "getAll"
attachmentPath = "#ExpandPath(".")#\attachement"
generateUniqueFilenames = "yes"
name = "objcfpop"
password = "password"
port = "110"
timeout = "60"
username = "username">
<cfdump var="#objcfpop#">
Method:
Configure Hmailserver.
Save the above code in a cfm page.
Call the above CFM page.
Result:
cfpop saves 2 files for single attachment and 4 files for 2 attachment files.
Expected:
cfpop should save same no. of files.
Workaround:
Needs to be identified
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3969304
External Customer Info:
External Company: SAMURAIZ CORPORATION
External Customer Name: Katsuhito Oinuma
External Customer Email: sam18533@adobe.com
Attachments:
Comments: