Changeset 1d5b73f in github


Ignore:
Timestamp:
May 20, 2012 1:19:13 PM (13 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
master, HEAD, dev-browser-capabilities, pdo
Children:
799d72b
Parents:
6734a83
Message:

Add lost method for backwards compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.php

    r938925f r1d5b73f  
    39413941    } 
    39423942 
     3943    public function get_headers($uid, $folder = null, $force = false) 
     3944    { 
     3945        return $this->get_message_headers($uid, $folder, $force); 
     3946    } 
     3947 
    39433948    public function mailbox_status($folder = null) 
    39443949    { 
Note: See TracChangeset for help on using the changeset viewer.