From 4589b4e244b68bef7340d1dd345b527128236094 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Fri, 16 Apr 1999 02:15:22 +0000 Subject: [PATCH] Add AllocateServerpath and AddOnlinedirectoryIfNecessary to the interface. --- mailnews/imap/public/nsIImapUrl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mailnews/imap/public/nsIImapUrl.h b/mailnews/imap/public/nsIImapUrl.h index 3cee69f035fb..0597262b7fdb 100644 --- a/mailnews/imap/public/nsIImapUrl.h +++ b/mailnews/imap/public/nsIImapUrl.h @@ -154,9 +154,12 @@ public: NS_IMETHOD GetImapPartToFetch(char **resultPart) = 0; NS_IMETHOD AllocateCanonicalPath(const char *serverPath, char onlineDelimiter, char **allocatedPath ) = 0; + NS_IMETHOD AllocateServerPath(const char * aCanonicalPath, char aOnlineDelimiter, char ** aAllocatedPath) = 0; NS_IMETHOD CreateServerSourceFolderPathString(char **result) = 0; NS_IMETHOD CreateCanonicalSourceFolderPathString(char **result) = 0; + NS_IMETHOD AddOnlineDirectoryIfNecessary(const char *onlineMailboxName, char ** directory) = 0; + NS_IMETHOD CreateListOfMessageIdsString(char **result) = 0; NS_IMETHOD MessageIdsAreUids(PRBool *result) = 0; NS_IMETHOD GetMsgFlags(imapMessageFlagsType *result) = 0; // kAddMsgFlags or kSubtractMsgFlags only