This commit is contained in:
putterman%netscape.com 1999-06-11 22:07:08 +00:00
Родитель e6925234dd
Коммит 509830943a
5 изменённых файлов: 8 добавлений и 22 удалений

Просмотреть файл

@ -1,21 +0,0 @@
/* -*- 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) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
typedef unsigned long nsMsgKey;
typedef unsigned long nsMsgViewIndex;

Просмотреть файл

@ -56,5 +56,6 @@ interface nsIMessenger : nsISupports {
in string name); in string name);
void Undo(); void Undo();
void Redo(); void Redo();
void SendUnsentMessages();
}; };

Просмотреть файл

@ -127,6 +127,10 @@ interface nsIMsgFolder : nsIFolder {
nsIMessage CreateMessageFromMsgDBHdr(in nsIMsgDBHdr msgDBHdr); nsIMessage CreateMessageFromMsgDBHdr(in nsIMsgDBHdr msgDBHdr);
void GetNewMessages(); void GetNewMessages();
attribute wstring charset; attribute wstring charset;
attribute unsigned long BiffState;
attribute long NumNewMessages;
readonly attribute wstring NewMessagesNotificationDescription;
}; };

Просмотреть файл

@ -41,4 +41,6 @@ interface nsIMsgIncomingServer : nsISupports {
readonly attribute string serverURI; readonly attribute string serverURI;
attribute nsIFolder RootFolder; attribute nsIFolder RootFolder;
void PerformBiff();
}; };

Просмотреть файл

@ -18,7 +18,7 @@
#include "nsISupports.idl" #include "nsISupports.idl"
#include "nsIEnumerator.idl" #include "nsIEnumerator.idl"
#include "MailNewsTypes.idl" #include "MailNewsTypes2.idl"
interface nsIMsgDBHdr; interface nsIMsgDBHdr;
%{C++ %{C++