Adding nsIMessage. Updating SMTPService to take an nsIMessage to send

git-svn-id: svn://10.0.0.236/trunk@13701 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider%netscape.com
1998-10-30 02:02:52 +00:00
parent 3c24dfcac9
commit b4c8b8c251
12 changed files with 203 additions and 0 deletions

View File

@@ -160,6 +160,8 @@ nsresult nsxpfcFactory::CreateInstance(nsISupports *aOuter,
inst = (nsISupports *)new nsSMTPService();
} else if (mClassID.Equals(kCMIMEServiceCID)) {
inst = (nsISupports *)new nsMIMEService();
} else if (mClassID.Equals(kCMessageCID)) {
inst = (nsISupports *)new nsMessage();
}
if (inst == NULL) {