bugGNUstep Non-FSF - Bugs: bug #62917, Pantomime: Localized mailbox names...

 
 

bug #62917: Pantomime: Localized mailbox names are mangled with some IMAP servers

Submitter:  Sergei Golovin <svg>
Submitted:  Fri 19 Aug 2022 11:16:34 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Ready For Test
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 19 Oct 2022 01:14:19 AM UTC, comment #2: 

Tested - OK.

Sergei Golovin <svg>
Wed 28 Sep 2022 03:33:16 PM UTC, comment #1: 

You are right! accepted and commited.

Riccardo Mottola <rmottola>
Group administrator
Fri 19 Aug 2022 11:16:34 AM UTC, original submission:  

I have an IMAP account on Yandex. It has localized (in Russian) mailbox names for Sent, Drafts etc. GNUmail mangles these names:

(file #)

The problem is due to wrong string formatting in  Framework/Pantomime/NSString+Extensions.m -[stringByReplacingOccurrencesOfCharacter:withCharacter:].

It uses %c for unichar while the proper format pattern is %C. See the attached patch.

Sergei Golovin <svg>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rmottola (Posted a comment)
  • -email is unavailable- added by svg (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-09-28 rmottola StatusNone Ready For Test
    2022-08-19 svg Attached File- Added fix_mangling_mailbox_names.patch, #53582
        Attached File- Added mangled_mailbox_names_edited.png, #53583

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code