Issue with POP3 devices receiving new email since upgrade to v 23.0.0 | MDaemon Technologies, Ltd.

Issue with POP3 devices receiving new email since upgrade to v 23.0.0


  • IMAP works fine, but we need POP access to be repaired.


  • Our software development team it still working on this issue. 

    A fix is not yet available. 

    We do not have an ETA for the fix at this time. 

    One can review the release notes of new releases of MDaemon to see if a fix for this issue has been implemented. 


  • Mobile client кnows last UIDL - MD5001000164211, new became smaller.

    Tue 2023-03-07 18:09:35.697: 02: <-- STAT
    Tue 2023-03-07 18:09:35.698: 03: --> +OK 593 142201039
    Tue 2023-03-07 18:09:35.748: 02: <-- UIDL 1
    Tue 2023-03-07 18:09:35.748: 03: --> +OK 1 MD50000164212:MSG:6347:31018376:843108408
    Tue 2023-03-07 18:09:35.790: 02: <-- QUIT

     


  • @David

    Hello! Any news on a solution?

     

    Thank you so much! Greetings!


  • Hello everyone.

    Here I share my workarround and currently this solution is working for me like a charm. I have made a schedule task that runs a simple powershell script. It reads all new version files (13 chars)  and converts them to "old 15 char version" so that whatever application is using POP3 it will now catch up all missing files.

    Save this one line script as "whatever you like.ps1"

    Get-ChildItem -Path "C:\MDaemon\Users\YourDomain.com\UserAccount\*.msg" | Rename-Item -NewName {$_.BaseName.replace("md500000","md50010000") + $_.Extension}

    Just change the path for the user folders and also check and double check indexes of your messages, because you need to adjust that.

    In my case index is five digit  "md50000056788.msg" so the script cuts the whole part before the index and replaces it with  the correct prefix "md50010000"and apends the rest of the filename so the final result is "md5001000056788.msg" which is the old format before version 23.0.

    Script does not affect exsisting "old version files".

     

    Cheers!


  • Do we have a release plan for this issue yet? This is the one reason I haven't upgraded yet. 😞


  • We have this fixed in the current beta version and will release it as soon as we can.  Unfortunately, we need to change the AV engine that we are using and that work is slowing down the release. 

    As soon as we have everything done and tested, we will release it.


  • Thank you Arron! Understand you all have a few spinning plates in the air. Your update is enough to put me more at ease.


  • I should also add, if anyone would like to test our fix, it is available to the beta team and we would love to have your help tesitng our changes.  

    You can find more information and sign up for the beta at https://mdaemon.com/pages/beta-program


  • Anyone confirm 23.0.1 has resolved their issue?


  • From the MDaemon v23.0.1 Release Notes

     

    MDaemon 23.0.1 - April 18, 2023

    FIXES

    [26748] fix to some POP3 clients will not download new messages since upgrade to 23.0.0

     

    According to the MDaemon v23.0.1 release notes, the described issue was addressed. I do not, however, have an email account and client which were experiencing the described issue, so I cannot test it. I am sure that some of the other MDaemon users who were experiencing the described issue will chime in on their expreriences since upgrading to MDaemon v23.0.1


  • Thanks David.

    I had already pulled the trigger and upgraded on the 26th. Hadn't made it back here to post results.

    For anyone holding off, I can confirm there are no POP3 issues with 23.0.1, and IKARUS is super speedy.


  • Thank you for that update on your experience with the issue, and for sharing it with everyone else that has posted to this thread.


  • 1
  • 2 / 2
Please login to reply this topic!