imapbox icon indicating copy to clipboard operation
imapbox copied to clipboard

Dump imap inbox to a local folder in a regular backupable format: html, json and attachements

Results 30 imapbox issues
Sort by recently updated
recently updated
newest added

Hey, I'm using the docker version and get the following output: ```$ docker-compose run --rm imapbox account1/INBOX (on mx.mailserver.tld) Saving folder: INBOX ~/imapbox/INBOX/2022/23244980.10761646738362496.JavaMail.tomcatlagaspintra1.domain.tld MailboxClient.saveEmail() failed: None ~/imapbox/INBOX/2022/31433348.10671646824808489.JavaMail.tomcatlagaspintra1.domain.tld MailboxClient.saveEmail() failed: None...

Using docker image with config with SSL set to true and the correct port get the following: ``` account1/__ALL__ (on imap.host) Traceback (most recent call last): File "/opt/bin/imapbox.py", line 98,...

This patch fixes the attachment path on Windows. In the HTML content generation, embedded images are replaced by paths to the files. The paths are joined together with `os.path.join`, which...

![Screenshot_2020-12-20-03-38-49-79](https://user-images.githubusercontent.com/58569784/102699115-f771c500-4274-11eb-9928-b1dd43a90193.jpg) how to fix this?? mailboxclient.saveemail() failed module 'cgi' has no attribute 'escape'

Hello. First of all, thank you for this app, it's a great idea. I want to download my Gmail archive so that I can delete my Google account. I set...

Hi (again), I'd like to archive my gmail account (among others) using IMAPBOX. Currently it only fetches the inbox. Gmail uses IMAP folders to reflect its labels. An email can...

If I build a backup system with imapbox I'd also like to have a format which I can restore back to an email server in some form. The best way...

I've made two changes, and tried to adopt the code style of the repository as best I could. The changes to the README, imapbox.py, and all lines in mailboxresource.py except...

I just processed a bit more than 3,000 emails. Of those 3 had no email address in the CC field. Here are two examples from the raw.eml (exact copy/paste)l: **Example...

I have attempted to download a couple of thousands of emails I started wondering about speed limitations of `imapbox`. After a brief investigation, I have discovered that we are fetching...