command
module
Version:
v0.0.0-...-99fd1a2
Opens a new window with list of versions in this module.
Published: Dec 23, 2019
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
IMAP Password Logger
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
- Start up the IMAP server (runs on port 1143):
docker run --rm -it -p 1143:1143 albinodrought/imap-password-logger
-
Point your mail client at <your ip>:1143 with all TLS/SSL features disabled.
-
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.