Ignore:
Timestamp:
05/25/12 18:16:48 (12 years ago)
Author:
niltonneto
Message:

Ticket #2507 - Implementação modificada para compatibilizar com API do Expresso 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/rest/mail/AttachmentResource.php

    r6307 r6322  
    2424                                        $_GET['msg_number'] = $msgID; 
    2525                                        $_GET['msg_part'] = $attachmentID; 
     26                                        $_GET['idx_file']       = $this->getParam('attachmentIndex'); 
     27                                        $_GET['newfilename']= $this->getParam('attachmentName'); 
     28                                        $_GET['encoding']       = $this->getParam('attachmentEncoding'); 
    2629                                        include("$dir/gotodownload.php"); 
    2730                                } 
Note: See TracChangeset for help on using the changeset viewer.