imap-password-logger

command module
v0.0.0-...-99fd1a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2019 License: AGPL-3.0 Imports: 3 Imported by: 0

README

IMAP Password Logger

albinodrought/imap-password-logger Docker Pulls AGPL-3.0 License

I forgot my email password. The email client on my phone wouldn't export my password, but it would let me change the IMAP server. I changed it to this.

See emersion/go-imap

Running

  1. Start up the IMAP server (runs on port 1143):
docker run --rm -it -p 1143:1143 albinodrought/imap-password-logger
  1. Point your mail client at <your ip>:1143 with all TLS/SSL features disabled.

  2. You should see something like this:

2019/12/22 18:00:35 Starting IMAP server at localhost:1143
2019/12/22 18:00:50 albinodrought@example.com hunter2
2019/12/22 18:00:50 albinodrought@example.com hunter2

Building

Without Docker
go get -d -v
go build
With Docker

docker build -t albinodrought/imap-password-logger .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL