Ticket #5231 (closed defect: fixed)

Opened 10 months ago

Last modified 6 months ago

Webmail qualify issue

Reported by: prasad Assigned to: developer
Priority: minor Milestone: 5.1.0
Component: vtigercrm Version: 5.0.4
Keywords: Cc:

Description

In Webmails.php in the "function Webmails($mbox=,$mailid=)" a statment is missing "$this->relationship = $this->find_relationships();"

By adding this line to the function I can qualify emails to an existing contact instead of creating the contact again.

For complete discussion, refer: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2008-March/002764.html

Attachments

Webmails.php.patch (0.6 kB) - added by prasad on 06/03/08 23:25:49.

Change History

06/03/08 23:24:29 changed by prasad

Along with above mentioned fix, function find_relationships should return array() instead of return 0 at the end. Orelse Qualify doesn't work for the first time.

06/03/08 23:25:21 changed by prasad

I have attached the patch which includes both the fixes mentioned above (file: Webmails.php.patch)

06/03/08 23:25:49 changed by prasad

  • attachment Webmails.php.patch added.

06/25/08 06:17:57 changed by asha

  • status changed from new to closed.
  • resolution set to fixed.

This issue has been fixed and integrated. Please refer to the changeset #12065

07/22/08 04:54:10 changed by asha

Also please refer to the changeset #12090

Both the changeset are required for complete fix.

Regards, Asha