Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Damian Wright / ()
Created: 07/02/2018
Versions: 2016,2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: Latest / 2020.0.0.314573
Priority/Frequency: Minor / Few users will encounter
Locale/System: ALL / Win 2016
Vote Count: 0
Problem Description:
CFPOP incorrectly labels CIDs struct with attachment mime ID's instead of inline image CIDs, see cfdump image (capture) of EMail CIDs, also see attached putty (1).log for actual email SMTP download.
Steps to Reproduce:
retrieve email using CFPOP with attachments named the same as the inline HTML images
Actual Result:
Incorrectly labels CIDs - see attached image
Expected Result:
CIDs should match content ID embedded in EMail HTML content.
Note that there are two image001.gif mime encoded inclusions for the email, also note that one is content-disposition :attachment, ACFincorrectly uses this contentID: for the inline image.
Refer RFC2557 https://tools.ietf.org/html/rfc2557 section 8.3 for confirmation that the CID in the embedded HTML must be matched against the CONTENT-ID header of the matching mime encoded file.
CID in html mail
cid:image001.gif@01D40CA4.DFA30640
Mime header for inline image
------=_NextPart_002_005E_01D40D45.B2B83C30
Content-Type: image/gif;
name="image001.gif"
Content-Transfer-Encoding: base64
Content-ID: <image001.gif@01D40CA4.DFA30640>
Mime header for image attachment
------=_NextPart_001_005D_01D40D45.B2B83C30
Content-Type: image/gif;
name="image001.gif"
Content-Transfer-Encoding: base64
Content-ID: <731E8F99E08C0F4C9DFA8FC570B4A3A9@mediamark.co.za>
Content-Disposition: attachment;
filename="image001.gif"
Attachments:
Comments: