Home
last modified time | relevance | path

Searched defs:SMTPError (Results 1 – 9 of 9) sorted by relevance

/dports/security/vuls/vuls-0.13.7/vendor/github.com/emersion/go-smtp/
H A Ddata.go11 type SMTPError struct { struct
12 Code int
13 EnhancedCode EnhancedCode
14 Message string
30 func (err *SMTPError) Error() string {
34 func (err *SMTPError) Temporary() bool {
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/emersion/go-smtp/
H A Ddata.go11 type SMTPError struct { struct
12 Code int
13 EnhancedCode EnhancedCode
14 Message string
30 func (err *SMTPError) Error() string {
34 func (err *SMTPError) Temporary() bool {
/dports/mail/py-mailsuite/mailsuite-1.6.1/mailsuite/
H A Dsmtp.py11 class SMTPError(RuntimeError): class
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dsmtp_connection.py49 class SMTPError(BzrError): class
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/ksendbugmail/
H A Dsmtp.h107 } SMTPError; typedef
/dports/mail/py-Products.SecureMailHost/Products.SecureMailHost-1.1.2/Products/SecureMailHost/
H A DSecureMailHost.py45 class SMTPError(Exception): class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/
H A D_except.py89 class SMTPError(Exception): class
/dports/lang/ruby26/ruby-2.6.9/lib/net/
H A Dsmtp.rb31 module SMTPError module
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/mail/
H A Dsmtp.py118 class SMTPError(Exception): class