Re: [PHP] php imap_search fails for subject strings which have apostrophe

2010-10-22 Thread nitesh nandy
Thanks for the reply. I had posted this on gmail forums and someone just posted this is a server-side limitation actually. http://www.google.com/support/forum/p/gmail/thread?fid=05fef86a09eb199d00049338b3282f61&hl=en I guess I'll have to figure out other ways ways to make this happen On Sat, Oct

Re: [PHP] php imap_search fails for subject strings which have apostrophe

2010-10-22 Thread Govinda
I've to search for messages from Gmail Inbox over IMAP using search by SUBJECT . The php-imap imap_search() works fine when the subject is pure alphanumeric. If the subject string has an apostrophe or a dash then the search fails. imap_seach($mbox, 'ALL SUBJECT ""'); imap_seach($mbox, 'ALL

[PHP] php imap_search fails for subject strings which have apostrophe

2010-10-22 Thread nitesh nandy
I've to search for messages from Gmail Inbox over IMAP using search by SUBJECT . The php-imap imap_search() works fine when the subject is pure alphanumeric. If the subject string has an apostrophe or a dash then the search fails. imap_seach($mbox, 'ALL SUBJECT ""'); imap_seach($mbox, 'ALL SUBJE