
    Rh                     (    d Z g dZd Zd Zd Zd Zy)z?A package for parsing, handling, and generating email messages.)
base64mimecharsetencoderserrors
feedparser	generatorheader	iteratorsmessagemessage_from_filemessage_from_binary_filemessage_from_stringmessage_from_bytesmimeparser
quoprimimeutilsc                 <    ddl m}  ||i |j                  |       S )zvParse a string into a Message object model.

    Optional _class and strict are passed to the Parser constructor.
        Parser)email.parserr   parsestr)sargskwsr   s       %/usr/lib/python3.12/email/__init__.pyr   r      s"    
 $43((++    c                 <    ddl m}  ||i |j                  |       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   '   s"    
 )$$//22r   c                 <    ddl m}  ||i |j                  |       S )zRead a file and parse its contents into a Message object model.

    Optional _class and strict are passed to the Parser constructor.
    r   r   )r   r   parse)fpr   r   r   s       r   r   r   /   s"    
 $43%%b))r   c                 <    ddl m}  ||i |j                  |       S )zRead a binary file and parse its contents into a Message object model.

    Optional _class and strict are passed to the Parser constructor.
    r   r   )r   r    r#   )r$   r   r   r    s       r   r   r   7   s"    
 )$$**2..r   N)__doc____all__r   r   r   r    r   r   <module>r)      s&   
 F0,3*/r   