program/include/rcube_imap_generic.php
@@ -26,6 +26,12 @@ */ /** * Struct representing an e-mail message header * * @package Mail * @author Aleksander Machniak <alec@alec.pl> */ class rcube_mail_header { public $id; @@ -65,7 +71,17 @@ public $others = array(); } // For backward compatibility with cached messages (#1486602) class iilBasicHeader extends rcube_mail_header { } /** * PHP based wrapper class to connect to an IMAP server * * @package Mail * @author Aleksander Machniak <alec@alec.pl> */ class rcube_imap_generic { public $error;