Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DavMail should check Character validity while transfere Exchange calendar to Thunderbird, and best repair them. #385

Open
ifrh opened this issue Feb 5, 2025 · 1 comment · May be fixed by #386

Comments

@ifrh
Copy link

ifrh commented Feb 5, 2025

In the course of the discussion within a Thunderbird bug report regarding an XML parsing error of TB, it turned out that TB received invalid structures from DavMail. The cause, however, were forbidden characters sent by the Exchange. For example, null bytes within the structure without the XML string having been completed in terms of content and syntax.
DavMail could carry out “repair” measures here.

Reference : Thunderbird Bugreport https://bugzilla.mozilla.org/show_bug.cgi?id=1941840

I took a screenshot of WinMerge-Window, in which I had compaired the DavMail-Logfile with Thunderbird's Error-console, "Zerro-Bytes_in_VCALENDAR_entries_Bug"

Image

@ifrh
Copy link
Author

ifrh commented Feb 5, 2025

I did some programming, which fixed the problem for me. I will create a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant