-
-
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
Using mw to create POP3 accounts only #609
Comments
I've been seriously thinking about adding this, but I'm not personally familiar with a command-line program that uses POP equivalent to mbsync for IMAP. I'll look into it. |
@LukeSmithxyz you might want to have a look at mailwizard, which implements POP3 support via getmail. Maybe that's helpful; it has been forked before your major refactoring though. EDIT/ |
Oh yeah, I remember when he forked that. I'll look into |
I think I'd prefer using Honestly I don't feel like this is a huge priory because I think 99% of people will always prefer IMAP nowadays, but I am open to adding it. Another issue is logon testing. Right now, the script just tries to logon with |
@LukeSmithxyz What about using |
To be clear, I mean for when the script itself tests the user logon to see if it's valid. Are you saying there's an easy neomutt login test that doesn't bring up the full program? I've never thought to look I guess. |
No I don't know either, sorry. I never used POP3 myself. It was just a quick idea. Because POP3 email is stored locally anyways, it might be easier to not use a third party app when neomutt has the functionality integrated. |
@LukeSmithxyz , you can try search some solution with |
I had written some functions in openssl to test logons, but I've never tried curl. I'll look into it, but I'm not familiar with its syntax. The important thing is that it returns the right error code. |
I have pushed a change that now checks the login with curl. Works fine for me, but I want to see how generalizable it is. #614 might be an issue with it. |
Yes, because it wasn't supposed to use POP3. 😃 I can try |
Well yeah, I'm assuming that you'd be using a different port and also I mightt just set up a POP server and see how I can get it working if I have the time. |
For info, still thinking about adding this. The I might set up a POP server today to test it. |
I've added this. Run I've tested this on my own server and it works well, but make me aware of any other issues. |
Oh, and it uses |
@LukeSmithxyz thanks , this looks great . I'll give it try. |
Hi
I am trying to create an email account that retrieves via POP3 only . However it looks like mw defaults to creating IMAP accounts only. Is there a way to do this . I ask because my ISP's IMAP is bad . At the moment I am retrieving emails via IMAP successfully but I am unable to create email folders on the server from neomutt, this is an ISP problem part of the reason I stopped using IMAP with other email clients . It creates them locally but they do not show up in the sidebar . Is there a way of making folders that are local only visible and accessible on the sidebar ?
The text was updated successfully, but these errors were encountered: