|
function | EmailLogger (in varargin) |
|
function | sendMessage (in self, in subjectMessage, in varargin) |
|
function | getFromEmailAddress (in self) |
|
function | getSMTPServer (in self) |
|
function | getSubjectSuffix (in self) |
|
function | setSubjectSuffix (in self, in suffixStr) |
|
function | addSubjectSuffix (in self, in suffixStr, in isAddedToEnd) |
|
function | sendmail (in self, in to, in subject, in message, in attachments) |
|
function | getServerAndFrom (in self) |
| getServerAndFrom Look in several places for default values. More...
|
|
function | getInternetAddress (in from) |
| getInternetAddress Instantiate an InternetAddress object. More...
|
|
function | getRecipientTypeTo (in msg) |
| getRecipientTypeTo Return the static RecipientType.TO. More...
|
|
function | locateFile (in file) |
| LOCATEFILE Resolve a filename to an absolute location. LOCATEFILE(FILE) returns the absolute path to FILE. If FILE cannot be found, it returns an empty string. More...
|
|
function | formatText (in msgText) |
| formatText Format a block of text, adding line breaks every chars. More...
|
|
function | stripJavaError (in err) |
| stripJavaError Attempt to convert a stack trace into something prettier. More...
|
|
- Author
- Peter Gagarinov, PhD pgaga.nosp@m.rino.nosp@m.v@gma.nosp@m.il.c.nosp@m.om
- Copyright
- 2015-2016 Peter Gagarinov, PhD
2012-2015 Moscow State University,
Faculty of Applied Mathematics and Computer Science,
System Analysis Department
Definition at line 7 of file EmailLogger.m.
◆ EmailLogger()
function mxberry::log::EmailLogger::EmailLogger |
( |
in |
varargin | ) |
|
◆ addSubjectSuffix()
function mxberry::log::EmailLogger::addSubjectSuffix |
( |
in |
self, |
|
|
in |
suffixStr, |
|
|
in |
isAddedToEnd |
|
) |
| |
◆ formatText()
function mxberry::log::EmailLogger::formatText |
( |
in |
msgText | ) |
|
formatText Format a block of text, adding line breaks every chars.
◆ getFromEmailAddress()
function mxberry::log::EmailLogger::getFromEmailAddress |
( |
in |
self | ) |
|
◆ getInternetAddress()
function mxberry::log::EmailLogger::getInternetAddress |
( |
in |
from | ) |
|
getInternetAddress Instantiate an InternetAddress object.
◆ getRecipientTypeTo()
function mxberry::log::EmailLogger::getRecipientTypeTo |
( |
in |
msg | ) |
|
getRecipientTypeTo Return the static RecipientType.TO.
◆ getServerAndFrom()
function mxberry::log::EmailLogger::getServerAndFrom |
( |
in |
self | ) |
|
getServerAndFrom Look in several places for default values.
◆ getSMTPServer()
function mxberry::log::EmailLogger::getSMTPServer |
( |
in |
self | ) |
|
◆ getSubjectSuffix()
function mxberry::log::EmailLogger::getSubjectSuffix |
( |
in |
self | ) |
|
◆ locateFile()
function mxberry::log::EmailLogger::locateFile |
( |
in |
file | ) |
|
LOCATEFILE Resolve a filename to an absolute location. LOCATEFILE(FILE) returns the absolute path to FILE. If FILE cannot be found, it returns an empty string.
◆ sendmail()
function mxberry::log::EmailLogger::sendmail |
( |
in |
self, |
|
|
in |
to, |
|
|
in |
subject, |
|
|
in |
message, |
|
|
in |
attachments |
|
) |
| |
◆ sendMessage()
function mxberry::log::EmailLogger::sendMessage |
( |
in |
self, |
|
|
in |
subjectMessage, |
|
|
in |
varargin |
|
) |
| |
◆ setSubjectSuffix()
function mxberry::log::EmailLogger::setSubjectSuffix |
( |
in |
self, |
|
|
in |
suffixStr |
|
) |
| |
◆ stripJavaError()
function mxberry::log::EmailLogger::stripJavaError |
( |
in |
err | ) |
|
stripJavaError Attempt to convert a stack trace into something prettier.
◆ emailAttachmentNameList
Property mxberry::log::EmailLogger::emailAttachmentNameList |
|
private |
◆ emailAttachmentZippedNameList
Property mxberry::log::EmailLogger::emailAttachmentZippedNameList |
|
private |
◆ emailDistributionList
Property mxberry::log::EmailLogger::emailDistributionList |
|
private |
◆ fromEmailAddress
Property mxberry::log::EmailLogger::fromEmailAddress |
|
private |
◆ hostName
Property mxberry::log::EmailLogger::hostName |
|
private |
◆ isDryRun
Property mxberry::log::EmailLogger::isDryRun |
|
private |
◆ isThrowExceptions
Property mxberry::log::EmailLogger::isThrowExceptions |
|
private |
◆ loggerName
Property mxberry::log::EmailLogger::loggerName |
|
private |
◆ smtpPassword
Property mxberry::log::EmailLogger::smtpPassword |
|
private |
◆ smtpServer
Property mxberry::log::EmailLogger::smtpServer |
|
private |
◆ smtpUserName
Property mxberry::log::EmailLogger::smtpUserName |
|
private |
◆ subjectSuffix
Property mxberry::log::EmailLogger::subjectSuffix |
|
private |
◆ userName
Property mxberry::log::EmailLogger::userName |
|
private |
The documentation for this class was generated from the following file: