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/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
ó
zfc @ s« d Z d d l Z d d l Z d d g Z d e f d „ ƒ YZ d Z d Z d Z d Z e e Z
d
Z d f d „ ƒ YZ y d d l
Z
Wn e k
rž n$ Xd e f d
„ ƒ YZ e j d ƒ e d k r§d d l Z e e j d ƒ Z e j ƒ GHe j e j d ƒ e j e j d ƒ e j ƒ e j ƒ \ Z Z x[ e d e d ƒ D]F Z e j e ƒ \ Z Z Z! d e GHx e D] Z" d e" GHq~Wd GHqPWe j# ƒ n d S( s@ A POP3 client class.
Based on the J. Myers POP3 draft, Jan. 96
iÿÿÿÿNt POP3t error_protoc B s e Z RS( ( t __name__t
__module__( ( ( s /usr/lib64/python2.7/poplib.pyR s in iã s
s
i c B sû e Z d Z e e j d „ Z d „ Z d „ Z d „ Z d „ Z
d „ Z d „ Z d „ Z
d „ Z d
„ Z d „ Z d „ Z d
„ Z d d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z e j d ƒ Z d „ Z d „ Z d d „ Z RS( sÏ This class supports both the minimal and optional command sets.
Arguments can be strings or integers (where appropriate)
(e.g.: retr(1) and retr('1') both work equally well.
Minimal Command Set:
USER name user(name)
PASS string pass_(string)
STAT stat()
LIST [msg] list(msg = None)
RETR msg retr(msg)
DELE msg dele(msg)
NOOP noop()
RSET rset()
QUIT quit()
Optional Commands (some servers support these):
RPOP name rpop(name)
APOP name digest apop(name, digest)
TOP msg n top(msg, n)
UIDL [msg] uidl(msg = None)
Raises one exception: 'error_proto'.
Instantiate with:
POP3(hostname, port=110)
NB: the POP protocol locks the mailbox from user
authorization until QUIT, so be sure to get in, suck
the messages, and quit, each time you access the
mailbox.
POP is a line-based protocol, which means large mail
messages consume lots of python cycles reading them
line-by-line.
If it's available on your mail server, use IMAP4
instead, it doesn't suffer from the two problems
above.
c C s^ | | _ | | _ t j | | f | ƒ | _ | j j d ƒ | _ d | _ | j ƒ | _ d S( Nt rbi (
t hostt portt sockett create_connectiont sockt makefilet filet
_debuggingt _getrespt welcome( t selfR R t timeout( ( s /usr/lib64/python2.7/poplib.pyt __init__U s c C s? | j d k r! d Gt | ƒ GHn | j j d | t f ƒ d S( Ni s *put*s %s%s( R t reprR t sendallt CRLF( R t line( ( s /usr/lib64/python2.7/poplib.pyt _putline_ s c C s, | j r d Gt | ƒ GHn | j | ƒ d S( Ns *cmd*( R R R ( R R ( ( s /usr/lib64/python2.7/poplib.pyt _putcmdf s c C sÆ | j j t d ƒ } t | ƒ t k r7 t d ƒ ‚ n | j d k rX d Gt | ƒ GHn | sm t d ƒ ‚ n t | ƒ } | d t k r— | d | f S| d t k r¸ | d d !| f S| d | f S( Ni s
line too longs *get*s -ERR EOFiþÿÿÿi iÿÿÿÿ( R t readlinet _MAXLINEt lenR R R R t CR( R R t octets( ( s /usr/lib64/python2.7/poplib.pyt _getlineo s c C s\ | j ƒ \ } } | j d k r3 d Gt | ƒ GHn | d } | d k rX t | ƒ ‚ n | S( Ni s *resp*t +( R R R R ( R t respt ot c( ( s /usr/lib64/python2.7/poplib.pyR
ƒ s
c C sš | j ƒ } g } d } | j ƒ \ } } x` | d k rŒ | d d k r` | d } | d } n | | } | j | ƒ | j ƒ \ } } q- W| | | f S( Ni t .i s ..i ( R
R t append( R R t listR R R ( ( s /usr/lib64/python2.7/poplib.pyt _getlongrespŽ s
c C s | j | ƒ | j ƒ S( N( R R
( R R ( ( s /usr/lib64/python2.7/poplib.pyt _shortcmdž s
c C s | j | ƒ | j ƒ S( N( R R% ( R R ( ( s /usr/lib64/python2.7/poplib.pyt _longcmd¥ s
c C s | j S( N( R ( R ( ( s /usr/lib64/python2.7/poplib.pyt
getwelcome¬ s c C s
| | _ d S( N( R ( R t level( ( s /usr/lib64/python2.7/poplib.pyt set_debuglevel° s c C s | j d | ƒ S( sV Send user name, return response
(should indicate password required).
s USER %s( R&