Package org.luwrain.pim.mail
Interface Settings
public interface Settings
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SettingsintgetMessageLineLen(int defValue) getUserAgent(String defValue) voidsetMessageLineLen(int value) voidsetUserAgent(String value)
-
Field Details
-
PATH
- See Also:
-
DEFAULT_MESSAGE_LINE_LEN
static final int DEFAULT_MESSAGE_LINE_LEN- See Also:
-
-
Method Details
-
getUserAgent
-
setUserAgent
-
getMessageLineLen
int getMessageLineLen(int defValue) -
setMessageLineLen
void setMessageLineLen(int value) -
create
-