Ignore:
Timestamp:
06/11/12 15:47:53 (12 years ago)
Author:
cristiano
Message:

Ticket #2778 - Permitir inserir imagens no corpo de e-mail via area de transferencia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/services/ImapServiceAdapter.php

    r6389 r6457  
    607607                                        $mailService->addHeaderField('Disposition-Notification-To', Config::me('mail')); 
    608608 
     609                                $this->rfc2397ToEmbeddedAttachment($mailService , $body); 
     610 
    609611                                $isHTML = ( isset($data['type']) && $data['type'] == 'html' )?  true : false; 
    610612 
Note: See TracChangeset for help on using the changeset viewer.