Para pencinta linux, kali ini ane share bagaimana membuka email (gmail) di terminal linux...
Nah bagi kalian semua yang pengen membuka emailnya dengan cara lewat terminal. Yuk mari ikuti jalan ceritanya nih, simak baik-baik supaya ngarti and paham hehehehe kaya dosen aje gue.
1. Pertama buka terminal ctrl+alt T atau bisa jg langsung klik icon terminalnya, dan ketikan perintahnya dibawah ini untuk menginstall aplikasi pembuka emailnya.
root@ivan:~#apt-get install mutt
2. Nah kalo sudah terinstall kemudian, buka file di dengan ekstensi ".muttrc " kemudian pastekan script ini didalamnya dengan cara...
root@ivan:~#leafpad .muttrc
Kemudian pastekan script ini
# Sets up mail box in your home folder
set mbox_type=maildir
set mbox="~/mail/inbox/"
set spoolfile="~/mail/inbox/"
set folder="~/mail/"
set record="~/mail/sent/"
set postponed="~/mail/postponed/"
#Gmail Account Info
set from = "email anda@gmail.com"
set realname = "nama anda"
set imap_user = "email anda@gmail.com"
set imap_pass = "paswwd email"
#My Editor
set editor='your fav editor + -c "set textwidth=72" -c "set wrap" -c "set nocp" -c "?^$"'
#Remote Folders
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed ="+[Gmail]/Drafts"
#Local Folders
set header_cache =~/.mutt/cache/headers
set message_cachedir =~/.mutt/cache/bodies
set certificate_file =~/.mutt/certificates
#SMTP Setup
set smtp_url = "smtp://email anda@smtp.gmail.com:587/"
set smtp_pass = "Pasword anda"
#Special Keybindings
macro index gi "=INBOX" "Go to inbox"
macro index ga "=[Gmail]/All Mail" "Go to all mail"
macro index gs "=[Gmail]/Sent Mail" "Go to Sent Mail"
macro index gd "=[Gmail]/Drafts" "Go to drafts"
#Mutt Session Security
set move = no #Stop asking to "move read messages to mbox"!
set imap_keepalive = 900
# Colors
color normal white black
color attachment brightyellow black
color hdrdefault cyan black
color indicator black cyan
color markers brightred black
color quoted green black
color signature cyan black
color status brightgreen blue
color tilde blue black
color tree red black
color index red black ~D
color index magenta black ~T
#color header brightgreen black ^From:
#color header brightcyan black ^To:
#color header brightcyan black ^Reply-To:
#color header brightcyan black ^Cc:
#color header brightblue black ^Subject:
# identifies email addresses
color body brightred black [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
# identifies URLs
color body brightblue black (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
Kemudian jangan lupa untuk merubah yang berwarna merah dengan email anda dan juga password anda.
#Gmail Account Info
set from = "email anda@gmail.com"
set realname = "nama anda"
set imap_user = "email anda@gmail.com"
set imap_pass = "password anda"
yang ini juga
#SMTP Setup
set smtp_url = "smtp://email anda@smtp.gmail.com:587/"
set smtp_pass = "Pasword anda"
3. Oke kalo sudah kemudian save yang sudah di simpan scriptnya kemudian kembali keterminal dan kemudian ketika code dibawah ini untuk membuka tools -nya :D
root@ivan:~# mutt
entar tampilan-nya seperti gambar dibwah ini
Gimana mantep ga? Oke sekian dari gue dan jangan lupa komentarnya dan terima kasih sudah berkunjung dan jangan lupa untuk membaca artikel lain-nya...
0 comments:
Post a Comment