[Share] melihat email masuk menggunakan terminal
#1

awanya ane nyari tutor tentang cara membuat terminal menjadi transparan eehh ga sengaja nemu ini om "cara meliahat atau mengechek email yang masuk,,,ane dah coba untuk ngecheck dan membuka sih bisa tapi kalo buat ngirim sama ngebales ane belom bisa,,,
langsung aja ni

1. install dulu package nya
# apt-get install mutt <----- ( untuk debian dan keluarganya )

# pacman -S mutt <----- ( untuk arch dan keluarganya )

2. copy script ini terus jangan lupa di save dengan nama .muttrc di /home
# 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 [email protected]"
set realname = "nama anda"
set imap_user = "email [email protected]"
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 [email protected]:587/"
set smtp_pass = "paswwd email"

#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]+


catatan : 1. setiap ada kata email [email protected] ganti dengan email masing masing
2. setiap ada kata password email ganti dengan password masing masing

setelah di save tinggal di jalanin deh..

#mutt

ini bukti email yang masuk ke email ane
[Image: Selection_001.jpg]

sekian dan terima kasih sayang

sumber : http://pocilyx.blogspot.com/2012/02/goog...linux.html


CATATAN:
Link gambar terlalu kecil, harap diupload ulang.
--iKONs

#2
(04-19-2014, 05:21 AM)kunang Wrote:
awanya ane nyari tutor tentang cara membuat terminal menjadi transparan eehh ga sengaja nemu ini om "cara meliahat atau mengechek email yang masuk,,,ane dah coba untuk ngecheck dan membuka sih bisa tapi kalo buat ngirim sama ngebales ane belom bisa,,,
langsung aja ni

1. install dulu package nya
# apt-get install mutt <----- ( untuk debian dan keluarganya )

# pacman -S mutt <----- ( untuk arch dan keluarganya )

2. copy script ini terus jangan lupa di save dengan nama .muttrc di /home
# 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 [email protected]"
set realname = "nama anda"
set imap_user = "email [email protected]"
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 [email protected]:587/"
set smtp_pass = "paswwd email"

#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]+


catatan : 1. setiap ada kata email [email protected] ganti dengan email masing masing
2. setiap ada kata password email ganti dengan password masing masing

setelah di save tinggal di jalanin deh..

#mutt

ini bukti email yang masuk ke email ane


sekian dan terima kasih sayang

sumber : /2012/02/google-mail-in-terminalconsole-linux.html


CATATAN:
Link gambar terlalu kecil, harap diupload ulang.
--iKONs

ini om
[Image: Selection_001.png]

(04-19-2014, 08:25 AM)archangel Wrote:
(04-19-2014, 05:21 AM)kunang Wrote:
awanya ane nyari tutor tentang cara membuat terminal menjadi transparan eehh ga sengaja nemu ini om "cara meliahat atau mengechek email yang masuk,,,ane dah coba untuk ngecheck dan membuka sih bisa tapi kalo buat ngirim sama ngebales ane belom bisa,,,
langsung aja ni

1. install dulu package nya
# apt-get install mutt <----- ( untuk debian dan keluarganya )

# pacman -S mutt <----- ( untuk arch dan keluarganya )

2. copy script ini terus jangan lupa di save dengan nama .muttrc di /home
# 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 [email protected]"
set realname = "nama anda"
set imap_user = "email [email protected]"
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 [email protected]:587/"
set smtp_pass = "paswwd email"

#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]+


catatan : 1. setiap ada kata email [email protected] ganti dengan email masing masing
2. setiap ada kata password email ganti dengan password masing masing

setelah di save tinggal di jalanin deh..

#mutt

ini bukti email yang masuk ke email ane


sekian dan terima kasih sayang

sumber : /2012/02/google-mail-in-terminalconsole-linux.html


CATATAN:
Link gambar terlalu kecil, harap diupload ulang.
--iKONs

gann klo buat ubuntu/BT gmna ya?
maaf om saya belom nyoba di ubuntu/BT,,,
saya baru nyoba di kali linux

#3
(05-08-2014, 08:46 AM)archangel Wrote: bukmart buat ntar siang prakteknya
silahkan aja om,,

#4
mantap om, tapi sayangya kayaknya cara ini bahaya deh om, soalnya nanti kalau ada org yg ngeliat file .muttrc kita, bisa-bisa dia bisa ngeliat email sama pass kita om, kecuali kalau kita proteksi file nya,  CMIIW Smile Makasih udah share ya om






Users browsing this thread: 1 Guest(s)