Package | Description |
---|---|
i2p.susi.util | |
i2p.susi.webmail |
The SusiMail webapp, which implements a webmail interface,
POP3 and SMTP client-side protocols, and local caching of email.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CountingInputStream |
An InputStream that implements ReadCounter.
|
class |
EOFOnMatchInputStream |
A stream that returns EOF when the input matches
the bytes provided.
|
class |
LimitInputStream |
Limit total reads and skips to a specified maximum, then return EOF
|
Constructor | Description |
---|---|
EOFOnMatchInputStream(InputStream in,
ReadCounter ctr,
byte[] match) |
Counter mode.
|
Constructor | Description |
---|---|
MailPart(String uidl,
AtomicInteger id,
Buffer readBuffer,
InputStream in,
ReadCounter counter,
String[] hdrlines) |