My .muttrc file looks something like this one or see below a glimpse. I am hesitant with the password. How should I store my password to use it with Mutt?
set imap_user = "username@gmail.com"
set imap_pass = "password"
set smtp_url = "smtp://username@smtp.gmail.com:587/"
set smtp_pass = "password"
set from = "username@gmail.com"
set realname = "Your Real Name"