Skip to content

Does not work when a folder name contains umlauts: Entwürfe #383

Closed
@freescout-helpdesk

Description

@freescout-helpdesk

Previous version of this library (laravel-imap) was throwing "Mailbox name is not valid mUTF-7" error.
Current php-imap library simply returns an empty folder:

$folder = $client->getFolderByPath('INBOX.Entwürfe');

In our fork of laravel-imap we've fixed it using imap_utf8_to_mutf7() function:
freescout-help-desk/freescout#2793 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions