Advertisement
Guest User

Untitled

a guest
Dec 27th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. modules: [
  2. {
  3. module: 'email',
  4. position: 'bottom_left',
  5. header: 'Email',
  6. config:{
  7. user: 'johndoe@gmail.com',
  8. password: 'xxx',
  9. host: 'imap.gmail.com',
  10. port: 993,
  11. tls: true,
  12. authTimeout: 10000,
  13. numberOfEmails: 5,
  14. fade: true
  15. },
  16. }
  17. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement