| Package | Description |
|---|---|
| i2p.susi.util |
Utility classes for the SusiMail webmail client.
|
| 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 and Description |
|---|---|
class |
CountingInputStream
InputStream that counts bytes read and skipped.
|
class |
EOFOnMatchInputStream
InputStream that returns EOF when input matches specified bytes.
|
class |
LimitInputStream
InputStream that limits total bytes read to a specified maximum.
|
| Constructor and Description |
|---|
EOFOnMatchInputStream(InputStream in,
ReadCounter ctr,
byte[] match)
Counter mode.
|
| Constructor and Description |
|---|
MailPart(String uidl,
AtomicInteger id,
Buffer readBuffer,
InputStream in,
ReadCounter counter,
String[] hdrlines) |