Skip to content

imadueno/Python-IMAP-Attachment-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Python-IMAP-Attachment-Downloader

Download attachments from IMAP server using Python script

Cómo se usa?

Segun la versión de Pyhon que tengamos instalada, se ejecuta el siguiente comando en terminal.

$ pip install attachment-downloader

En mi caso, tengo Python3.

$ pip3 install attachment-downloader

Descarga de adjuntos

Para realizar la descarga debemos especificar los siguientes parametros

$ attachment-downloader --host imap.example.com --username mail@example.com --password pa55word \\
    --imap-folder invoices --output ~/Downloads

About

Download attachments from IMAP server using Python script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages