jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

default.txt (1566B)


      1 # Name and values are separated by spaces or tabs
      2 # comments start the line with a hash
      3 
      4 # Give a name to this account
      5 name To Be Configured
      6 # configure Identity.txt to set your From: field
      7 
      8 # Email address (default is same as login)
      9 email unknown@gmail.com
     10 
     11 # Username
     12 login USERNAME@gmail.com
     13 
     14 ## Change the settings only if you need
     15 
     16 # Imap host address
     17 imap imap.gmail.com
     18 
     19 # Imap port: usually 443, 220 or 993
     20 imap_port 993
     21 
     22 
     23 # Smtp host address
     24 smtp smtp.gmail.com
     25 
     26 # Smtp port: usually 25 or 465
     27 smtp_port 25
     28 
     29 
     30 # Authentication type
     31 auth plain # or kerberos, etc
     32 
     33 # Server certificate: check or ignore
     34 cert ignore
     35 
     36 # Possible values are '', 'SSL2' (not supported on all systems),
     37 # 'SSL23', (use of these two values is discouraged and should only
     38 # be used as a last resort) 'SSL3', and 'TLS1' (default).
     39 # transport TLS1
     40 
     41 # Add a specific certificate file, checked before installed defaults
     42 # certfile /path/to/my/private/cert
     43 
     44 # Options when fetching
     45 # to empty your mailbox you can use: fetchall flush
     46 # by default this is 'keep': don't delete mails from server
     47 options keep
     48 
     49 # Remote IMAP folders to be retreived
     50 # fill to provide a list of folders to be fetched
     51 # default is to detect and fetch all remote folders
     52 ## folders INBOX priv unsorted filters 
     53 
     54 # list of folders to exclude from fetch
     55 # comment or change to avoid leaving them on server
     56 # please note we filters social networks by default
     57 # (see Filters.txt and change it as you like)
     58 exclude zz.spam zz.bounces zz.blacklist zz.social
     59 
     60 
     61 #
     62 # The password field will be filled in automatically
     63 #