|
Apache/2.2.15 (CentOS) Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 uid=48(apache) gid=48(apache) groups=48(apache) server ip : 104.21.65.202 | your ip : 10.244.126.0 safemode OFF > / usr / lib64 / python2.6 / email / |
| Filename | /usr/lib64/python2.6/email/header.pyc |
| Size | 13.21 kb |
| Permission | rw-r--r-- |
| Owner | apache |
| Create time | 23-Dec-2025 17:41 |
| Last modified | 20-Jun-2019 19:45 |
| Last accessed | 20-Jun-2019 19:45 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
Ñò
§ÚêLc
@ s' d Z d d d g Z d d k Z d d k Z d d k Z d d k Z d d k l Z d d k l
Z
d Z d Z d
Z
d d Z d Z d
Z e
d � Z e
d � Z e i d e i e i Be i B� Z e i d � Z e i i Z d � Z e e d d � Z d f d � � YZ d � Z d � Z d S( s+ Header encoding and decoding functionality.t Headert
decode_headert make_headeriÿÿÿÿN( t HeaderParseError( t Charsets
t u i u iL s us-asciis utf-8s§
=\? # literal =?
(?P<charset>[^?]*?) # non-greedy up to the next ? is the charset
\? # literal ?
(?P<encoding>[qb]) # either a "q" or a "b", case insensitive
\? # literal ?
(?P<encoded>.*?) # non-greedy up to the next ?= is the encoded string
\?= # literal ?=
(?=[ \t]|$) # whitespace or the end of the string
s [\041-\176]+:$c
C s< t | � } t i | � p | d f g Sg } d } xÿ| i � D]ñ} t i | � p | i | d f � qC n t i | � } x¯| o§| i d � i � } | oW | o9 | d d d j o$ | d d t | d f | d <qÿ
§ÚêLc
@ s' d Z d d d g Z d d k Z d d k Z d d k Z d d k Z d d k l Z d d k l
Z
d Z d Z d
Z
d d Z d Z d
Z e
d � Z e
d � Z e i d e i e i Be i B� Z e i d � Z e i i Z d � Z e e d d � Z d f d � � YZ d � Z d � Z d S( s+ Header encoding and decoding functionality.t Headert
decode_headert make_headeriÿÿÿÿN( t HeaderParseError( t Charsets
t u i u iL s us-asciis utf-8s§
=\? # literal =?
(?P<charset>[^?]*?) # non-greedy up to the next ? is the charset
\? # literal ?
(?P<encoding>[qb]) # either a "q" or a "b", case insensitive
\? # literal ?
(?P<encoded>.*?) # non-greedy up to the next ?= is the encoded string
\?= # literal ?=
(?=[ \t]|$) # whitespace or the end of the string
s [\041-\176]+:$c
C s< t | � } t i | � p | d f g Sg } d } xÿ| i � D]ñ} t i | � p | i | d f � qC n t i | � } x¯| o§| i d � i � } | oW | o9 | d d d j o$ | d d t | d f | d <qÿ