I am using CFIMAP to retrieve e-mail and display the information on a web-page. I don't want to download the attachments(yet). All I want to do is display the list of attachments as a bulleted list. When I retrieve the e-mail using action="GETALL", the attachments field returns a list of filenames, but I am not able to determine how the list is delimited, so I do not know where one file ends and the next one begins. How do I break the list of attachments from CFIMAP for simple display?
The attachment list is tab-delimited, and arraytolist(attachments,chr(9)) worked perfectly.
1.4m articles
1.4m replys
5 comments
57.0k users