-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
I am not sure this is a bug since noone else is reporting it, but also the debug does not give me any relevant information about what is wrong.
I have tested this with two different mail servers and different mailboxes and I always get the same errors. There is no indication on why it fails to import.
Describe the bug
when I run pilerimport I only get errors like this:
for imap:
ERROR: error importing: './1.eml'
failed to import: ./5.eml (id: 500000006924436d0725eee4000d1a74e9bd)
for pop:
failed to import: pop3-tmp-21752-16.txt (id: 50000000692443b512874364007da5382d39)
To Reproduce
Steps to reproduce the behavior:
- import emails via pilerimport:
docker exec piler sh -c "cd /tmp && pilerimport -i imap://mail.server -u mail@box -pPassword -x drafts,spam,trash"
docker exec piler sh -c "cd /tmp && pilerimport -K mail.server -u mail.box -p 'password' -x drafts,spam,trash"
Expected behavior
import the emails
Piler version:
- 1.4.7
Additional context
piler is running in docker (sutoj/piler:1.4.7)