Giter Club home page Giter Club logo

Comments (6)

seanslma avatar seanslma commented on July 17, 2024 2

from exchangelib.

ecederstrand avatar ecederstrand commented on July 17, 2024

This is covered by the test suite, so there must be something else going on.

Your best bet is to enable debug logging and comparing the XML requests and responses for a working 5.2.0 and a non-working exchangelib 5.2.1 version, to see how the new version queries the server differently.

from exchangelib.

Vladimir-A avatar Vladimir-A commented on July 17, 2024

I encountered that the 5.2.1 version does not work with SingleFolderQuerySet(), with 5.2.0 works perfect.

from exchangelib.

ecederstrand avatar ecederstrand commented on July 17, 2024

@seanslma Did you get a chance to debug this?

from exchangelib.

seanslma avatar seanslma commented on July 17, 2024

@ecederstrand Thanks. Was occupied by other things and pinned the version to 5.2.0.

The only difference in Request XML:
image

Version 5.2.1

<t:DistinguishedFolderId Id="sentitems"/>

Version 5.2.0

<t:DistinguishedFolderId Id="sentitems">
<t:Mailbox>
<t:EmailAddress>[email protected]</t:EmailAddress>
<t:RoutingType>SMTP</t:RoutingType>
<t:MailboxType>Mailbox</t:MailboxType>
</t:Mailbox>
</t:DistinguishedFolderId>

Also there are more debug info in version 5.2.1:
image

from exchangelib.

ecederstrand avatar ecederstrand commented on July 17, 2024

Thanks for the debug info! I believe d9035d0 may fix this for you. Can you try it out?

from exchangelib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.