New Post: CopyMessageToFolder
Hi raramuri, i updated the source code in the repository. You can now access the labels through the Labels property of a message and modify them using the Labels.Add/AddRange and...
View ArticleNew Post: Imap search query with non ascii characters (gmail)
Great! Ive tried it out and it works. Thank you very much for your effort :)
View ArticleNew Post: CopyMessageToFolder
Hi Pavel, I really appreciate it. I will begin testing it tomorrow and will let you know if I find any issues!
View ArticleNew Post: Imap search query with non ascii characters (gmail)
Hi thesquig, great to hear it works fine! I'm planning to make another update, so you don't have to specify the charset and the number of bytes for each string yourself, this will happen automatically....
View ArticleNew Post: CopyMessageToFolder
Hi raramuri, how are your tests running? Any issues you have experienced or suggestions you have? Greets, Pavel Azanov
View ArticleNew Post: CopyMessageToFolder
Hi Pavel, Thanks for the message. I have not been able to test it yet. However, I will start testing this week and will update you as soon as I do. I do apologize for the delay.
View ArticleNew Post: CopyMessageToFolder
Hi raramuri, that's okay, no reason to apologize. I just want to tell you there was another update of the code, with a bugfix for message flag and label handling, please use the latest version for tests.
View ArticleNew Post: CopyMessageToFolder
You're very kind Pavel, Thanks for informing me of the update.
View ArticleNew Post: CopyMessageToFolder
Hi Pavel, I was able to test the new code that you uploaded. Let me give you my feedback. It works. I am able to assign labels, but there is a question that I have for you. If my label in Gmail...
View ArticleNew Post: CopyMessageToFolder
Hi raramuri, Thank you for feedback! I didn't test the code with labels containing spaces, and it's definitely an issue if there are labels added instead of one. I'll look deeper into it and will...
View ArticleNew Post: CopyMessageToFolder
Its' my pleasure Pavel. Another thing that I have noticed is that in some instances, the label \Seen gets added to the message, as well as the new one that I am adding. I traced this, and I believe...
View ArticleSource code checked in, #29816
- Fixed ImapUTF7 decoder - GMail labels: --- Added support for unicode labels --- Fixed adding of labels with spaces --- Fixed adding and removing of GMail labels
View ArticleNew Post: CopyMessageToFolder
Hi raramuri, I fixed all the issues you mentioned. Please check the latest code.
View ArticleNew Post: Process и ProcessHeader
Здравствуйте, как я понимаю, Process считывает информацию о всем сообщении. Но скачивать по очереди все сообщения, слишком долго, можно как-нибудь получать только Тему и адресс? И в чем разница Process...
View ArticleNew Post: Process и ProcessHeader
Добрый вечер,есть три основных метода для загрузки информации о письмах: ProcessFlags, ProcessHeaderи Process.Метод Processиспользуется для полной загрузки письма со всеми заголовками и частями (тело...
View ArticleNew Post: Process и ProcessHeader
Спасибо, я так и думал, но что-то загрузка с гмэйла не ускорилась) надеюсь, это обновление не ограничит возможности программы
View ArticleNew Post: CopyMessageToFolder
Thank you Pavel for the quick work. I will test it by latest this weekend.
View Article