-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
i'm back! #965
Comments
just did some digging on the various files included in MW, and realized -- could it be a TLS or secure connection issue? And how do I make sure it is not this problem? Thanks in advance! (my email provider requires SSL / TLS authentication) -- my hunch is this is the trigger for "log-on not successful".... |
This person seems to be experiencing something similar #963. |
Hello @muttnooob What do you input for IMAP and SMTP server? For my personal email (on website If the above is not the issue, then it's maybe the port. By default IMAP is 993 and SMTP 465 (I have 587, it worked by default) , but if you have a different port, you must manually add it. See If the imap/smtp address is not the issue, try to ssh into the mail server. It should only ask you for the same password you would input at neomutt's final input. If you connect with ssh, then the issue is probably the wrong imap/smtp address |
Hey there, we're the team behind @forwardemail (https://forwardemail.net) and we grew frustrated with Thunderbird; so we're trying out open-source terminal clients. We recommended |
Fantastic guys -- i will try this. I will say to @TheYellowArchitect that I am 100% sure the server addresses are correct. In my case, both are "mail.infomaniak.com" So, I will go down the path of port specification and see where it leads... will update soon. It is nice to see, as usual the support we get in these communities here and elsewhere of people who are a few steps ahead. I will return the favor to someone else, I promise. |
@titanism @TheYellowArchitect I tried doing manual settings, careful to double check the port and passwords for any potential errors. I still got "Log-on not successful" Where in the process would there be like an error code I could examine? Would the mail provider have record of what went wrong maybe? It is very strange - as these very same settings get Thunderbird up and running with no problems. |
by the way -- i visited your website and LOVE what you're doing. |
@muttnooob thank you! feedback super welcome. we ❤️ reading mail over terminal 😆 |
so -- if i can't get this neomutt mutt wizard thing working -- what terminal client do you recommend? - just tried himalaya, but it seems like a productivity drain since it's pure CLI.... |
@muttnooob you could try https://github.com/d99kris/nmail, it's more like alpine, but a bit more modern. we wanted something with vi key bindings, so we went with neomutt |
oh oh - something is happening -- i did the above but this time i'm using -f which forces account creation without connection, and then running mbsync -- looks like it is grabbing stuff..... @TheYellowArchitect @titanism |
guys, looks like everything is working -- except I can't figure out how to get the mailsync or "mw -T" to work. it doesn't appear to be automatically pulling mails. do you know how i can find out if the cronjob manager is working? |
@muttnooob I haven't done automatically pulling mails atm (I just execute I found this in luke's config guide (
I ran /usr/local/bin/mw: line 243: crontab: command not found
Adding automatic mailsync every 10 minutes...
/usr/local/bin/mw: line 252: crontab: command not found If you have |
mw -t X seems to return no error messages, so it must be working. i keep pressing "o" just in case. but i suppose i could do a bunch of sending myself some emails to see if it is working. thank you! |
it seems neomutt truncates formatting to include both URL highlights and formatting of, say, bullets. if there is a URL link longer than the defined width of the message view, those extra parts of the link are not highlighted to be useful. my workaround to get to URLs is to install URLscan and do CTRL+B to find the link I need. similarly, if a person sends you an email with a few bullet points, the coloring of the bullet point also ends where the defined width of the message view as well. have either of you picked up on this issue as well? |
The URL was not cut, though I have no idea how to highlight or yank or open a hyperlink in neomutt without mouse (like newsboat, where you press o and auto-opens the base url) |
I reformatted LARBS recently, and lost my GPG keys. Once I confirmed this, I did |
Sigh. Still there. I appreciate @TheYellowArchitect your responses. They are helpful, though I end up not checking github that often. I am so dumb, that I got my laptop working with neomutt (no issues with the password/gpg), but cannot seem to reproduce it on the desktop computer. I still get "Log-on not successful" on the laptop and desktop, I was tinkering with toolbox within silverblue (my preferred linux install), and i was able to get it to work, but I can't for the life of me get it to work on the desktop at all. It seems not to complete the password encryption step. |
after several months away from mutt wizard, and neomutt, i've decided to come back for round 2. i'm such a noob, in that all i know about CLI is just what i've read in the last few months on it. totally not a linux head or anything... appreciate the patience...
problem:
no matter what email i try to add using "mw -a [email protected]" I get "Log-on not successful" i am 100% the password is successful and that this account does not require any app-specific passwords to use, like Gmail. And I had no trouble setting these accounts up months ago. thunderbird (yuck) seems to have no problem logging in today via IMAP and downloading with these credentials.
suspect:
note:
Any idea why this is happening to me?
The text was updated successfully, but these errors were encountered: