Skip to content

Folder names with spaces result in an Assertion error #1

Description

@FMJansen

When syncing between two Dovecot servers, of which the first has a folder with a name containing a space and the second has no content, something like the following happens:

Syncing b'Deleted items' into b'Deleted items'
Traceback (most recent call last):
  File "imapcp.py", line 244, in <module>
    app.run()
  File "imapcp.py", line 171, in run
    assert res == 'OK', (res, data)
AssertionError: ('NO', [b"Mailbox doesn't exist: Deleted"])

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions