Package | Description |
---|---|
org.columba.ristretto.message |
Datastructures associated with Messages.
|
org.columba.ristretto.parser |
Parsers for message parsing.
|
org.columba.ristretto.smtp.parser |
The parser for the SMTP protocol.
|
Modifier and Type | Method and Description |
---|---|
static Address |
Address.parse(java.lang.CharSequence source)
Uses the
AddressParser to parse the CharSequence. |
Modifier and Type | Method and Description |
---|---|
static java.util.Date |
DateParser.parse(java.lang.CharSequence dateString)
Parses a date String as specified in RFC 2822.
|
static Address |
AddressParser.parseAddress(java.lang.CharSequence address)
Parses a address like specified in RFC 2822.
|
static Address[] |
AddressParser.parseMailboxList(java.lang.CharSequence mailboxList)
Parses a mailbox-list like specified in RFC 2822.
|
Modifier and Type | Method and Description |
---|---|
static SMTPResponse |
SMTPResponseParser.parse(java.lang.CharSequence in)
Parses a response line from a SMTP server.
|
Copyright © 2021. All Rights Reserved.