How can I search for an email using the zend framework?
Posted
by Ali
on Stack Overflow
See other posts from Stack Overflow
or by Ali
Published on 2010-06-03T10:05:35Z
Indexed on
2010/06/05
7:12 UTC
Read the original article
Hit count: 250
Hi guys I need to build a functionality that involves searching through emails in an inbox for emails whose subjects match a certain user inputted keyword. SInce I'm using the zend framework I would like a solution that uses the zend framework libraries.
Aside this I have noticed that the zend libraries are a bit limited with respect to my requirements for email handling. Is there any open library available in php which can be used for handling emails - when I mean handling emails I mean like:
- Ease to mark and flag emails
- Moving of emails from folder to folder.
- Parsing emails
- searching through emails
- SOrting emails
etc - the stuff you would require if you wished to build a web client.
EDIT =========
I'm looking for a generic solution here. The emails are in a regular email inbox on an IMAP server. I need a way to be able to read through and search for emails in the inbox using any specialized library to make it easier.
© Stack Overflow or respective owner