[Vtigercrm-commits] [Vtiger development] #8051: MailScanner gets configured but doesn't seem to scan any email.

Vtiger development vtiger-tickets at trac.vtiger.com
Fri May 16 11:26:38 GMT 2014


#8051: MailScanner gets configured but doesn't seem to scan any email.
-----------------------+------------------------
 Reporter:  prasad     |       Owner:  developer
     Type:  defect     |      Status:  new
 Priority:  major      |   Milestone:  6.1.0
Component:  vtigercrm  |     Version:  6.0.0
 Severity:  Medium     |  Resolution:
 Keywords:             |
-----------------------+------------------------

Comment (by prasad):

 Puzzled with the behavior digged in MailBox commands and found
 the search being made on INBOX since 01-Jan-1970. This date was pulled
 from
 vtiger_mailscanner_folders for INBOX (as it was the first time).

 Suprisingly IMAP server was not returning any results!

 Got into TELNET and fired the IMAP Commands, the issue seem to be in the
 date (01-Jan-1970)
 curiously the IMAP server worked for other dates :)

 {{{
 3 select INBOX
 * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
 * OK [PERMANENTFLAGS (\* \Draft \Answered \Flagged \Deleted \Seen)]
 Limited
 * 1 EXISTS
 * 0 RECENT
 * OK [UIDVALIDITY 400183859] Ok
 * OK [MYRIGHTS "acdilrsw"] ACL
 3 OK [READ-WRITE] Ok
 . search SINCE 01-Jan-1970
 * SEARCH
 . OK SEARCH done.
 . search since 01-may-2014
 * SEARCH 1
 . OK SEARCH done.
 . search since 01-may-2013
 * SEARCH 1
 . OK SEARCH done.
 . search since 01-may-1999
 * SEARCH 1
 . OK SEARCH done.
 . search since 02-jan-1970
 * SEARCH 1
 . OK SEARCH done.
 . search since 01-Jan-1970
 }}}

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8051#comment:1>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list