gecko-dev/mailnews/imap/public/nsIImapServerSink.idl

35 строки
1.2 KiB
Plaintext
Исходник Обычный вид История

1999-08-28 19:54:13 +04:00
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1999 Netscape Communications Corporation. All Rights
* Reserved.
*/
#include "nsISupports.idl"
#include "MailNewsTypes2.idl"
[scriptable, uuid(8ec49a08-5cb0-11d3-a52c-0060b0fc04b7)]
interface nsIImapServerSink : nsISupports {
void PossibleImapMailbox(in string folderPath);
void DiscoveryDone();
void SetCapability(in unsigned long capability);
1999-08-29 21:35:43 +04:00
void FEAlert(in wstring aString);
void FEAlertFromServer(in string aString);
void CommitNamespaces();
1999-08-31 08:40:58 +04:00
void PromptForPassword(out string aString);
1999-08-28 19:54:13 +04:00
};