From affc45282804efc2def56a2dc102b28513db60eb Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Tue, 20 Apr 1999 23:25:59 +0000 Subject: [PATCH] Remove Copy and display messages from mailbox service interface. git-svn-id: svn://10.0.0.236/trunk@28357 18797224-902f-48f8-a5cc-f745e15eee43 --- .../mailnews/local/public/nsIMailboxService.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/mozilla/mailnews/local/public/nsIMailboxService.h b/mozilla/mailnews/local/public/nsIMailboxService.h index c255bb24a4c..0719115bedb 100644 --- a/mozilla/mailnews/local/public/nsIMailboxService.h +++ b/mozilla/mailnews/local/public/nsIMailboxService.h @@ -67,25 +67,6 @@ public: NS_IMETHOD ParseMailbox(const nsFileSpec& aMailboxPath, nsIStreamListener * aMailboxParser, nsIUrlListener * aUrlListener, nsIURL ** aURL) = 0; - ///////////////////////////////////////////////////////////////////////////////////////////// - // Pass in the URI for the message you want to have copied. We can extract the message id - // and the mail folder from the URI. aMailboxCopy already knows about the destination folder. - // Set moveMessage to TRUE if you want the message to be moved. FALSE leaves it as just a copy. - ///////////////////////////////////////////////////////////////////////////////////////////// - - NS_IMETHOD CopyMessage(const char * aSrcMailboxURI, nsIStreamListener * aMailboxCopy, PRBool moveMessage, - nsIUrlListener * aUrlListener, nsIURL **aURL) = 0; -// NS_IMETHOD CopyMessages(PRUnichar * aSrcMailboxURI[], PRBool moveMessage); - - ///////////////////////////////////////////////////////////////////////////////////////////// - // When you want a message from the mailbox displayed, pass in the path to the mailbox, - // the starting and ending byte values in the mailbox for the message. - // aDisplayConsumer is (for now) a nsIWebshell which we'll use to load the message into. - // It would be nice if we can figure this out for ourselves in the protocol but we can't do - // that right now. - ////////////////////////////////////////////////////////////////////////////////////////////// - NS_IMETHOD DisplayMessage(const char* aMessageURI, nsISupports * aDisplayConsumer, - nsIUrlListener * aUrlListener, nsIURL ** aURL) = 0; ///////////////////////////////////////////////////////////////////////////////////////////// // This is more of a convience function for testing purposes. We want to able to say: display