Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 928f51df authored by Nextgen-Networks's avatar Nextgen-Networks
Browse files

removed ols 1.20.0 files

parent 13420b65
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
imap_host = "IMAP_HOST"
imap_port = IMAP_PORT
imap_secure = "SSL"
smtp_host = "SMTP_HOST"
smtp_port = SMTP_PORT
smtp_secure = "SSL"
smtp_auth = On
+0 −1
Original line number Diff line number Diff line
outlook.com,qq.com,yahoo.com
 No newline at end of file
+0 −7
Original line number Diff line number Diff line
imap_host = "imap.gmail.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.gmail.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On
+0 −7
Original line number Diff line number Diff line
imap_host = "imap-mail.outlook.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp-mail.outlook.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On
 No newline at end of file
+0 −7
Original line number Diff line number Diff line
imap_host = "imap.qq.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.qq.com"
smtp_port = 465
smtp_secure = "SSL"
smtp_auth = On
Loading