added SetCopyResponseUid interface

This commit is contained in:
jefft%netscape.com 1999-06-15 13:12:54 +00:00
Родитель 54bdbaf527
Коммит ec5264cde5
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -22,6 +22,7 @@
#include "nsISupports.h"
#include "nsImapCore.h"
#include "nsIImapProtocol.h"
#include "nsMsgKeyArray.h"
/* 44ede08e-e77f-11d2-af83-001083002da8 */
@ -54,6 +55,9 @@ public:
nsIMAPACLRightsInfo* aclRights) = 0;
NS_IMETHOD SetFolderAdminURL(nsIImapProtocol* aProtocol,
FolderQueryInfo* aInfo) = 0;
NS_IMETHOD SetCopyResponseUid(nsIImapProtocol* aProtocol,
nsMsgKeyArray* keyArray,
const char *msgIdString) = 0;
};
#endif