Tag: Email
Updated GTD-PHP POP3 Inbox Import
by dwarfsoft on Aug.04, 2009, under Uncategorized
So I have been using the new script this morning, and testing adding new actions from the GroupWise account at work. Here is where I encountered some issues.
GroupWise decides it wants to MIME Encode the email, which brings about my first problem. I need to account for multiple MIME Parts. After resolving this my next issue is that the corporate email gateway decides to append a massive disclaimer at the bottom of the email, bloating my item by at least 1000%. So I implemented the ability to cut out disclaimers based on a stripos call. I can have a list of different filters here and it will cut them all out.
After fixing this up and resolving the functional issues I logged this addon as a ticket in the GTD-PHP Trac system.