Author |
|
mackolo22 Groupie
Joined: 09 October 2018 Location: Poland
Online Status: Offline Posts: 41
|
Posted: 09 October 2018 at 5:54am | IP Logged
|
|
|
Hello,
I would like to know if there is a way to obtain HIGHESTMODSEQ value using MailBee.NET? I would like to implement that functionality: "https://tools.ietf.org/html/rfc4551#section-3.1.1". I can see that this response exists in logs:
[RECV] * OK [HIGHESTMODSEQ 116389]\r\n [Total 29 bytes received.]
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 09 October 2018 at 5:58am | IP Logged
|
|
|
Hi,
Try Imap.GetServerResponse or Imap.GetServerResponses methods to obtain the response (you can then parse it and obtain any data you need).
Regards,
Alex
|
Back to Top |
|
|
mackolo22 Groupie
Joined: 09 October 2018 Location: Poland
Online Status: Offline Posts: 41
|
Posted: 09 October 2018 at 6:16am | IP Logged
|
|
|
Hi Alex!
Thanks, I am now able to obtain that response. Did you consider implementing the functionality of obtaining that value from response and storing it in property of Imap object after every select or examine folder request?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 09 October 2018 at 6:23am | IP Logged
|
|
|
Nobody ever requested this. You can vote for it at https://afterlogic.uservoice.com. If if attracts enough votes, we'll consider adding it. Sponsored development is an option, too.
Regards,
Alex
|
Back to Top |
|
|