Hi Oswald, On 2021-11-30 at 06:45 -08, Oswald Buddenhagen <oswald.buddenha...@gmx.de> wrote: > On Mon, Nov 29, 2021 at 12:02:01PM -0800, Ken Mankoff wrote: >> I've been playing around with mbsync for an hour trying to set up a >> new config that will pull from that mailbox, but I cannot get it to >> work. Has anyone used mbsync with a shared Outlook mailbox? >> > not me, anyway. ^^ > > for starters, run 'mbsync -Dn -l foo', and pay attention to the > NAMESPACE response, which should give clues how to set up Path. > next thing then would be verifying that the LIST responses make sense > (though you'd need to include a wildcard in Patterns for it to even > issue a list command). > > if you can't get it to work, post the log (or send it to me).
~ $ mbsync --version isync 1.3.0 I don't see NAMESPACE. ~ $ mbsync -Dn -l foo Channel foo Opening master store foo-remote... Resolving localhost... ok Connecting to localhost (127.0.0.1:1143)... Opening slave store foo-local... * OK [CAPABILITY IMAP4REV1 AUTH=LOGIN MOVE SPECIAL-USE] IMAP4rev1 DavMail 5.4.0-trunk server ready Logging in... *** IMAP Warning *** Password is being sent in the clear >>> 1 LOGIN <user> <pass> 1 OK Authenticated >>> 2 LIST "" INBOX* * LIST (\HasNoChildren) "/" "INBOX" 2 OK LIST completed INBOX >>> 3 LOGOUT * BYE Closing connection 3 OK LOGOUT completed If I change "Patterns INBOX" to "Patterns *", then I get: ~ $ mbsync -Dn -l foo Channel foo Opening master store foo-remote... Resolving localhost... ok Connecting to localhost (127.0.0.1:1143)... Opening slave store foo-local... Maildir warning: ignoring INBOX in /home/user/Maildir/ Maildir error: found subfolder 'mail_2019/archive', but store 'foo-local' does not specify SubFolders style -k. _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel