3 \/2@sdZdZddlZddlZddlZddlZddlZddlZddlZddl Z ddl Z ddl m Z m Z m Z ddlmZyddlZdZWnek rdZYnXdd d d d d gZdZdZdZdZdgZdZdhdidjdkdldmdndodpdqdrdsdtdudvdwdxdydzd{d|d}d~ddddddddddddddddddd)ZejdZejdZejdZejdejZ ejdZ!ejdZ"ejdZ#ejdejZ$dZ%dZ&Gd ddZ'erGd!d"d"e'Z(ej)d"Gd#d d e'Z*Gd$d%d%Z+d&j,d'Z-d(d)e.e-d*dDZ/d+d Z0d,d Z1d-d Z2d.d Z3e4d/krddl5Z5ddl6Z6ye5j5ej7d*dd0\Z8Z9Wn0e5j:k rrZ;zffZ8Z9WYddZ;[;XnXdZe;Zne=d2kr~e;Z.*))?s.*FLAGS \((?P[^\)]*)\)s.*INTERNALDATE "(?P[ 0123][0-9])-(?P[A-Z][a-z][a-z])-(?P[0-9][0-9][0-9][0-9]) (?P[0-9][0-9]):(?P[0-9][0-9]):(?P[0-9][0-9]) (?P[-+])(?P[0-9][0-9])(?P[0-9][0-9])"s.*{(?P\d+)}$s \r\n|\r|\ns%\[(?P[A-Z-]+)( (?P.*))?\]s$\* (?P[A-Z-]+)( (?P.*))?s3\* (?P\d+) (?P[A-Z-]+)( (?P.*))?c@seZdZdZGdddeZGdddeZGdddeZdefd d Z d d Z d dZ ddZ ddZ ddZddZddZdefddZddZddZdd Zd!d"Zd#d$Zd%d&Zd'd(Zd)d*Zd+d,Zd-d.Zd/d0Zd1d2Zd3d4Zd5d6Zd7d8Z d9d:Z!d;d<Z"d=d>Z#d?d@Z$dAdBZ%dCdDZ&dEdFZ'dGdHZ(ddKdLZ)dMdNZ*dOdPZ+dQdRZ,dSdTZ-ddUdVZ.dWdXZ/dYdZZ0d[d\Z1d]d^Z2d_d`Z3dadbZ4dcddZ5ddgdhZ6didjZ7dkdlZ8dmdnZ9dodpZ:ddrdsZ;dtduZdzd{Z?d|d}Z@d~dZAddZBddZCddZDddZEddZFddZGddZHddZIddZJddZKddZLddZMddZNddZOdddZPddZQddZRddZSdqS)raIMAP4 client class. Instantiate with: IMAP4([host[, port]]) host - host's name (default: localhost); port - port number (default: standard IMAP4 port). All IMAP4rev1 commands are supported by methods of the same name (in lower-case). All arguments to commands are converted to strings, except for AUTHENTICATE, and the last argument to APPEND which is passed as an IMAP4 literal. If necessary (the string contains any non-printing characters or white-space and isn't enclosed with either parentheses or double quotes) each string is quoted. However, the 'password' argument to the LOGIN command is always quoted. If you want to avoid having an argument string quoted (eg: the 'flags' argument to STORE) then enclose the string in parentheses (eg: "(\Deleted)"). Each command returns a tuple: (type, [data, ...]) where 'type' is usually 'OK' or 'NO', and 'data' is either the text from the tagged response, or untagged results from command. Each 'data' is either a string, or a tuple. If a tuple, then the first part is the header of the response, and the second part contains the data (ie: 'literal' value). Errors raise the exception class .error(""). IMAP4 server errors raise .abort(""), which is a sub-class of 'error'. Mailbox status changes from READ-WRITE to READ-ONLY raise the exception class .readonly(""), which is a sub-class of 'abort'. "error" exceptions imply a program error. "abort" exceptions imply the connection should be reset, and the command re-tried. "readonly" exceptions imply the command should be re-tried. Note: to use this module, you must read the RFCs pertaining to the IMAP4 protocol, as the semantics of the arguments to each IMAP4 command are left to the invoker, not to mention the results. Also, most IMAP servers implement a sub-set of the commands available here. c@s eZdZdS)z IMAP4.errorN)__name__ __module__ __qualname__r<r</usr/lib64/python3.6/imaplib.pyerrorsr>c@s eZdZdS)z IMAP4.abortN)r9r:r;r<r<r<r=abortsr?c@s eZdZdS)zIMAP4.readonlyN)r9r:r;r<r<r<r=readonlysr@cCst|_d|_d|_i|_i|_d|_d|_d|_d|_ |j |j ||y |j Wn8t k ry |jWntk rYnXYnXdS)NrrAFr)Debugdebugstateliteraltagged_commandsuntagged_responsescontinuation_response is_readonlytagnum_tls_established _mode_asciiopen_connect ExceptionshutdownOSError)selfhostportr<r<r=__init__s&   zIMAP4.__init__cCs0d|_d|_tjttj|_tjttj|_dS)NFascii) utf8_enabled _encodingrecompile_LiteralASCIILiteral_Untagged_statusUntagged_status)rRr<r<r=rLszIMAP4._mode_asciicCs(d|_d|_tjt|_tjt|_dS)NTzutf-8)rWrXrYrZr[r]r^r_)rRr<r<r= _mode_utf8s zIMAP4._mode_utf8cCsttjdd|_tjd|jdtj|_d|_d|_ i|_ |j dkrf|j dt |j d |j|j|_d |jkrd |_nd |jkrd |_n |j|j|j|j dkr|j d|jfx tD]}||jkrq||_dSW|jddS)Niis(?Ps"\d+) (?P[A-Z]+) (?P.*) rzimaplib version %sznew IMAP4 connection, tag=%sZPREAUTHrOKrzCAPABILITIES: %rzserver not IMAP4 compliant)r randomZrandinttagprerYrZr\tagre _cmd_log_len _cmd_log_idx_cmd_logrC_mesg __version__ _get_responseZwelcomerGrDr>_get_capabilities capabilitiesAllowedVersionsPROTOCOL_VERSION)rRversionr<r<r=rNs0        zIMAP4._connectcCs&|tkrt||jStd|dS)NzUnknown IMAP4 command: '%s')CommandsgetattrlowerAttributeError)rRattrr<r<r= __getattr__ szIMAP4.__getattr__cCs|S)Nr<)rRr<r<r= __enter__szIMAP4.__enter__c Gs&y |jWntk r YnXdS)N)logoutrQ)rRargsr<r<r=__exit__s zIMAP4.__exit__cCs |js dn|j}tj||jfS)N)rSsocketZcreate_connectionrT)rRrSr<r<r=_create_socketszIMAP4._create_socketcCs(||_||_|j|_|jjd|_dS)zSetup connection to remote server on "host:port" (default: localhost:standard IMAP4 port). This connection will be used by the routines: read, readline, send, shutdown. rbN)rSrTr~sockmakefilefile)rRrSrTr<r<r=rM#s z IMAP4.opencCs |jj|S)zRead 'size' bytes from remote.)rread)rRsizer<r<r=r/sz IMAP4.readcCs.|jjtd}t|tkr*|jdt|S)zRead line from remote.rbzgot more than %d bytes)rreadline_MAXLINElenr>)rRliner<r<r=r4s zIMAP4.readlinecCs|jj|dS)zSend data to remote.N)rZsendall)rRdatar<r<r=send<sz IMAP4.sendcCst|jjzXy|jjtjWn@tk r^}z$|jtjkrNt |dddkrNWYdd}~XnXWd|jjXdS)z Close I/O established in "open".Zwinerrorri&'N) rcloserrPr}Z SHUT_RDWRrQerrnoZENOTCONNrt)rRexcr<r<r=rPAs  zIMAP4.shutdowncCs|jS)zfReturn socket instance used to connect to IMAP4 server. socket = .socket() )r)rRr<r<r=r}Qsz IMAP4.socketcCsBd}|jddg|\}}|dr(||fS|j\}}|j|||S)aReturn most recent 'RECENT' responses if any exist, else prompt server for an update using the 'NOOP' command. (typ, [data]) = .recent() 'data' is None if no new messages, else list of RECENT responses, most recent last. ZRECENTrcNrb)_untagged_responsenoop)rRnametypdatr<r<r=recent]s  z IMAP4.recentcCs|j|dg|jS)zReturn data for response 'code' if received, or None. Old value for response 'code' is cleared. (code, [data]) = .response(code) N)rupper)rRcoder<r<r=responsenszIMAP4.responsecCsxd}|s d}|r.|d|d fd kr2d|}nd}|r@t|}nd}tjt|}|jrbd |d }||_|j||||S) zAppend message to named mailbox. (typ, [data]) = .append(mailbox, flags, date_time, message) All args except `message' can be None. rINBOXrrb()z(%s)NsUTF8 ()r)rr)r MapCRLFsubCRLFrWrE_simple_command)rRmailboxflags date_timemessagerrEr<r<r=append|s    z IMAP4.appendcCsP|j}t|j|_|jd|\}}|dkrB|j|djddd|_||fS)asAuthenticate command - requires response processing. 'mechanism' specifies which authentication mechanism is to be used - it must appear in .capabilities in the form AUTH=. 'authobject' must be a callable object: data = authobject(response) It will be called to process server continuation responses; the response argument it is passed will be a bytes. It should return bytes data that will be base64 encoded and sent to the server. It should return None if the client abort response '*' should be sent instead. rrcrbzutf-8replacerr)r_AuthenticatorprocessrErr>decoderD)rRZ mechanismZ authobjectmechrrr<r<r= authenticates zIMAP4.authenticatecCs d}|j|\}}|j|||S)zT(typ, [data]) = .capability() Fetch capabilities list from server.r)rr)rRrrrr<r<r= capabilityszIMAP4.capabilitycCs |jdS)zRCheckpoint mailbox on server. (typ, [data]) = .check() r)r)rRr<r<r=checksz IMAP4.checkc Cs$z|jd\}}Wdd|_X||fS)zClose currently selected mailbox. Deleted messages are removed from writable mailbox. This is the recommended command before 'LOGOUT'. (typ, [data]) = .close() rNr)rrD)rRrrr<r<r=rsz IMAP4.closecCs|jd||S)zCopy 'message_set' messages onto end of 'new_mailbox'. (typ, [data]) = .copy(message_set, new_mailbox) r)r)rR message_setZ new_mailboxr<r<r=copysz IMAP4.copycCs |jd|S)zPCreate new mailbox. (typ, [data]) = .create(mailbox) r)r)rRrr<r<r=createsz IMAP4.createcCs |jd|S)zPDelete old mailbox. (typ, [data]) = .delete(mailbox) r)r)rRrr<r<r=deletesz IMAP4.deletecCs|jd||S)zDelete the ACLs (remove any rights) set for who on mailbox. (typ, [data]) = .deleteacl(mailbox, who) r)r)rRrwhor<r<r= deleteaclszIMAP4.deleteaclcCsHd|jkrtjd|jd|\}}|dkr@d|jkr@|j||fS)zkSend an RFC5161 enable string to the server. (typ, [data]) = .enable(capability) rzServer does not support ENABLErcz UTF8=ACCEPT)rorr>rrr`)rRrrrr<r<r=enables   z IMAP4.enablecCs d}|j|\}}|j|||S)zPermanently remove deleted items from selected mailbox. Generates 'EXPUNGE' response for each deleted message. (typ, [data]) = .expunge() 'data' is list of 'EXPUNGE'd message numbers in order received. r)rr)rRrrrr<r<r=expunges z IMAP4.expungecCs$d}|j|||\}}|j|||S)a#Fetch (parts of) messages. (typ, [data, ...]) = .fetch(message_set, message_parts) 'message_parts' should be a string of selected parts enclosed in parentheses, eg: "(UID BODY[TEXT])". 'data' are tuples of message part envelope and data. r)rr)rRrZ message_partsrrrr<r<r=fetch s z IMAP4.fetchcCs|jd|\}}|j||dS)zXGet the ACLs for a mailbox. (typ, [data]) = .getacl(mailbox) rZACL)rr)rRrrrr<r<r=getaclsz IMAP4.getaclcCs"|jd|||\}}|j||dS)za(typ, [data]) = .getannotation(mailbox, entry, attribute) Retrieve ANNOTATIONs.r ANNOTATION)rr)rRrentryZ attributerrr<r<r= getannotation#szIMAP4.getannotationcCs|jd|\}}|j||dS)zGet the quota root's resource usage and limits. Part of the IMAP4 QUOTA extension defined in rfc2087. (typ, [data]) = .getquota(root) r!QUOTA)rr)rRrootrrr<r<r=getquota+szIMAP4.getquotacCs@|jd|\}}|j||d\}}|j||d\}}|||gfS)zGet the list of quota roots for the named mailbox. (typ, [[QUOTAROOT responses...], [QUOTA responses]]) = .getquotaroot(mailbox) r"rZ QUOTAROOT)rr)rRrrrZquotaZ quotarootr<r<r= getquotaroot6szIMAP4.getquotaroot""*cCs$d}|j|||\}}|j|||S)zList mailbox names in directory matching pattern. (typ, [data]) = .list(directory='""', pattern='*') 'data' is list of LIST responses. r$)rr)rR directorypatternrrrr<r<r=listAsz IMAP4.listcCs<|jd||j|\}}|dkr.|j|dd|_||fS)zIdentify client using plaintext password. (typ, [data]) = .login(user, password) NB: 'password' will be quoted. r%rcrbrr)r_quoter>rD)rRuserpasswordrrr<r<r=loginMs z IMAP4.logincCs|||_|_|jd|jS)zr Force use of CRAM-MD5 authentication. (typ, [data]) = .login_cram_md5(user, password) zCRAM-MD5)rrr_CRAM_MD5_AUTH)rRrrr<r<r=login_cram_md5[szIMAP4.login_cram_md5cCsBddl}t|jtr |jjdn|j}|jd|j||djS)z1 Authobject to use with CRAM-MD5 authentication. rNzutf-8 Zmd5)hmac isinstancerstrencoderZHMACZ hexdigest)rRZ challengerpwdr<r<r=rdszIMAP4._CRAM_MD5_AUTHc Csjd|_y|jd\}}Wn(ddtjddg}}YnX|jd|jkrbd|jdfS||fS)z|Shutdown connection to server. (typ, [data]) = .logout() Returns server 'BYE' response. rNOz%s: %sNBYE)rDrsysexc_inforPrG)rRrrr<r<r=rzls" z IMAP4.logoutcCs$d}|j|||\}}|j|||S)zList 'subscribed' mailbox names in directory matching pattern. (typ, [data, ...]) = .lsub(directory='""', pattern='*') 'data' are tuples of message part envelope and data. r&)rr)rRrrrrrr<r<r=lsub|sz IMAP4.lsubcCs|jd|\}}|j||dS)zShow my ACLs for a mailbox (i.e. the rights that I have on mailbox). (typ, [data]) = .myrights(mailbox) r#)rr)rRrrrr<r<r=myrightsszIMAP4.myrightscCs d}|j|\}}|j|||S)zb Returns IMAP namespaces ala rfc2342 (typ, [data, ...]) = .namespace() r')rr)rRrrrr<r<r= namespaceszIMAP4.namespacecCs |jdkr|j|j|jdS)zFSend NOOP command. (typ, [data]) = .noop() rdr()rC_dump_urrGr)rRr<r<r=rs  z IMAP4.noopcCs(d}|j|||||\}}|j||dS)zFetch truncated part of a message. (typ, [data, ...]) = .partial(message_num, message_part, start, length) 'data' is tuple of message part envelope and data. r)r)rr)rRZ message_numZ message_partstartZlengthrrrr<r<r=partialsz IMAP4.partialcCsd}|jd|S)zAssume authentication as "user". Allows an authorised administrator to proxy into any user's mailbox. (typ, [data]) = .proxyauth(user) r*)r)rRrrr<r<r= proxyauths zIMAP4.proxyauthcCs|jd||S)zkRename old mailbox name to new. (typ, [data]) = .rename(oldmailbox, newmailbox) r+)r)rRZ oldmailboxZ newmailboxr<r<r=renamesz IMAP4.renamecGsTd}|r2|jrtjd|j|d|f|\}}n|j|f|\}}|j|||S)zSearch mailbox for matching messages. (typ, [data]) = .search(charset, criterion, ...) 'data' is space separated list of matching message numbers. If UTF8 is enabled, charset MUST be None. r,z'Non-None charset not valid in UTF8 modeCHARSET)rWrr>rr)rRcharsetZcriteriarrrr<r<r=searchs z IMAP4.searchrFcCsi|_||_|rd}nd}|j||\}}|dkr@d|_||fSd|_d|jkrz| rz|jdkrl|j|j|jd|||jjd d gfS) atSelect a mailbox. Flush all untagged responses. (typ, [data]) = .select(mailbox='INBOX', readonly=False) 'data' is count of messages in mailbox ('EXISTS' response). Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so other responses should be obtained via .response('FLAGS') etc. rr-rcrrz READ-ONLYrbz%s is not writableEXISTSN)rGrIrrDrCrr@get)rRrr@rrrr<r<r=selects    z IMAP4.selectcCs|jd|||S)zZSet a mailbox acl. (typ, [data]) = .setacl(mailbox, who, what) r.)r)rRrrZwhatr<r<r=setaclsz IMAP4.setaclcGs |jd|\}}|j||dS)z_(typ, [data]) = .setannotation(mailbox[, entry, attribute]+) Set ANNOTATIONs.r/r)r/)rr)rRr{rrr<r<r= setannotationszIMAP4.setannotationcCs |jd||\}}|j||dS)ziSet the quota root's resource limits. (typ, [data]) = .setquota(root, limits) r0r)rr)rRrZlimitsrrr<r<r=setquotaszIMAP4.setquotacGsFd}|d|dfdkr d|}|j|||f|\}}|j|||S) zIMAP4rev1 extension SORT command. (typ, [data]) = .sort(sort_criteria, charset, search_criteria, ...) r1rrbrrz(%s)r)rr)rr)rRZ sort_criteriarsearch_criteriarrrr<r<r=sorts z IMAP4.sortNcCsd}ts|jd|jr"|jd||jkr6|jd|dkrFtj}|j|\}}|dkr|j|j |j d|_ |j j d|_ d|_|j n |jd |j|||S) Nr2zSSL support missingzTLS session already establishedzTLS not supported by serverrc)server_hostnamerTzCouldn't establish TLS session)HAVE_SSLr>rKr?rossl_create_stdlib_contextr wrap_socketrrSrrrnr)rR ssl_contextrrrr<r<r=starttlss$       zIMAP4.starttlscCs$d}|j|||\}}|j|||S)zpRequest named status conditions for mailbox. (typ, [data]) = .status(mailbox, names) r3)rr)rRrnamesrrrr<r<r=status5sz IMAP4.statuscCs>|d|dfd krd|}|jd|||\}}|j||dS) zAlters flag dispositions for messages in mailbox. (typ, [data]) = .store(message_set, command, flags) rrbrrz(%s)r4rr)rr)rr)rRrcommandrrrr<r<r=storeAsz IMAP4.storecCs |jd|S)zYSubscribe to new mailbox. (typ, [data]) = .subscribe(mailbox) r5)r)rRrr<r<r= subscribeLszIMAP4.subscribecGs*d}|j|||f|\}}|j|||S)zIMAPrev1 extension THREAD command. (type, [data]) = .thread(threading_algorithm, charset, search_criteria, ...) r6)rr)rRZthreading_algorithmrrrrrr<r<r=threadTsz IMAP4.threadcGs|j}|tkr|jd||jt|krL|jd||jdjt|fd}|j||f|\}}|d krt|}nd}|j|||S) zExecute "command arg ..." with messages identified by UID, rather than message number. (typ, [data]) = .uid(command, arg1, arg2, ...) Returns response appropriate to 'command'. zUnknown IMAP4 UID command: %sz9command %s illegal in state %s, only allowed in states %sz, r7r,r1r6r)r,r1r6)rrsr>rDjoinrr)rRrr{rrrr<r<r=uid^sz IMAP4.uidcCs |jd|S)z_Unsubscribe from old mailbox. (typ, [data]) = .unsubscribe(mailbox) r8)r)rRrr<r<r= unsubscribewszIMAP4.unsubscribecGs,|j}|tkr|jft|<|j|f|S)aAllow simple extension commands notified by server in CAPABILITY response. Assumes command is legal in current state. (typ, [data]) = .xatom(name, arg, ...) Returns response appropriate to extension command `name'. )rrsrDr)rRrr{r<r<r=xatoms  z IMAP4.xatomcCsb|dkr d}|j}|jdkr<|jd|t|j|d|f||krT||j|n |g||<dS)Nz#untagged_responses[%s] %s += ["%r"]rA)rGrCrkrrr)rRrrZurr<r<r=_append_untaggeds zIMAP4._append_untaggedcCs,|jjd}|r(|j|dj|jddS)Nrrbrr)rGrr?rrX)rRZbyer<r<r= _check_byes zIMAP4._check_byec GsB|jt|kr4d|_|jd||jdjt|fxdD]}||jkr:|j|=q:Wd|jkrp|j rp|jd|j}t ||j }|d|}x8|D]0}|dkrqt |t rt ||j }|d|}qW|j}|dk rd|_t |t |jkr|}nd}|t d t||j }|jd kr0|jd |n|jd |y|j|tWn2tk r} z|jd | WYdd} ~ XnX|dkr|Sxx |jr|j|r|SqW|r||j}|jd kr|jd t|y|j||jtWn2tk r.} z|jd | WYdd} ~ XnX|sPqW|S)Nz9command %s illegal in state %s, only allowed in states %sz, rcrBADz READ-ONLYz#mailbox status changed to READ-ONLY z {%s}z> %rzsocket error: %szwrite literal size %s)rcrr)rDrsrEr>rrGrIr@_new_tagbytesrXrrtype_commandrrCrk_logrrrQr?rmrFrH) rRrr{rtagrargrEZ literatorvalr<r<r=rsh                     zIMAP4._commandcCs|dkr|jy|j|\}}Wnj|jk rX}z|jd||fWYdd}~Xn6|jk r}z|jd||fWYdd}~XnX|dkr|j|dkr|jd|||f||fS)Nrzcommand: %s => %srz%s command error: %s %s)r_get_tagged_responser?r>)rRrrrrrr<r<r=_command_completes"$zIMAP4._command_completecCsJ|j\}}|dgkr |jdt|d|j}|j}t|j|_dS)Nz"no CAPABILITY response from serverrbr)rr>rrXrtuplesplitro)rRrrr<r<r=rns    zIMAP4._get_capabilitiescCs|j}|j|j|rr|jjd}||jkr:|jd||jjd}t||j}|jjd}||gf|j|<nd}|jt |s|j|j |r|jjd}|jdkr|jt |r|jjd|_ dS|jd||jjd}t||j}|jjd}|dkrd}|r|d|}xb|j|j |rxt|jjd }|jd krR|jd ||j|}|j|||f|j}qW|j|||dkr|jt|r|jjd}t||j}|j||jjd|jdkr|dkr|jd||f|S)Nrzunexpected tagged response: %rrrZdata2zunexpected response: %rrrrrzread literal size %srcrrrbrz%s response: %r)rcrr)rrr) _get_line_matchrgmogrouprFr?rrXUntagged_responser_ ContinuationrHr]intrCrkrr Response_code)rRresprrrZdat2rrr<r<r=rmsP                   zIMAP4._get_responsecCsvxp|j|}|dk r |j|=|S|jy |jWq|jk rl}z|jdkrZ|jWYdd}~XqXqWdS)Nrb)rFrrmr?rC print_log)rRrresultrr<r<r=r`s   zIMAP4._get_tagged_responsecCsf|j}|s|jd|jds.|jd||dd}|jdkrT|jd|n|jd||S)Nzsocket error: EOFs z#socket error: unterminated line: %rrrz< %r)rr?endswithrCrkr)rRrr<r<r=r {s    zIMAP4._get_linecCsD|j||_|jdk r:|jdkr:|jd|j|jjf|jdk S)Nrz matched r'%r' => %r)matchr rCrkrgroups)rRZcresr<r<r=r s z IMAP4._matchcCs2|jtt|j|j}|jd|_d|j|<|S)Nrb)rfrrrJrXrF)rRrr<r<r=rs  zIMAP4._new_tagcCs$|jdd}|jdd}d|dS)N\z\\"z\")r)rRrr<r<r=rs  z IMAP4._quotecGs|j||j|f|S)N)rr)rRrr{r<r<r=rszIMAP4._simple_commandcCsT|dkr||fS||jkr$|dgfS|jj|}|jdkrL|jd||f||fS)Nrrzuntagged_responses[%s] => %s)rGpoprCrk)rRrrrrr<r<r=rs    zIMAP4._untagged_responsecCsN|dkrtj}tjdtj|}tjjd||dd|ftjjdS)Nz%M:%Sz %s.%02d %s d)timestrftime localtimerstderrwriteflush)rRrZsecsZtmr<r<r=rks z IMAP4._mesgcCs>|j}|sdSd}tdd|}|jd||j|fdS)Nz cSs*d|d|ddr"dj|dp$dfS)Nz%s: "%s"rrbz" "rA)r)xr<r<r=sz IMAP4._dump_ur..zuntagged responses dump:%s%s)itemsmaprkr)rRdictltr<r<r=rs zIMAP4._dump_urcCs8|tjf|j|j<|jd7_|j|jkr4d|_dS)Nrbr)rrjrirh)rRrr<r<r=rs z IMAP4._logc Csp|jdt|j|j|j}}xH|rjy|j|j|Wn YnX|d7}||jkr`d}|d8}q$WdS)Nzlast %d IMAP4 interactions:rbr)rkrrjrirh)rRinr<r<r=rs zIMAP4.print_log)rr)rr)rF)N)N)Tr9r:r;__doc__rOr>r?r@ IMAP4_PORTrUrLr`rNrxryr|r~rMrrrrPr}rrrrrrrrrrrrrrrrrrrrrrrzrrrrrrrrrrrrrrrrrrrrrrrrrrnrmrr r rrrrrkrrrr<r<r<r=rs,*                    M P  c@s:eZdZdZdedddfddZddZdefdd ZdS) IMAP4_SSLa3IMAP4 client class over SSL connection Instantiate with: IMAP4_SSL([host[, port[, keyfile[, certfile[, ssl_context]]]]]) host - host's name (default: localhost); port - port number (default: standard IMAP4 SSL port); keyfile - PEM formatted file that contains your private key (default: None); certfile - PEM formatted certificate chain file (default: None); ssl_context - a SSLContext object that contains your certificate chain and private key (default: None) Note: if ssl_context is provided, then parameters keyfile or certfile should not be set otherwise ValueError is raised. for more documentation see the docstring of the parent class IMAP4. rANcCs|dk r|dk rtd|dk r0|dk r0td|dk s@|dk rVddl}|jdtd||_||_|dkrxtj||d}||_t j |||dS)Nz8ssl_context and keyfile arguments are mutually exclusivez9ssl_context and certfile arguments are mutually exclusiverzEkeyfile and certfile are deprecated, use a custom ssl_context insteadr)certfilekeyfile) ValueErrorwarningswarnDeprecationWarningr2r1rrrrrU)rRrSrTr2r1rr4r<r<r=rUszIMAP4_SSL.__init__cCstj|}|jj||jdS)N)r)rr~rrrS)rRrr<r<r=r~ s zIMAP4_SSL._create_socketcCstj|||dS)zSetup connection to remote server on "host:port". (default: localhost:standard IMAP4 SSL port). This connection will be used by the routines: read, readline, send, shutdown. N)rrM)rRrSrTr<r<r=rMszIMAP4_SSL.open)r9r:r;r.IMAP4_SSL_PORTrUr~rMr<r<r<r=r0s r0c@sBeZdZdZddZdddZddZd d Zd d Zd dZ dS)rzIMAP4 client class over a stream Instantiate with: IMAP4_stream(command) "command" - a string that can be passed to subprocess.Popen() for more documentation see the docstring of the parent class IMAP4. cCs||_tj|dS)N)rrrU)rRrr<r<r=rU&szIMAP4_stream.__init__NcCsNd|_d|_d|_d|_tj|jttjtjddd|_ |j j |_ |j j |_ dS)zSetup a stream connection. This connection will be used by the routines: read, readline, send, shutdown. NT)bufsizestdinstdoutshellZ close_fds)rSrTrr subprocessPopenrrPIPErr9 writefiler:readfile)rRrSrTr<r<r=rM+s  zIMAP4_stream.opencCs |jj|S)zRead 'size' bytes from remote.)r@r)rRrr<r<r=r;szIMAP4_stream.readcCs |jjS)zRead line from remote.)r@r)rRr<r<r=r@szIMAP4_stream.readlinecCs|jj||jjdS)zSend data to remote.N)r?r#r$)rRrr<r<r=rEs zIMAP4_stream.sendcCs"|jj|jj|jjdS)z Close I/O established in "open".N)r@rr?rwait)rRr<r<r=rPKs  zIMAP4_stream.shutdown)NN) r9r:r;r.rUrMrrrrPr<r<r<r=rs  c@s0eZdZdZddZddZddZdd Zd S) rzcPrivate class to provide en/decoding for base64-based authentication conversation. cCs ||_dS)N)r)rRZmechinstr<r<r=rUYsz_Authenticator.__init__cCs&|j|j|}|dkrdS|j|S)N*)rrr)rRrZretr<r<r=r\sz_Authenticator.processcCsrd}t|tr|jd}xT|rlt|dkrD|dd}|dd}n|}d}tj|}|r||dd}qW|S)Nrzutf-80rbr)rrrrbinasciiZ b2a_base64)rRinpZoupr+er<r<r=rbs      z_Authenticator.encodecCs|sdStj|S)Nr)rDZ a2b_base64)rRrEr<r<r=rzsz_Authenticator.decodeN)r9r:r;r.rUrrrr<r<r<r=rSs rz0 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov DecrcCsi|]\}}|d|jqS)rb)r).0r-rr<r<r= srHrbc Cstj|}|sdSt|jd}|jd}t|jd}t|jd}t|jd}t|jd}t|jd}t|jd } t|jd } | d | d } |d kr| } ||||||dddf } tj| | } tj| S)zParse an IMAP4 INTERNALDATE string. Return corresponding local time. The return value is a time.struct_time tuple or None if the string has wrong format. Nmonzonendayyearhourminseczonehzonem<-rbrrr) InternalDaterMon2numrrcalendarZtimegmrr!)rr rIrJrKrLrMrNrOrPrQZzoneZttutcr<r<r=rs$  cCsDd}d}tt|}x*|r>t|d\}}|||d|}qW|S)z-Convert integer to A-P string representation.rsABCDEFGHIJKLMNOPrb)rabsdivmod)ZnumrZAPmodr<r<r=r s cCs$tj|}|sfSt|jdjS)z-Convert IMAP4 flags response to python tuple.r)Flagsrr rr )rr r<r<r=r s c Cs t|ttfr"tj|tjj}nt|try |j }WnZt k rt j r|d}|d krpt j t j|d}t jt jf| }nt j }YnXt|d}t|dddt|i}nNt|tr|jdkrtd|}n,t|to|d|d fdkr|Std d jt|j}|j|S)aConvert date_time to IMAP4 INTERNALDATE representation. Return string in form: '"DD-Mmm-YYYY HH:MM:SS +HHMM"'. The date_time argument can be a number (int or float) representing seconds since epoch (as returned by time.time()), a 9-tuple representing local time, an instance of time.struct_time (as returned by time.localtime()), an aware datetime instance or a double-quoted string. In the last case, it is assumed to already be in the correct format. rb)ZsecondsNtzinfozdate_time must be awarerrzdate_time not of a known typez"%d-{}-%Y %H:%M:%S %z"rr)rr)rrfloatrZ fromtimestamprrWZ astimezoner Z tm_gmtoffrvrZdaylightr!ZmktimeZaltzonerr_r3rformatMonthsZmonthr )rZdtZgmtoffdstZdeltaZfmtr<r<r=r s0       __main__zd:s:z-dz-srAzIMAP password for %s on %s: Z localhostzJFrom: %(user)s@localhost%(lf)sSubject: IMAP4 test%(lf)s%(lf)sdata...%(lf)s )rZlfrr /tmp/xxx 1r/tmp/yyyr /tmp/yyz 2rr/tmpyy*rrSUBJECTtestr1(FLAGS INTERNALDATE RFC822)rFLAGS (\Deleted)rrrrr UIDVALIDITYrr,ALLrrzcCsLtjd||ftt||\}}tjd|||f|dkrH|d|S)Nz%s %sz %s => %s %srr)Mrkrt)cmdr{rrr<r<r=runs ruzPROTOCOL_VERSION = %szCAPABILITIES = %r/tmp/yy%z .*"([^"]+)"$rrz%sz:(FLAGS INTERNALDATE RFC822.SIZE RFC822.HEADER RFC822.TEXT)z All tests OK.z Tests failed.z8 If you would like to see debugging output, try: %s -d5 )r r)rr)r)rrrr)r)r)r)rr)rr)rr)r)rr)r)r)rr)rr)rr)rr)rr)rr)r)rrrr)rr)r)rr)rrrr)r)r)rr)r)rr)rr)rr)rr)r)r)rr)r)rr)r)r)rr)rArf)rrxrfrg)rryrh)rrzrirj)rr{rh)rr|Nrkrl)rr}rmrn)rr~rmrorp)rrrq)rrr,rr)rrr)rr)rvrwrr,rr)rrrr)Ur.rlrDrrerYr}r<rrrVrrriorrr ImportError__all__rrBr/r7rprrsrZrr\rTr\r]rrrr_r[r^rr0rrrr rb enumeraterUrr r r r9ZgetoptZgetpassargvZoptlistr{r>rZstream_commandoptrrSZgetuserZUSERZPASSWDZ test_mesgZ test_seq1Z test_seq2rursrDrkrqrortZmlrr rpathrrprintr<r<r<r= sF H          c4 9, #  )