more on cached connections - removed CreateImapConnection(), LoadNextQueuedUrl() method

git-svn-id: svn://10.0.0.236/trunk@32121 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jefft%netscape.com
1999-05-18 22:34:41 +00:00
parent 13c13360c9
commit 9fd1d0a92d

View File

@@ -56,10 +56,6 @@ class nsIImapService : public nsISupports
public:
static const nsIID& GetIID() { static nsIID iid = NS_IIMAPSERVICE_IID; return iid; }
NS_IMETHOD CreateImapConnection (nsIEventQueue *aEventQueue, nsIImapUrl * aImapUrl,
nsIImapProtocol ** aImapConnection) = 0;
NS_IMETHOD LoadNextQueuedUrl() = 0;
// As always, you can pass in null for the url listener and the url if you don't require either.....
// aClientEventQueue is the event queue of the event sinks. We post events into this queue.
// mscott -- eventually this function will take in the account (identity/incoming server) associated with