How do I use the mail command to check email (and send email) from gmail. Does it support labels? I couldn't have figure out where to put the username and password. I tried to search for instruction but couldn't find any
|
The To read Gmail mail, you need to either use their web interface, or use a client that works with Gmail's POP3 or IMAP access, or use the unmaintained Gmailfs (not recommended for inexperienced users). I recommend IMAP (make sure that you've enabled IMAP access in your account). There are many email clients that support IMAP. On the command line, you could use Mutt, Sup, one of the Emacs mail clients, or many others. Just about any GUI mail client supports IMAP. IMAP only defined folders, not labels (the difference is that a mail is only in one folder but can have many labels); not all good IMAP clients are good at managing labels, and I don't know what clients support labels well. Another approach would be to have Gmail forward all mails to your machine. But that requires an always-on, always-connected machine, and some technical know-how. I don't recommend this for an inexperienced user. And I'd recommend a more modern mail client than |
|||
|
Another option would be to use fetchmail to pull the mail from Gmail and put it in the local mbox file. |
|||
|
|
|
Three parts:
After you have successfully installed and configured an SMTP server to relay mail though GMail (or any other SMTP server that is available to you), install and configure fetchmail. GMail will arrive locally when fetchmail hands it off to the local SMTP server for delivery. Postfix might be a good/easy/quick choice for an SMTP server. There are better mail clients, like mutt, but, reading mail is simple, just type There is no os/version in the question/tags to write anything more specific. |
|||
|
|
|
mail -s "Subject of the mail" username@example.com |
|||||
|