Opened 2 years ago
Closed 2 years ago
#1487974 closed Bug Patches (fixed)
Creating and renaming folders fails if accented characters used
| Reported by: | cabeca | Owned by: | |
|---|---|---|---|
| Priority: | 1 - Highest | Milestone: | 0.6-beta |
| Component: | Core functionality | Version: | git-master |
| Severity: | major | Keywords: | |
| Cc: |
Description
Hi,
When creating or renaming folders, the operation fails if the folder contains accented characters like ç, ã. é, etc. The problem lies in the folder name not being correctly converted to UTF7-IMAP, and seems like someone just forgot to use the right variable name. There is a patch attached that solves this issue.
Best Regards
Miguel Cabeça
Attachments (1)
Change History (3)
Changed 2 years ago by cabeca
comment:1 Changed 2 years ago by cabeca
- Type changed from Bugs to Bug Patches
comment:2 Changed 2 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in [f6eb1e29].