I'm using isync 1.3.3.

My Yahoo email setup was working fine until I changed my Yahoo password. 
I had to change password because Yahoo are moving users to app 
passwords. Anyway the credential are correct and I can log in. But I 
get the following error message when retrieving my email:
##########################################################
IMAP command 'SELECT "INBOX"' returned an error: BAD [CLIENTBUG] SELECT 
Command is not valid in this state
##########################################################

In the .mbsyncrc config if I use the option Patterns * then I get this 
error instead:
##########################################################
BAD [CLIENTBUG] LIST Command is not valid in this state
##########################################################

~/.mbsyncrc
##########################################################
IMAPAccount user
Host imap.mail.yahoo.com
User user
PassCmd "pass email/user"                                                       
                                                                                
                                   
SSLType IMAPS
SSLVersions TLSv1.2
CertificateFile /etc/ssl/certs/ca-certificates.crt
PipelineDepth 10

IMAPStore user-remote
Account user

MaildirStore user-local
Subfolders Verbatim
Path ~/Mail/user/
Inbox ~/Mail/user/Inbox
Flatten .

Channel user
Master :user-remote:
Slave :user-local:
#Patterns *
Create Slave
SyncState *
Expunge Both
CopyArrivalDate yes
##########################################################

Here is the Debug output with Patterns *:
(CLIENTBUG LIST)
https://pastebin.com/2s9GusDf

Here is the Debug output with # Patterms * commented out:
(CLIENTBUG SELECT)
https://pastebin.com/Z9vqyBK4


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to