| 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 | CountingInputStreamInputStream that counts bytes read and skipped. |
class | EOFOnMatchInputStreamInputStream that returns EOF when input matches specified bytes. |
class | LimitInputStreamInputStream 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) |