This commit is contained in:
mscott%netscape.com 2001-06-29 05:05:35 +00:00
Родитель 6901847ef6
Коммит 85c4b4e79c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -29,6 +29,7 @@ interface nsIUrlListener;
interface nsISupportsArray; interface nsISupportsArray;
interface nsIMsgIdentity; interface nsIMsgIdentity;
interface nsIInterfaceRequestor; interface nsIInterfaceRequestor;
interface nsIMsgStatusFeedback;
[scriptable, uuid(FBAF0F10-CA9B-11d2-8063-006008128C4E)] [scriptable, uuid(FBAF0F10-CA9B-11d2-8063-006008128C4E)]
interface nsISmtpService : nsISupports { interface nsISmtpService : nsISupports {
@ -55,6 +56,7 @@ interface nsISmtpService : nsISupports {
in nsIMsgIdentity aSenderIdentity, in nsIMsgIdentity aSenderIdentity,
in nsIUrlListener aUrlListener, in nsIUrlListener aUrlListener,
in nsISmtpServer aServer, in nsISmtpServer aServer,
in nsIMsgStatusFeedback aStatusListener,
in nsIInterfaceRequestor aNotificationCallbacks, in nsIInterfaceRequestor aNotificationCallbacks,
out nsIURI aURL); out nsIURI aURL);