Ignore:
Timestamp:
10/10/12 11:29:09 (12 years ago)
Author:
gustavo
Message:

Ticket #3088 - Corrigido o problema do clip e do download de imagens pelo carousel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.0-expresso1/prototype/services/ImapServiceAdapter.php

    r7044 r7401  
    611611                                $mailService->addHeaderField('Message-Id', UUID::generate( UUID::UUID_RANDOM, UUID::FMT_STRING ) . '@Draft'); 
    612612                $mailService->addHeaderField('Reply-To', mb_convert_encoding(($data['input_reply_to']), 'ISO-8859-1', 'UTF-8,ISO-8859-1')); 
     613                $mailService->addHeaderField('Date', date("d-M-Y H:i:s")); 
    613614                                $mailService->addTo(mb_convert_encoding(($data['input_to']), 'ISO-8859-1', 'UTF-8,ISO-8859-1'));  
    614615                                $mailService->addCc( mb_convert_encoding(($data['input_cc']), 'ISO-8859-1', 'UTF-8,ISO-8859-1'));  
Note: See TracChangeset for help on using the changeset viewer.