Author |
|
jvinis Newbie
Joined: 20 May 2008
Online Status: Offline Posts: 18
|
Posted: 20 May 2008 at 3:14am | IP Logged
|
|
|
Hi,
Can i set flags on folder ?
is there a method similar to SetMessageFlags?
thanks
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 20 May 2008 at 3:28am | IP Logged
|
|
|
No, IMAP standard doesn't declare flags for folders.
Best regards,
Andrew
|
Back to Top |
|
|
jvinis Newbie
Joined: 20 May 2008
Online Status: Offline Posts: 18
|
Posted: 20 May 2008 at 4:24am | IP Logged
|
|
|
Thanks Andrew
Do you know if i can determine the type of folder on GMail accounts ? because iam trying to develop a multiligual application, and when the user change the language on GMail account the folder name returned is different.
ex
for English language the trash the folder name returned is "[Gmail]/Trash"
for Greek Language the same folder name returned is "[Gmail]/Κάδος απορριμμάτ ων"
for Italian Language the same folder name returned is "[Gmail]/Cestino"
thanks
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 20 May 2008 at 5:52am | IP Logged
|
|
|
There is no way to do this automatically, this is a limitation of IMAP protocol.
Most of popular mailers (e.g. MS Outlook, The Bat!) allow user to set mapping (specify correspondence) between common folders on server and client side. If you're going to handle multilingual common folders, you should implement something similar. Of course, this is a bit inconvenient, but it's the only solution.
Best regards,
Andrew
|
Back to Top |
|
|