Enum SmtpStatus

Represents the different status codes for SMTP replies.

The enum base type is int .

Enum members

Name Description
_success
systemStatus
helpMessage
serviceReady
serviceClosing
success
forwarding
serverAuthReady
startMailInput
serviceUnavailable
mailboxTemporarilyUnavailable
processingError
outOfDiskSpace
commandUnrecognized
invalidParameters
commandNotImplemented
badCommandSequence
commandParameterNotImplemented
domainAcceptsNoMail
accessDenied
mailboxUnavailable
userNotLocal
exceededStorageAllocation
mailboxNameNotAllowed
transactionFailed
_Success deprecated
SystemStatus deprecated
HelpMessage deprecated
ServiceReady deprecated
ServiceClosing deprecated
Success deprecated
Forwarding deprecated
ServerAuthReady deprecated
StartMailInput deprecated
ServiceUnavailable deprecated
MailboxTemporarilyUnavailable deprecated
ProcessingError deprecated
OutOfDiskSpace deprecated
CommandUnrecognized deprecated
InvalidParameters deprecated
CommandNotImplemented deprecated
BadCommandSequence deprecated
CommandParameterNotImplemented deprecated
DomainAcceptsNoMail deprecated
AccessDenied deprecated
MailboxUnavailable deprecated
UserNotLocal deprecated
ExceededStorageAllocation deprecated
MailboxNameNotAllowed deprecated
TransactionFailed deprecated

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.