-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Windows (MingW) #3
Comments
Should hopefully be fixed in 63de5e8, can you please give the latest main commit a try? |
Am I doing something wrong?
|
Which version of Go are you using? |
Give 90b02ba a try — this might fix it. |
go 1.16 |
|
Can you try this not under mingw? |
There is no gcc for Windows without MingW:
|
I mean try running it under a regular Command Prompt or PowerShell after building the |
Describe the bug
It starts without
-password
, and seems to work, but I can't send messages from Thunderbird, asyggmail
doesn't want connections without password.If I try to run
yggmail
with-password
, I get this:To Reproduce
Steps to reproduce the behavior:
go install github.com/neilalexander/yggmail/cmd/yggmail@latest
in MingW64.go/bin/yggmail.exe -peer <some peer> -password
.Expected behavior
It should get password from stdin.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: