SheepDomination

Results 126 comments of SheepDomination

> I don't understand. Can you show me the logfile and what is not ok with the result? I don't have the log file created. Must you have the log...

> > I don't have the log file created. > > You can create a log file called `log.txt` by running imapsync in a terminal: > > ``` > docker...

> > In docker compose; > > ``` > > imapsync: > > ports: > > - xxxx:xxxx > > image: gilleslamiral/imapsync > > volumes: > > - /volume1/docker/ytdl/appdata/logs_imap.txt >...

> > In docker compose; > > ``` > > imapsync: > > ports: > > - xxxx:xxxx > > image: gilleslamiral/imapsync > > volumes: > > - /volume1/docker/ytdl/appdata/logs_imap.txt >...

Is it possible to hide the password so it's not visible for the user in a compose file ?

``` imapsync: ports: image: gilleslamiral/imapsync volumes: command: /servimapsync --logdir "" ``` Above is my docker compose but where do I place `--logdir` ?

I was informed that it can send to POP3 if the client only works with POP3.

Alright to be clear, all my email is on an IMAP server. I want to download email to an email client in this case Mail Plus which is on the...

> > all my email is on an IMAP server. > > What is the IMAP server? The IMAP Server is on a hosted account.

> > The IMAP Server is on a hosted account. > > Which one? > > It could also do POP3, with a different name. Common email providers usually support...