View difference between Paste ID: E5RuBP81 and wN7tjAnp
SHOW: | | - or go back to the newest paste.
1
	{
2
		module: 'email',
3
                position: 'bottom_left',
4
                header: 'Email',
5
                config: {
6
                    accounts: [
7
                        {
8
                            user: 'johndoe@xyz.com',
9
                            password: 'helloworld',
10
                            host: 'outlook.office365.com',
11
                            port: 993,
12
                            tls: true,
13
                            authTimeout: 10000,
14
                            numberOfEmails: 2,
15
16
                        },
17
                        {
18
                            user: 'janedoe@gmail.com',
19
                            password: 'goodbyeworld',
20
                            host: 'imap.gmail.com',
21
                            port: 993,
22
                            tls: true,
23
                            authTimeout: 10000,
24
                            numberOfEmails: 2,
25
                        }
26
                    ],
27
                    fade: true,
28
                    maxCharacters: 30
29
                }
30
	}