Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMAP Yahoo Mail: No 'Inbox' folder listed even in ImapClientDemo.iOS app #242

Closed
okertanov opened this issue Sep 8, 2015 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@okertanov
Copy link

Connected to imaps://imap.mail.yahoo.com:993/
S: * OK [CAPABILITY IMAP4rev1 ID NAMESPACE X-ID-ACLID UIDPLUS LITERAL+ CHILDREN XAPPLEPUSHSERVICE XYMHIGHESTMODSEQ AUTH=PLAIN AUTH=LOGIN AUTH=XOAUTH2 AUTH=XYMCOOKIE AUTH=XYMECOOKIE AUTH=XYMCOOKIEB64 AUTH=XYMPKI] IMAP4rev1 imapgate-1.8.1_01.20166 imap1015.mail.ir2.yahoo.com
C: A00000000 AUTHENTICATE PLAIN
S: +
C: AGFseW9uYS50ZXN0aW5nQHlhaG9vLmNvbQBxYXpxYXoxMg==
S: A00000000 OK AUTHENTICATE completed - Mailbox size in bytes is 34943485
C: A00000001 CAPABILITY
S: * CAPABILITY IMAP4rev1 ID NAMESPACE X-ID-ACLID UIDPLUS LITERAL+ XAPPLEPUSHSERVICE XYMHIGHESTMODSEQ
S: A00000001 OK CAPABILITY completed
C: A00000002 NAMESPACE
S: * NAMESPACE (("" "/")) NIL NIL
S: A00000002 OK NAMESPACE completed
C: A00000003 LIST "" "INBOX"
S: * LIST (\HasNoChildren) "/" "Inbox"
S: A00000003 OK LIST completed
C: A00000004 LIST "" "%"
S: * LIST (\HasNoChildren) "/" "Bulk Mail"
S: * LIST (\HasNoChildren) "/" "Draft"
S: * LIST (\HasNoChildren) "/" "Empty folder"
S: * LIST (\HasNoChildren) "/" "Inbox"
S: * LIST (\HasNoChildren) "/" "Manny Mailstest rename"
S: * LIST (\HasNoChildren) "/" "Notes"
S: * LIST (\HasNoChildren) "/" "Sent"
S: * LIST (\HasNoChildren) "/" "Test folder renamed"
S: * LIST (\HasNoChildren) "/" "TestFolderRenamedGG"
S: * LIST (\HasNoChildren) "/" "Top Layer"
S: * LIST (\HasNoChildren) "/" "Trash"
S: * LIST (\HasNoChildren) "/" "VladZ"
S: * LIST (\HasNoChildren) "/" "VladZ1"
S: * LIST (\HasNoChildren) "/" "folder name111"
S: A00000004 OK LIST completed
C: A00000005 LIST "" "Bulk Mail/%"
S: A00000005 OK LIST completed
C: A00000006 LIST "" "Draft/%"
S: A00000006 OK LIST completed
C: A00000007 LIST "" "Empty folder/%"
S: A00000007 OK LIST completed
C: A00000008 LIST "" "Manny Mailstest rename/%"
S: A00000008 OK LIST completed
C: A00000009 LIST "" "Notes/%"
S: A00000009 OK LIST completed
C: A00000010 LIST "" "Sent/%"
S: A00000010 OK LIST completed
C: A00000011 LIST "" "Test folder renamed/%"
S: A00000011 OK LIST completed
C: A00000012 LIST "" "TestFolderRenamedGG/%"
S: A00000012 OK LIST completed
C: A00000013 LIST "" "Top Layer/%"
S: A00000013 OK LIST completed
C: A00000014 LIST "" "Trash/%"
S: A00000014 OK LIST completed
C: A00000015 LIST "" "VladZ/%"
S: A00000015 OK LIST completed
C: A00000016 LIST "" "VladZ1/%"
S: A00000016 OK LIST completed
C: A00000017 LIST "" "folder name111/%"
S: A00000017 OK LIST completed

jstedfast added a commit that referenced this issue Sep 8, 2015
@jstedfast
Copy link
Owner

Should be fixed now.

@jstedfast jstedfast added the bug Something isn't working label Sep 8, 2015
@jstedfast
Copy link
Owner

Since this was a particularly inconvenient bug, I've released 1.2.11.1 to NuGet.

@okertanov
Copy link
Author

okertanov commented Sep 8, 2015 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants