To make the source code easier to read and to understand, I create a MailReader class. Currently we get only the "charset" and the "size" from the mail, but this is just the start! ;)
Greetings, Tim
original and altered files
Committed to SVN (In Revision 1691)...
patch file - add hasAttachments() function
mailreader_hasattachments.patch
This patch adds the hasAttachments() function to the class (and add also some phpdoc tags)
patch file - add getStructure() function
mailreader_getstructure.patch
This patch adds the getStructure() function to the class
patch file - add getSubject() function and more...
mailreader_getsubject.patch
This patch adds the getSubject() and get*Address() functions to the class
patch file - add getTimestamp() function
mailreader_gettimestamp.patch
This patch adds the getTimestamp() function to the class
patch file - add isUnread() function
mailreader_isunread.patch
This patch adds the isUnread() function to the class
patch file - drop headerinfo from "inbox" function
mailreader_drop_headerinfo_from_inbox.patch
This patch drops the $pop->headerinfo() call from the "inbox()" function
patch file - fix "undefined index" notices
mailreader_fix_undefined_index_notice.patch
This patch fix "undefined index" notices
patch file - add getMessageId() function
mailreader_getmessageid.patch
This patch adds the getMessageId() function to the class
fix small bug in mailreader_getmessageid.patch
mailreader_getmessageid_fix.patch
This patch fix a small bug in the last patch "mailreader_getmessageid.patch"
patch file - add getPriority() function
mailreader_getpriority.patch
This patch adds the getPriority() and the getHeader() function to the class
patch file - use getHeader() function
Log in to post a comment.
original and altered files
Committed to SVN (In Revision 1691)...
patch file - add hasAttachments() function
mailreader_hasattachments.patch
This patch adds the hasAttachments() function to the class (and add also some phpdoc tags)
patch file - add getStructure() function
mailreader_getstructure.patch
This patch adds the getStructure() function to the class
patch file - add getSubject() function and more...
mailreader_getsubject.patch
This patch adds the getSubject() and get*Address() functions to the class
patch file - add getTimestamp() function
mailreader_gettimestamp.patch
This patch adds the getTimestamp() function to the class
patch file - add isUnread() function
mailreader_isunread.patch
This patch adds the isUnread() function to the class
patch file - drop headerinfo from "inbox" function
mailreader_drop_headerinfo_from_inbox.patch
This patch drops the $pop->headerinfo() call from the "inbox()" function
patch file - fix "undefined index" notices
mailreader_fix_undefined_index_notice.patch
This patch fix "undefined index" notices
patch file - add getMessageId() function
mailreader_getmessageid.patch
This patch adds the getMessageId() function to the class
fix small bug in mailreader_getmessageid.patch
mailreader_getmessageid_fix.patch
This patch fix a small bug in the last patch "mailreader_getmessageid.patch"
patch file - add getPriority() function
mailreader_getpriority.patch
This patch adds the getPriority() and the getHeader() function to the class
patch file - use getHeader() function