Title:
CFPOP doesn't put all inline images in to attachment files but does add them to attachmentFiles
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Daniel Mackey / Daniel Mackey (Daniel Mackey)
Created: 07/15/2015
Components: Net Protocols, POP
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Duplicate ID: CF-4016861
Problem Description:
Send an email from Outlook with embedded images and an attached file such as a PDF. Use CFPOP to get the mail with attachments.
attachmentfiles correctly lists all files but attachments only lists the non-embedded file. cIDs does list all the embedded file names.
Steps to Reproduce:
Send email from Outlook with 2 embedded files file1.png and file2.png and 1 attached file mypdf.pdf
Actual Result:
attachments = "mypdf.pdf"
attachmentfiles = "c:\temp\file1.png c:\temp\file2.png c:\temp\mypdf.pdf"
cids = "file1.png, file2.png"
Expected Result:
attachments = "file1.png, file2.png, mypdf.pdf"
attachmentfiles = "c:\temp\file1.png c:\temp\file2.png c:\temp\mypdf.pdf"
cids = "file1.png, file2.png"
Any Workarounds:
Only use attachmentfiles but you don't get the real filename as they may be saved unique
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4021472
External Customer Info:
External Company:
External Customer Name: Daniel
External Customer Email:
External Test Config: My Hardware and Environment details: Windows, CF11,0,05,293506
Worked fine prior to updating to latest update to CF11
Attachments:
Comments: