Package | Description |
---|---|
votorola.a.diff.harvest.auth | |
votorola.a.diff.harvest.cache |
Modifier and Type | Method and Description |
---|---|
AuthDiffMessage |
Authenticator.verify(DiffMessage dmsg) |
AuthDiffMessage |
BasicAuthenticator.verify(DiffMessage dmsg)
While officially the local part of mail (before at-sign) is
case-sensitive some mail providers (e.g. gmx.de) change lower-case mails
to first letter upper case.
|
AuthDiffMessage |
WikiAuthenticator.verify(DiffMessage dmsg)
Verify a message against this property.
|
Modifier and Type | Method and Description |
---|---|
DiffMessage |
AuthDiffMessage.diffMessage() |
Modifier and Type | Method and Description |
---|---|
static AuthDiffMessage |
AuthDiffMessage.create(DiffMessage dmsg,
String author,
String addressee,
String selectand)
Create a DiffMessage from a Message and decorate it with
difference information.
|