adding new srcsMakefile

This commit is contained in:
prasad%netscape.com 1998-08-24 20:58:37 +00:00
parent 15cef2f85d
commit 96a6df5245
3 changed files with 2087 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,30 @@
LIBRARY LIBSMTP
DESCRIPTION "SMTP Client exported functions."
EXPORTS
smtp_initialize @1
smtp_free @2
smtp_bdat @3
smtp_connect @4
smtp_data @5
smtp_disconnect @6
smtp_ehlo @7
smtp_expand @8
smtp_help @9
smtp_mailFrom @10
smtp_noop @11
smtp_quit @12
smtp_rcptTo @13
smtp_reset @14
smtp_send @15
smtp_sendCommand @16
smtp_sendStream @17
smtp_verify @18
smtp_processResponses @19
smtp_setChunkSize @20
smtp_setPipelining @21
smtp_setResponseSink @22
smtp_setTimeout @23
smtp_set_option @24
smtp_get_option @25
smtpSink_initialize @26
smtpSink_free @27

View File

@ -0,0 +1,27 @@
smtp_initialize
smtp_free
smtp_bdat
smtp_connect
smtp_data
smtp_disconnect
smtp_ehlo
smtp_expand
smtp_help
smtp_mailFrom
smtp_noop
smtp_quit
smtp_rcptTo
smtp_reset
smtp_send
smtp_sendCommand
smtp_sendStream
smtp_verify
smtp_processResponses
smtp_setChunkSize
smtp_setPipelining
smtp_setResponseSink
smtp_setTimeout
smtp_set_option
smtp_get_option
smtpSink_initialize
smtpSink_free