![]() |
Quadcap Embeddable Server |
Inheritance diagram for com.quadcap.pop3.client.MailSuck:

Definition at line 25 of file MailSuck.java.
Public Member Functions | |
| void | runMany (String accountsFile) throws Exception |
| void | init (Properties p) throws Exception |
| Initialize the hook with its property set. | |
| boolean | passAllHeaders () |
Return true if the call to boolean passHeaders(Map headers) will always return true, so the message receiver can avoid calling it. | |
| boolean | passHeaders (Map headers) |
| A hook first gets called with the parsed headers from the message. | |
| boolean | passMessage (InputStream is) throws Exception |
| The hook is called to process the entire message (including headers) as an octet stream. | |
Static Public Member Functions | |
| void | main (String[] args) |
| Suck mail <host> <user> <passwd> <file>. | |
Package Functions | |
| void | close () |
Package Attributes | |
| boolean | delete = false |
| OutputStream | os |
|
|
Definition at line 90 of file MailSuck.java. References com.quadcap.pop3.client.MailSuck.os. Referenced by com.quadcap.pop3.client.MailSuck.main(), and com.quadcap.pop3.client.MailSuck.runMany(). |
|
|
Initialize the hook with its property set.
Implements com.quadcap.pop3.client.MessageHook. Definition at line 83 of file MailSuck.java. References com.quadcap.pop3.client.MailSuck.init(), and com.quadcap.pop3.client.MailSuck.os. Referenced by com.quadcap.pop3.client.MailSuck.init(), com.quadcap.pop3.client.MailSuck.main(), and com.quadcap.pop3.client.MailSuck.runMany(). |
|
|
Suck mail <host> <user> <passwd> <file>.
Definition at line 32 of file MailSuck.java. References com.quadcap.pop3.client.MailSuck.close(), com.quadcap.pop3.client.MailSuck.init(), com.quadcap.pop3.client.MailSuck.main(), com.quadcap.pop3.client.Pop3Agent.run(), and com.quadcap.pop3.client.MailSuck.runMany(). Referenced by com.quadcap.pop3.client.MailSuck.main(). |
|
|
Return
Implements com.quadcap.pop3.client.MessageHook. Definition at line 104 of file MailSuck.java. |
|
|
A hook first gets called with the parsed headers from the message.
If the hook returns 'true' to this call, it will be called again to process the body using Implements com.quadcap.pop3.client.MessageHook. Definition at line 113 of file MailSuck.java. References com.quadcap.pop3.client.MailSuck.passHeaders(). Referenced by com.quadcap.pop3.client.MailSuck.passHeaders(). |
|
|
The hook is called to process the entire message (including headers) as an octet stream.
Implements com.quadcap.pop3.client.MessageHook. Definition at line 124 of file MailSuck.java. References com.quadcap.pop3.client.MailSuck.os, and com.quadcap.pop3.client.MailSuck.passMessage(). Referenced by com.quadcap.pop3.client.MailSuck.passMessage(). |
|
|
Definition at line 58 of file MailSuck.java. References com.quadcap.pop3.client.MailSuck.close(), com.quadcap.pop3.client.MailSuck.init(), com.quadcap.pop3.client.Pop3Agent.run(), and com.quadcap.pop3.client.MailSuck.runMany(). Referenced by com.quadcap.pop3.client.MailSuck.main(), and com.quadcap.pop3.client.MailSuck.runMany(). |
|
|
Definition at line 26 of file MailSuck.java. |
|
|
Definition at line 27 of file MailSuck.java. Referenced by com.quadcap.pop3.client.MailSuck.close(), com.quadcap.pop3.client.MailSuck.init(), and com.quadcap.pop3.client.MailSuck.passMessage(). |