Skip to content

FolderNotFound exception #674

Description

@ekalchev

var personalNamespace = imapConnection.PersonalNamespaces[0];
imapConnection.GetFolder(personalNamespace);

This code throws FolderNotFound exception. I thought I am doing something wrong and tried a workaround but this

imapConnection.GetFolders(personalNamespace, StatusItems.None, false);

also throws an FolderNotFound exception

I am using Protonmail bridge to connect to protonmail imap server.

Connected to imap://127.0.0.1:1143/?starttls=when-available
S: * OK [CAPABILITY IMAP4rev1 STARTTLS AUTH=PLAIN AUTH=LOGIN ID APPENDLIMIT] IMAP4rev1 Service Ready
C: A00000000 STARTTLS
S: A00000000 OK Begin TLS negotiation now
C: A00000001 CAPABILITY
S: * CAPABILITY IMAP4rev1 AUTH=PLAIN AUTH=LOGIN ID XSTOP APPENDLIMIT
S: * CAPABILITY IMAP4rev1 AUTH=PLAIN AUTH=LOGIN ID XSTOP APPENDLIMIT
S: A00000001 OK CAPABILITY completed
C: A00000002 AUTHENTICATE PLAIN
S: +
C: ?????????
S: A00000002 OK [CAPABILITY IMAP4rev1 IDLE MOVE SPECIAL-USE ID XSTOP QUOTA APPENDLIMIT=26214400] AUTHENTICATE completed
C: A00000003 LIST "" ""
S: * LIST (\Noselect) "/" "/"
S: A00000003 OK LIST completed
C: A00000004 LIST "" "INBOX"
S: * LIST (\Noinferiors) "/" "INBOX"
S: A00000004 OK LIST completed
C: A00000005 LIST (SPECIAL-USE) "" "*"
S: A00000005 BAD Reference name must be a string

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    compatibilityCompatibility with existing softwareserver-bugThe bug appears to be in the server

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions