carry smtp server over the send process

This commit is contained in:
ducarroz%netscape.com 1999-02-26 23:25:46 +00:00
parent 5502c2fce4
commit fcb9ba27d2

View File

@ -65,7 +65,8 @@ msg_StartMessageDeliveryWithAttachments (MSG_Pane *pane,
(MWContext *context,
void *fe_data,
int status,
const char *error_message)
const char *error_message),
const char *smtp
);
class nsMsgSendMimeDeliveryState : public nsIMsgSend
@ -80,7 +81,7 @@ public:
/* this is just for testing purpose, must be removed before shipping */
NS_IMETHOD Test() {printf("nsMsgSend: Test Succesfull\n"); return NS_OK;}
NS_IMETHOD SendMessage(nsIMsgCompFields *fields);
NS_IMETHOD SendMessage(const nsIMsgCompFields *fields, const char *smtp);
static void StartMessageDelivery(MSG_Pane *pane,
void *fe_data,