au.edu.swin.synergy.plugin.smtpsvr
Class BSmtp
java.lang.Object
|
+--au.edu.swin.synergy.plugin.smtpsvr.BSmtp
- public class BSmtp
- extends Object
Constructor Summary |
BSmtp(String server)
Please complete the missing tags for BSmtp |
Method Summary |
void |
changeMailServer(String newServer)
Please complete the missing tags for changeMailServer |
void |
connect()
connect to the mail server
Please complete the missing tags for connect |
void |
doFinish()
Please complete the missing tags for doFinish |
int |
doSendMessage(String from,
String to,
String subject,
String msg)
Please complete the missing tags for doSendMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BSmtp
public BSmtp(String server)
- Please complete the missing tags for BSmtp
- Parameters:
-
connect
public void connect()
- connect to the mail server
Please complete the missing tags for connect
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
doFinish
public void doFinish()
throws IOException
- Please complete the missing tags for doFinish
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
doSendMessage
public int doSendMessage(String from,
String to,
String subject,
String msg)
throws IOException
- Please complete the missing tags for doSendMessage
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
changeMailServer
public void changeMailServer(String newServer)
- Please complete the missing tags for changeMailServer
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-