Quantcast
Channel: ImapX 2
Browsing all 1952 articles
Browse latest View live
↧

New Post: Walking thrue lot of e-mails in folder

Hi Pavel, I forgot to kindly ask you for sending compiled DLL (4 or 4.5). So be so kind - thanks. Miroslav

View Article


New Post: Walking thrue lot of e-mails in folder

Hi Miroslav, here you are: ImapX 2.0.0.15 for .Net 4.5, compiled on 1st March 2014 Greets, Pavel

View Article


Source code checked in, #34707

- Added support for WinRT, (Warning: Saving of files not available yet!)

View Article

New Post: Walking thrue lot of e-mails in folder

Hi Pavel, thanks a lot. It seems it is working perfect!! Miroslav

View Article

New Post: Mark as read and moving

Hi, First to all, excellent work, thx for sharing to all! I have reading and moving from inbox to XXX folder but message not delete easly. First question, why MoveTo renamed to CopyTo and MoveTo...

View Article


New Post: Mark as read and moving

Hi Fastorro, the method Message.CopyTo creates a copy of the message in the specified folder. The method Message.MoveTo however, creates a copy of the message in the specified folder, and then deletes...

View Article

New Post: Mark as read and moving

Ok thanks... then i suggest CopyTo -> Clone() :P If i move msg i will lose UID? Thanks by you patience and improve code if you have free time ;)

View Article

New Post: How to display a message?

Hello. I apologize for my English. How to display a message on the screen? And how to find a particular message. For example, under the name of the letter, the sender (... @ oplata.info). I'm very...

View Article


New Post: Mark as read and moving

Hi Fastorro, at the moment the UID is getting lost on move, however, it is a bug. If the server supports the UIDPLUS extension, then it will be possible to retrieve the UID. Just wait for the coming...

View Article


New Post: How to display a message?

Hi jallvar, first of all, feel free to contact me in Russian through mail: p13a92@gmail.comA small remark on your code I recommend setting client.Behavior.AutoPopulateFolderMessages to true before...

View Article

New Post: How to display a message?

thanks )))

View Article

Created Unassigned: MessageCollection.Download() crash [1911]

When trying to download a specific email with anything more than just the headers, usingfolder.Messages.Download(new long[] { uId });the app crashes:The given key was not present in the dictionary. at...

View Article

Image may be NSFW.
Clik here to view.

New Post: toEml and save doesn't work

Hi, I have the same error when using. SaveTo () f.Messages.Download("ALL", ImapX.Enums.MessageFetchMode.Full) For Each m As ImapX.Message In f.Messages m.Download(ImapX.Enums.MessageFetchMode.Full,...

View Article


Commented Unassigned: MessageCollection.Download() crash [1911]

When trying to download a specific email with anything more than just the headers, usingfolder.Messages.Download(new long[] { uId });the app crashes:The given key was not present in the dictionary. at...

View Article

New Post: Error Nullable object have to have value

Hello, i have this code: imapClient.Folders.Inbox.Messages.Download("ALL", Enums.MessageFetchMode.None + Enums.MessageFetchMode.InternalDate, -1) For Each mx In imapClient.Folders.Inbox.Messages Try...

View Article


New Post: Message unique identification?

Hello, I try to write e-mail archive utility. So I walk thrue a loop, where I get UID and Internal Date. I though it should be unique - so I make filename from them and check if such file exists. If so...

View Article

New Post: Message unique identification?

Hi Miroslav, to identify a message uniquely, please use the Message.MessageId property. If you made any changes to the ImapClient.Behavior.RequestedHeaders property, make sure that it contains...

View Article


New Post: Error Nullable object have to have value

Hi Miroslav, the exception occurs because the Message.InternalDate property doesn't have a value. This is because it is not being fetched at all, as you have made a mistake setting the download mode....

View Article

New Post: toEml and save doesn't work

Thank you for the reports! As a temporary fix you can use the Message.DownloadRawMessage method, for details see my answer in this thread. Best regards, Pavel

View Article

New Post: Message unique identification?

Hi Pavel, in my case MessageId is null. How should I do message.download for fill this item? Additional question - can I do query to message list e.g. not older than 10 days? Sincerely Miroslav

View Article
Browsing all 1952 articles
Browse latest View live