New Post: Message unique identification?
Hi Pavel,I have Message-ID empty.Client.Behavior.RequestedHeaders does not contain Message-ID itemThere is Fetchmode Basic even though I use Full.Thank you for your help.Miroslav Miroslav Knápek...
View ArticleNew Post: Announcement: ImapX 2.0.0.16
Hi Miroslav, the version 2.0.0.16 is still buggy, so I didn't release it to the public and working on fixing all issues. As you can see in the latest commits, I pushed some parts already to the...
View ArticleNew Post: Search Since
Hi Miroslav, this question already has been discussed here before, however the answer didn't contain the hints on how to format the date with standard .Net methods. The dates being passed with IMAP...
View ArticleNew Post: Message unique identification?
Hi Miroslav, I will post a sample here a bit later for you. Greets, Pavel
View ArticleCommented Issue: Sevenbit Text Attachment - LF-CR Bytes Lost? [1830]
Hi Pavel,As you may know from my earlier forum post, we are receving short text files as attachments that we must parse on-the-fly and act upon. The content type for the files is "text/plain" and the...
View ArticleCreated Unassigned: new line characters are missing from downloaded text...
Hi,i know the issue is already posted [here](https://imapx.codeplex.com/workitem/1830) but that issue is marked as "Resolved" so I'm posting this issue again im using latest code for ImapX ( ImapX...
View ArticleNew Post: Message unique identification?
So, here the promised example:' Initializing the client Dim client = New ImapClient("imap.gmail.com", True) ' Configuring the client to only download the headers client.Behavior.MessageFetchMode =...
View ArticleNew Post: Message unique identification?
Hi Pavel, I am very sorry, but both MessageId and MessageUid are empty.imapClient.Behavior.MessageFetchMode = Enums.MessageFetchMode.HeadersimapClient.Behavior.RequestedHeaders =...
View ArticleCommented Unassigned: Body.Text doesn't decode links correctly [1873]
Given this email:``` Welcome to the Fedarated Identity Repository using the The Internal Ducot Service service.Click this link, https://ducot.netdocuments.com/neWeb2/docCent.aspx?whr=CA%2DH3GSM67W, to...
View ArticleCommented Unassigned: Out of Memory Error on a select few emails when...
I've noticed when I download anymore than "None" for one email in my Gmail account I get an out of memory error. The only weird thing about the email is the email has an 12.7KB attachment that is...
View ArticleNew Post: Message unique identification?
Hi Miroslav, looking at your code:quot;MessageHeader.MessageId", "MessageHeader.MessageUid" you sholuld remove the quotes. But we can also try solving it in a TeamViewer...
View ArticleCommented Unassigned: new line characters are missing from downloaded text...
Hi,i know the issue is already posted [here](https://imapx.codeplex.com/workitem/1830) but that issue is marked as "Resolved" so I'm posting this issue again im using latest code for ImapX ( ImapX...
View ArticleNew Post: MessageBody Html & Text empty, but BodyParts has contents
Using ImapX2 on GMail with a message body and one attachment, I am trying to read the message body. MessageBody.Html and .Text are both false and Html & Text are both empty, although...
View ArticleNew Post: Message unique identification?
Hi Pavel, removing quotas helped - now I got the values. But unfortunately messageId is not much usefull for file name creating. So I plan to return to UID. May you confirm me, that UID is definitely...
View ArticleNew Post: MessageBody Html & Text empty, but BodyParts has contents
Hi Alien_Technology, I think the problem is in the ContentType of the body part not being determined right. Can you check the Parameters property of the body part and see if it contains a value for the...
View ArticleNew Post: Message unique identification?
Hi Miroslav, the message UID is not a very reliable value for message identification. According to the specification of IMAP, it SHOULD not change between sessions, however, should not doesn't mean all...
View ArticleNew Post: Message unique identification?
Hi Pavel, thank you for very usefull information. Using hash of messageID seems to be great idea. I will try it. Miroslav
View ArticleNew Post: Message unique identification?
Be aware that multiple messages can share the same Message-Id value (this tends to happen when you are subscribed to a mailing-list where you received a copy of the message from the list and directly...
View Article