Created Unassigned: changes are not saved [2402]
Hi,if i download a message and handle the attachments afterward i want to add a Tag like " Done + Timestamp" to the Subject. However the change will never saved. Code:```mail.Subject = mail.Subject + "...
View ArticleCommented Unassigned: changes are not saved [2402]
Hi,if i download a message and handle the attachments afterward i want to add a Tag like " Done + Timestamp" to the Subject. However the change will never saved. Code:```mail.Subject = mail.Subject + "...
View ArticleCommented Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleNew Post: can't move message to newly created folder without reconnecting client
Hi c_corso, the behavior you described is strange, have you tried the same using the sample application? You can create subfolders by right clicking on a folder in the treeview on the left, and move...
View ArticleNew Post: Image attachment breaks parser
Hi Vnwind, thank you for your message, I will try to isolate this error, and would be great if you can provide me with a log file as described in the documentation. This will help me to simulate the...
View ArticleNew Post: can't move message to newly created folder without reconnecting client
Absolutely,It is happening on Exchange 2007, 2010CCChristianCorsoSr. Project Manager / Managing PartnerElementum Technologies 6655 West Sahara Suite B200 Las Vegas, NV 89146...
View ArticleNew Post: Search Fails To See Messages Received Since Previous Search
Hi Brian, using the search you should be able to always fetch the latest messages, the behavior you describe is unusual. Can you tell me which server you are using? I will test it and let you know the...
View ArticleNew Post: Cannot Fetch Email Body Text
Hi usamasheikh, please use the search in the discussions next time, this issue has already been mentioned and is in process to be fixed. You can help fixing it by providing a log file as I mentioned in...
View ArticleCommented Unassigned: changes are not saved [2402]
Hi,if i download a message and handle the attachments afterward i want to add a Tag like " Done + Timestamp" to the Subject. However the change will never saved. Code:```mail.Subject = mail.Subject + "...
View ArticleCreated Unassigned: Attachment Corruption [2403]
Hi I'm getting a 'excel found unreadable content...' when a XLSX file bigger than 65 KB is downloaded via the Attachment.Save() method. Tried to use the latest source code from the repository but...
View ArticleNew Post: Search Fails To See Messages Received Since Previous Search
Thanks Pavel! I am using GMail (imap.gmail.com). In case it matters I am watching the inbox for messages to a specific address with a specific subject. The IMAP query I am using looks like: 'TO...
View ArticleNew Post: Read an image from email body
Hi, I am new with imapx and wanted to know is this possible to read image and save it into database from an email body?. I really appreciate your help regarding that matter! Thanks! BR/Usman
View ArticleNew Post: Read an image from email body
Hi, the images in messages can come in two different ways - usual attachments, and inline images. In first case, they will be stored in Message.Attachments, in second - in Message.EmbeddedResources. A...
View ArticleNew Post: Error fetching email body text and html
Hi usamasheikh, the new version will be available end of this month. An earlier release is not possible due to my work, which requires more time. Please be patient. Greets, Pavel
View ArticleNew Post: Image attachment breaks parser
Hi Pavel The problem is I can't replicate on dev enviroment, I tried to use the problem email in dev environment but it works fine. So I can't get the debug log file of the problem. Is there anything...
View ArticleNew Post: Image attachment breaks parser
I'm still struggling with the same problem. I might be able to try and replicate but problem is it's served up by google and I can't easily give you access to that account. If I can replicate the...
View ArticleNew Post: Could not get Content Type and Charset when it has multipart
Hi, The problem is, that if the content-type is multipart/alternative, this usually means that the message contains a html and a text version. And the client should decide, based on settings, if the...
View ArticleCommented Unassigned: Recurring issues with Body.Text and Body.Html with...
I have had this issue for a while now. A message will download successfully, but when I try to access either Body.Text or Body.Html, all I will get is BODY[1.2.2] NIL or BODY[1.2.1] NIL. I'm not sure...
View ArticleCreated Unassigned: Regex expression for parsing BODYSTRUCTURE [2444]
Hi,I had some issues with parsing the BODYSTRUCTURE, when its more complex.Changing Line 31 in Expressions.cs from```public static readonly Regex BodyStructRex = new Regex(@"BODYSTRUCTURE...
View ArticleClosed Unassigned: Regex expression for parsing BODYSTRUCTURE [2444]
--- Sorry, I was working with an older version of the source code. The package under "Downloads" is different than under "Source Code". The actual version works as expected.---Hi,I had some issues with...
View Article