Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
9i > S r SSKrSSKrSSKrSSKrSSKrSSKrSSKrSSK r SSK
r
SSKrSSKrSSK
Jr / SQrSrSrSrSrS rS
r\R. " S\R0 5 r " S S
\5 r " S S\5 r " S S\5 r " S S\5 r " S S\5 r " S S\5 r " S S\5 r! " S S\5 r" " S S\5 r# " S S\5 r$S r%S! r&S" r'S# r(S$ r) \ RT " S%S%S&5 S'r+ SSK-r-S'r. " S) S*5 r0\.( a " S+ S,\05 r1\Re S,5 S-r3 " S. S/\05 r4\5S0:X a S1 r6\6" S25 r7\6" S35 Rq S45 r9\:" S55 S6r;\Rx R{ 5 =r>( a( \;\>- r;\Rx R{ 5 =r>( a M( \:" S7\?" \;5 - 5 \0" S85 r@\@R S95 \@R \7\9\;5 \@R 5 gg! \, a S(r+ GNf = f! \/ a S(r. GNf = f):a SMTP/ESMTP client class.
This should follow RFC 821 (SMTP), RFC 1869 (ESMTP), RFC 2554 (SMTP
Authentication) and RFC 2487 (Secure SMTP over TLS).
Notes:
Please remember, when doing ESMTP, that the names of the SMTP service
extensions are NOT the same thing as the option keywords for the RCPT
and MAIL commands!
Example:
>>> import smtplib
>>> s=smtplib.SMTP("localhost")
>>> print(s.help())
This is Sendmail version 8.8.4
Topics:
HELO EHLO MAIL RCPT DATA
RSET NOOP QUIT HELP VRFY
EXPN VERB ETRN DSN
For more info use "HELP ".
To report bugs in the implementation send email to
sendmail-bugs@sendmail.org.
For local information send email to Postmaster at your site.
End of HELP info
>>> s.putcmd("vrfy","someone@here")
>>> s.getreply()
(250, "Somebody OverHere ")
>>> s.quit()
N)body_encode)
SMTPExceptionSMTPNotSupportedErrorSMTPServerDisconnectedSMTPResponseExceptionSMTPSenderRefusedSMTPRecipientsRefused
SMTPDataErrorSMTPConnectError
SMTPHeloErrorSMTPAuthenticationError quoteaddr quotedataSMTP i
s
i z auth=(.*)c \ rS rSrSrSrg)r H z4Base class for all exceptions raised by this module. N__name__
__module____qualname____firstlineno____doc____static_attributes__r ./opt/alt/python313/lib64/python3.13/smtplib.pyr r H s >r r c \ rS rSrSrSrg)r K zThe command or option is not supported by the SMTP server.
This exception is raised when an attempt is made to run a command or a
command with an option which is not supported by the server.
r Nr r r r r r K r r c \ rS rSrSrSrg)r R zNot connected to any SMTP server.
This exception is raised when the server unexpectedly disconnects,
or when an attempt is made to use the SMTP instance before
connecting it to a server.
r Nr r r r r r R s r r c \ rS rSrSrS rSrg)r Z a Base class for all exceptions that include an SMTP error code.
These exceptions are generated in some instances when the SMTP
server returns an error code. The error code is stored in the
`smtp_code' attribute of the error, and the `smtp_error' attribute
is set to the error message.
c , Xl X l X4U l g N) smtp_code
smtp_errorargs)selfcodemsgs r __init__SMTPResponseException.__init__c s K r )r+ r) r* Nr r r r r r/ r r r r r r Z s r r c \ rS rSrSrS rSrg)r h zSender address refused.
In addition to the attributes set by on all SMTPResponseException
exceptions, this sets `sender' to the string that the SMTP refused.
c : Xl X l X0l XU4U l g r( )r) r* senderr+ )r, r- r. r5 s r r/ SMTPSenderRefused.__init__o s ' r )r+ r5 r) r* Nr1 r r r r r h s (r r c \ rS rSrSrS rSrg)r u zAll recipient addresses refused.
The errors for each recipient are accessible through the attribute
'recipients', which is a dictionary of exactly the same sort as
SMTP.sendmail() returns.
c Xl U4U l g r( )
recipientsr+ )r, r: s r r/ SMTPRecipientsRefused.__init__} s $M r )r+ r: Nr1 r r r r r u s "r r c \ rS rSrSrSrg)r
z'The SMTP server didn't accept the data.r Nr r r r r
r
s 1r r
c \ rS rSrSrSrg)r z&Error during connection establishment.r Nr r r r r r s 0r r c \ rS rSrSrSrg)r z"The server refused our HELO reply.r Nr r r r r r s ,r r c \ rS rSrSrSrg)r
zjAuthentication error.
Most probably the server didn't accept the username/password
combination provided.
r Nr r r r r
r
r" r r
c [ R R U 5 u pX4S:X a+ U R 5 R S5 ( a U $ SU - $ SU- $ )zQuote a subset of the email addresses defined by RFC 821.
Should be able to handle anything email.utils.parseaddr can handle.
rF )emailutils parseaddrstrip
startswith
addrstringdisplaynameaddrs r r r s[
--j9Kh&((--
""D=r c Z [ R R U 5 u pX4S:X a U $ U$ )NrE )rH rI rJ rM s r
_addr_onlyrR s/ --j9Kh&Kr c f [ R " SS[ R " S[ U 5 5 $ )zuQuote data for email.
Double leading '.', and change Unix newline '\n', or Mac '\r' into
internet CRLF end-of-line.
z(?m)^\.z..(?:\r\n|\n|\r(?!\n))resubCRLFdatas r r r s* 66*d
&d35 5r c 2 [ R " SSU 5 $ )Ns (?m)^\.s ..)rV rW )bindatas r _quote_periodsr] s
66+ug..r c : [ R " S[ U 5 $ )NrT rU rY s r _fix_eolsr_ s FF*D$77r r md5TFc ~ \ rS rSrSrSrSrSrSrSr Sr
Sr\r
SSS\R S4S jrS rS
rS rS rS
rS.S jrS rS/S jrS rS/S jrS/S jrS/S jrS rS/S jrS rS r S r!S0S jr"S0S jr#S r$S r%\%r&S r'S r(S S!.S" jr)S1S# jr*S1S$ jr+S1S% jr,S S!.S& jr-SS'.S( jr. S2S) jr/ S3S* jr0S+ r1S, r2S-r3g)4r a\ This class manages a connection to an SMTP or ESMTP server.
SMTP Objects:
SMTP objects have the following attributes:
helo_resp
This is the message given by the server in response to the
most recent HELO command.
ehlo_resp
This is the message given by the server in response to the
most recent EHLO command. This is usually multiline.
does_esmtp
This is a True value _after you do an EHLO command_, if the
server supports ESMTP.
esmtp_features
This is a dictionary, which, if the server supports ESMTP,
will _after you do an EHLO command_, contain the names of the
SMTP service extensions this server supports, and their
parameters (if any).
Note, all extension names are mapped to lower case in the
dictionary.
See each method's docstrings for details. In general, there is a
method of the same name to perform each SMTP command. There is also a
method called 'sendmail' that will do an entire mail transaction.
r NehloFrF c Xl X@l 0 U l SU l XPl SU l U( a4 U R
X5 u pgUS:w a U R 5 [ Xg5 eUb X0l g[ R " 5 nSU; a Xl gSn [ R " [ R " 5 5 n SU - U l g! [ R a N!f = f)a Initialize a new instance.
If specified, `host` is the name of the remote host to which to
connect. If specified, `port` specifies the port to which to connect.
By default, smtplib.SMTP_PORT is used. If a host is specified the
connect method is called, and if it returns anything other than a
success code an SMTPConnectError is raised. If specified,
`local_hostname` is used as the FQDN of the local host in the HELO/EHLO
command. Otherwise, the local hostname is found using
socket.getfqdn(). The `source_address` parameter takes a 2-tuple (host,
port) for the socket to bind to as its source address before
connecting. If the host is '' and port is 0, the OS default behavior
will be used.
asciir N.z 127.0.0.1z[%s])_hosttimeoutesmtp_featurescommand_encodingsource_address_auth_challenge_countconnectcloser local_hostnamesocketgetfqdn
gethostbynamegethostnamegaierror)
r, hostportrp ri rl r- r. fqdnrP s
r r/
SMTP.__init__ s $
',%&",,t2KTs{
&t11%"0
>>#Dd{&*# #!//0B0B0DED '-tm# s )C CCc U $ r( r r, s r __enter__SMTP.__enter__ s r c U R S5 u p#US:w a [ X#5 e U R 5 g ! [ a Nf = f! U R 5 f = f)NQUIT )docmdr r ro )r, r+ r- messages r __exit__
SMTP.__exit__! sY JJv.MDs{+D::
JJL &