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

Fix for #9 #12

Closed
wants to merge 1 commit into from
Closed

Conversation

amaccuish
Copy link

This is an ugly hack but works. Perhaps the default behaviour of grommunio has changed since Kopano/Zarafa, since the code beginning "// Delete the PR_SENT_REPRESENTING_* properties" no longer works but looks like it was put there to solve this same problem. Maybe previously, an empty FROM was replaced in another component by the user's address, but it is now replaced with "invalid@invalid".

I consider this a bug. I note that Sogo, from which I moved from, covers this case correctly at the mime stage (https://github.com/Alinto/sogo/blob/1964ef03581947056807649fd46fa0d9a95f998e/ActiveSync/SOGoActiveSyncDispatcher.m#L3544). grommunio-sync doesn't directly parse the mime, and probably shouldn't, so my only idea was to replace the mapi properties on the resulting message. This will obviously no longer work if "invalid@invalid" ever changes.

Replace invalid@invalid
@grammmike
Copy link
Member

superseded by gcf385b28a

@grammmike grammmike closed this Mar 5, 2024
@jengelh
Copy link
Member

jengelh commented Mar 5, 2024

(gromox-2.18-76-gcf385b28a)

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 this pull request may close these issues.

None yet

3 participants