vernomcrp
vernomcrp

Reputation: 3589

How to find Gmail mailboxes in other languages

I need to select the 'Sent' and 'Spam' folders in Gmail, but I have an account that does not work. I've found out later that the folders are in non-English language, but it doesn't seem to represent the unicode characters of those language either. Does anybody know how to find out which one is the 'Sent' or 'Spam' folder of a Gmail account?

Upvotes: 3

Views: 1927

Answers (3)

greuze
greuze

Reputation: 4398

For searching in Spam folfer (no matter the language of your account) write "is:spam" (without the quotes) in the search box. For searching Sent e-mails, just write "is:sent". You have more conbinations, such as "is:unread" (my favourite), "label:work", etc.

Hope it hepls.

Upvotes: -1

Avadhesh
Avadhesh

Reputation: 4703

see the link below for help:

Encode::IMAPUTF7

Upvotes: -1

Pawel Lesnikowski
Pawel Lesnikowski

Reputation: 6391

You should use XLIST command, Google and Apple developed a special IMAP command XLIST to address this issue.

IMAP XLIST command returns a list of folders and their well-know flags (\Inbox, \Drafts, \Trash, \Sent, \Spam).

Localized gmail imap folders

Upvotes: 4

Related Questions