[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:27:36 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):

 Fix: modules/Settings/MailConverter/handlers/MailScannerInfo.php
 function dateBasedOnMailServerTimezone

 instead of
 {{{
 if (!empty($this->timezone))
 }}}
 change to
 {{{
 if ($this->timezone && trim($this->timezone)) {
 }}}

 Check:
 If lastscan on vtiger_mailscanner_folders has (01-Jan-1970) set to today's
 date or
 desired date from which scan should happen and Scan the box.

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


More information about the vtigercrm-commits mailing list