소스 검색

Added work email account

nixos
Maxime Wack 5 년 전
부모
커밋
504d122e9a
1개의 변경된 파일23개의 추가작업 그리고 1개의 파일을 삭제
  1. +23
    -1
      .mbsyncrc

+ 23
- 1
.mbsyncrc 파일 보기

@@ -1,8 +1,8 @@
# FREE
IMAPStore free-remote
Host imap.free.fr
User maximewack
PassCmd "pass zimbra.free.fr| head -n 1"
# PassCmd "gpg --quiet --no-verbose --output - ~/.password-store/zimbra.free.fr.gpg | head -n 1"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

@@ -18,3 +18,25 @@ Patterns * !Chats !Contacts !"Emailed Contacts"
Create Slave
Remove Slave
SyncState *

# APHP
IMAPStore aphp-remote
Host localhost
Port 1143
User WPROD\\4117773
SSLType None
PassCmd "pass courriel-bsr.aphp.fr | head -n 1"
AuthMechs LOGIN

MaildirStore aphp-local
Subfolders Verbatim
Path ~/Mail/aphp/
Inbox ~/Mail/aphp/Inbox

Channel aphp
Master :aphp-remote:
Slave :aphp-local:
Patterns *
Create Slave
Remove Slave
SyncState *

불러오는 중...
취소
저장