
    h                     *    d Z g dZd Zd Zd Zd ZdS )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dl 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)sargskwsr   s       %/usr/lib/python3.11/email/__init__.pyr   r       s9    
 $#####643((+++    c                 D    ddl 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   (   s9    
 )(((((;$$$//222r   c                 D    ddl m}  ||i |                    |           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   0   s9    
 $#####643%%b)))r   c                 D    ddl m}  ||i |                    |           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   8   s9    
 )(((((;$$$**2...r   N)__doc____all__r   r   r   r    r   r   <module>r)      se   
 F E  2, , ,3 3 3* * */ / / / /r   