add getter for imap required state

git-svn-id: svn://10.0.0.236/trunk@27538 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-04-15 03:34:54 +00:00
parent 785bfd9824
commit 940078061c

View File

@@ -63,6 +63,7 @@ public:
NS_IMETHOD SetImapMiscellaneous(nsIImapMiscellaneous* aImapMiscellaneous);
NS_IMPL_CLASS_GETSET(ImapAction, nsImapAction, m_imapAction);
NS_IMETHOD GetRequiredImapState(nsImapState * aImapUrlState);
///////////////////////////////////////////////////////////////////////////////
// we support the nsINetlibURL interface
@@ -155,7 +156,6 @@ protected:
void ParseMsgFlags();
void ParseListofMessageIds();
char *m_sourceCanonicalFolderPathSubString;
char *m_destinationCanonicalFolderPathSubString;
char *m_tokenPlaceHolder;
@@ -170,6 +170,7 @@ protected:
PRBool m_allowContentChange; // if FALSE, we can't use Mime parts on demand
PRInt32 m_discoveryDepth;
// event sinks
imapMessageFlagsType m_flags;
nsImapAction m_imapAction;
nsIImapLog * m_imapLog;