newmail plugin strings
[squirrelmail.git] / functions / mime.php
index 90e32a90a727b51ef2f4399ef95655e61cfd9a06..74dd9258d1d25ac2c39710b7ded9d5e8a5e6ffc0 100644 (file)
@@ -12,6 +12,7 @@
    define('mime_php', true);
 
    require_once('../functions/imap.php');
+   require_once('../functions/attachment_common.php');
 
    /** Setting up the objects that have the structure for the message **/
 
@@ -24,6 +25,7 @@
       var $cc = array(), $bcc = array(), $reply_to = '', $subject = '';
       var $id = 0, $mailbox = '', $description = '', $filename = '';
       var $entity_id = 0, $message_id = 0, $name = '';
+      // var $priority = "";
    }
 
    class message {