python (3.11.7)
    e                     *    d Z g dZd Zd Zd Zd ZdS )z?A package for parsing, handling, and generating email messages.)
base64mimecharsetencoderserrors
feedparser	generatorheader	iteratorsmessagemessage_from_filemessage_from_binary_filemessage_from_stringmessage_from_bytesmimeparser
quoprimimeutilsc                 D    ddl m}  ||i |                    |           S )zvParse a string into a Message object model.
    Optional _class and strict are passed to the Parser constructor.
        Parser)email.parserr   parsestr)sargskwsr   s       B/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/email/__init__.pyr
   r
      s9    
 $#####643((+++    c                 D    ddl m}  ||i |                    |           S )z|Parse a bytes string into a Message object model.
    Optional _class and strict are passed to the Parser constructor.
    r   BytesParser)r   r    
parsebytes)r   r   r   r    s       r   r   r   '