Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

POP CFC
Project Home Known Issues Contact Project

Author: Paul Vernon (All RIAForge projects by this author)
Last Updated: December 6, 2011 5:22 PM
Version: 1.7
Views: 9,859
Downloads: 528
License: Mozilla Public License

Description:

This project is born out of the fact that the tag CFX_POP3 is getting old and is only supported on 32-bit CF installations on Windows.

I'm attempting to build a CFC that has much of the functionality and performance of CFX_POP3.

The initial project adds functions such as hasMail(), getUIDList() and getMessageCount().

The CFC can also open RFC2822 compliant e-mails from files and parses the e-mail returning a query like CFPOP.

v1.3 added support to handle oddly formatted dates converting them into CF dates using the function parseRFCDateToCFDate.

v1.4 added support for the pop3 LIST command with the functions list() and listByUID().

SSL support is also built into the CFC for most functions.


v1.5 added the getRawMessageHeadersByUID, parseRawHeaders and parseRawMessages.

Re-factored loadFromFile to use parseRawMessages.

Using these functions along with getRawMessageByUID enables developers to bypass CFPOP entirely. This is useful when CFPOP exhibits strange behaviour when downloading e-mails. e.g. where a server has , characters in its UID values, CFPOP fails to work.

Added a separator property to allow developers to specify a list delimiter that is not ","

This allows a developer to work with mail servers that use , values in their UID responses.

v1.6 fixed a bug in the parseRawMessages function to handle nested multipart mails.

v1.7 split out the content part processing from parseRawMessages and made it recursive. This allows for true n-depth nesting of e-mail content, attachments and alternative parts. Also, a bug fix parsing out the Reply-To header.

Last Update:

This update takes the release from version 1.4 to 1.7, the change log for which is in the source.

Requirements:

Tested on CF8.

Requires createObject for java objects to be enabled.

Issue Tracker:

ID ISSUE STATUS UPDATED
3 Improvement on GetRawMessageBy.. operations Closed 11/04/11 7:46 AM
2 Component or Interface not found Closed 01/12/11 7:04 AM
1 GetRawMessageByUID only supports non-SSL connections Open 11/09/09 11:51 AM

View All Issues

To enter issues for this (or any other) project, you must be logged in.