| Package | Description |
|---|---|
| org.simplejavamail.jakarta.mail.internet |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressException
The exception thrown when a wrongly formatted address is encountered.
|
class |
ParseException
The exception thrown due to an error in parsing RFC822
or MIME headers, including multipart bodies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternetHeaders.load(InputStream is)
Read and parse the given RFC822 message stream till the
blank line separating the header from the body.
|
void |
InternetHeaders.load(InputStream is,
boolean allowutf8)
Read and parse the given RFC822 message stream till the
blank line separating the header from the body.
|
| Constructor and Description |
|---|
InternetHeaders(InputStream is)
Read and parse the given RFC822 message stream till the
blank line separating the header from the body.
|
InternetHeaders(InputStream is,
boolean allowutf8)
Read and parse the given RFC822 message stream till the
blank line separating the header from the body.
|
Copyright © 2017–2022. All rights reserved.