public static class MailConstants.ErrorCodes extends Object
ErrorCode
Modifier and Type | Field and Description |
---|---|
static int |
LST_ERR_PARSE_MP
The error code indicating parsing failure of a multipart message
|
static int |
LST_ERR_RCV
The error code indicating an error during receiving a message via POP3 or IMAP
|
static int |
SND_ERR_SND
The error code indicating an error during sending a message via SMTP
|
static int |
SND_INVALID_DATA
Invalid data within the message
|
Constructor and Description |
---|
MailConstants.ErrorCodes() |
public static final int LST_ERR_RCV
public static final int LST_ERR_PARSE_MP
public static final int SND_ERR_SND
public static final int SND_INVALID_DATA
Copyright © 2010–2016 AdroitLogic. All rights reserved.