danchoi / vmail

a vim interface for gmail
http://danielchoi.com/software/vmail.html
MIT License
786 stars 59 forks source link

Vmail is great, make it free #157

Open skrat opened 10 years ago

skrat commented 10 years ago

Free as in not bound to one specific email provider.

Wouldn't it be nice to have it working with just any IMAP server? Just point it to the right folders (Sent, Archive, Junk, Trash) and voila. It would make a great alternative for mutt.

parkr commented 10 years ago

We all look forward to your forthcoming PR to implement this! :)

danchoi commented 10 years ago

Thanks for the suggestion.

There is a way to use Vmail with another IMAP server, but the folders may not be ordered in the same way. Please give it a whirl and let me know how it goes:

https://github.com/danchoi/vmail/wiki

On Wed, Nov 20, 2013 at 11:21 AM, Dušan Maliarik notifications@github.com wrote:

from: "Dušan Maliarik" notifications@github.com date: Wed, Nov 20 08:21 AM -08:00 2013 to: danchoi/vmail vmail@noreply.github.com reply-to: danchoi/vmail reply@reply.github.com subject: [vmail] Vmail is great, make it free (#157)

Free as in not bound to one specific email provider.

Wouldn't it be nice to have it working with just any IMAP server? Just point it to the right folders (Sent, Archive, Junk, Trash) and voila. It would make a great alternative for mutt. I see people fleeing en masse thanks to Snowden leaks all kinds of privacy concerns.


Reply to this email directly or view it on GitHub: https://github.com/danchoi/vmail/issues/157


Sent from Vmail http://danielchoi.com/software/vmail.html

bovine3dom commented 7 years ago

Please give it a whirl and let me know how it goes: https://github.com/danchoi/vmail/wiki

Hi,

I'm trying to set Vmail up with Outlook. Having followed those instructions, reading emails works really well, but I can't send emails. Vmail doesn't offer any errors - the only indication that it doesn't work is that I don't receive the emails.

I suspect the problem is in the configuration:

smtp_server:
smtp_domain:

The SMTP server is obvious - but I've never heard of an "SMTP domain" before. I've tried leaving it blank, filling it in with the domain of my email address (e.g. outlook.com), and filling it in with the SMTP server.

Is there any way to make Vmail be more verbose about how it's trying to send the email?

Thanks!


Edit: I got it working - the trick was that Outlook requires:

authentication: login

The "smtp_domain" has no effect; even leaving it blank (so that your code sets it to "gmail.com") works.

Thanks.