Patch Applied: #16315
pavel_azanov has applied patch #16315.Comment:I pushed this patch to the latest code, so everyone can test it
View ArticleNew Post: Issues with missing spaces and returns in Quoted Printable text emails
Hi danbert2000, I pushed your patch to latest code, so everyone can test it. Thank you, Greets, Pavel
View ArticlePatch Declined: #15827
pavel_azanov has declined patch #15827.Comment:Submitted in another patch
View ArticlePatch Declined: #15826
pavel_azanov has declined patch #15826.Comment:Submitted in another patch
View ArticleNew Post: IDLE support?
Hi mve, you can always try the latest change by downloading and compiling the latest source code. Greets, Pavel
View ArticleCreated Release: ImapX 2.0.0.16 (May 01, 2014)
ImapX 2.0.0.16, Release notes coming soon
View ArticleNew Post: IDLE support?
Hi Pavel Sounds great can you point me in the direction of an example? Thanks Martin
View ArticleNew Post: IDLE support?
Hi Martin, you can take a look at the code of the sample application (C# only), it contains a sample on how to use IDLE. The documentation has also been updated. -- Pavel
View ArticleUpdated Wiki: Working with messages
Working with messages Starting from version 2.0.0.10, ImapX allows you to choose the way how messages are being requested. You can set the download mode globally or individually for a search or a...
View ArticleUpdated Wiki: Searching and downloading messages
Searching and downloading messages ImapX allows you to request messages in various different ways.Accessing messages through Folder.Messages By default, the Messages collection of a Folder will be...
View ArticleUpdated Wiki: Working with attachments
Working with attachments The attachments of a message can be split into to categories: Usual file attachments, accessed through Message.AttachmentsInline attachments, such as built-in images, accessed...
View ArticleUpdated Wiki: Copying messages
Copying messages ImapX allows you to copy messages between folders. In order to copy the message, use the Message.CopyTo method/* .. Init client, authenticate .. *//* .. folder = any folder .. *//* .....
View ArticleUpdated Wiki: Moving messages
Moving messages ImapX allows you to move messages between folders. In order to move the message, use the Message.MoveTo method/* .. Init client, authenticate .. *//* .. folder = any folder .. *//* .....
View Article