it broke
This commit is contained in:
parent
df56107024
commit
2c097b4250
1 changed files with 9 additions and 10 deletions
|
@ -75,15 +75,15 @@ Host 127.0.0.1
|
||||||
Port 1143
|
Port 1143
|
||||||
UserCmd "pass 'Proton Account' | grep 'login:' | sed 's/login: //'"
|
UserCmd "pass 'Proton Account' | grep 'login:' | sed 's/login: //'"
|
||||||
PassCmd "cat ~/.hydroxide-bridge-pass"
|
PassCmd "cat ~/.hydroxide-bridge-pass"
|
||||||
SSLType none
|
TLSType None
|
||||||
|
|
||||||
IMAPStore proton-remote
|
IMAPStore proton-remote
|
||||||
Account proton
|
Account proton
|
||||||
|
|
||||||
MailDirStore proton-local
|
MailDirStore proton-local
|
||||||
SubFolders Verbatim
|
SubFolders Verbatim
|
||||||
Path ~/Mail/Proton/
|
Path ~/.mail/proton/
|
||||||
Inbox ~/Mail/Proton/Inbox
|
Inbox ~/.mail/proton/Inbox
|
||||||
|
|
||||||
Channel proton
|
Channel proton
|
||||||
Far :proton-remote:
|
Far :proton-remote:
|
||||||
|
@ -94,19 +94,18 @@ Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
IMAPAccount li
|
IMAPAccount li
|
||||||
Host 127.0.0.1
|
AuthMechs *
|
||||||
Port 993
|
|
||||||
UserCmd "pass show email/li | grep 'login: ' | sed 's/login: //'"
|
UserCmd "pass show email/li | grep 'login: ' | sed 's/login: //'"
|
||||||
PassCmd "cat ~/.hydroxide-bridge-pass"
|
PassCmd "pass show email/li"
|
||||||
SSLType none
|
Tunnel "nc -T protocols=all -T ciphers=compat -X 5 -x <PROXY> <HOST> <PORT>"
|
||||||
|
|
||||||
IMAPStore li-remote
|
IMAPStore li-remote
|
||||||
Account li
|
Account li
|
||||||
|
|
||||||
MailDirStore li-local
|
MailDirStore li-local
|
||||||
SubFolders Verbatim
|
SubFolders Verbatim
|
||||||
Path ~/Mail/Proton/
|
Path ~/.mail/li/
|
||||||
Inbox ~/Mail/Proton/Inbox
|
Inbox ~/.mail/li/Inbox
|
||||||
|
|
||||||
Channel li
|
Channel li
|
||||||
Far :li-remote:
|
Far :li-remote:
|
||||||
|
|
Loading…
Reference in a new issue