nextcloud / nextcloud/integration_zimbra

Zimbra email reference has erroneous "-" before message number

Open
#6 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
11
Forks
6
PR merge metrics
No merged PRs in 30d

Description

When clicking on a message as listed on the dashboard through the zimbra widget the referenced message is not loaded in the new tab when the zimbra web client loads. Instead the entire general mailbox is displayed without the referenced message being selected. Removing the "-" before the message number at the end of the string points to and selects the correct message for display.
e.g. reference message when selected from dashboard is "https://myzimbraserver.com/modern/email/Inbox/conversation/-178787" This link loads the zimbra web client but does not highlight or select the referenced message. Removing the "-" from "-178787" and leaving only the number so that the string looks like "https://myzimbraserver.com/modern/email/Inbox/conversation/178787" then displays the zimbra web client with the referenced message selected and displayed correctly.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the Zimbra widget code for the dashboard message URL construction and the “-178787” example. Check how the message number is appended to the conversation URL, then verify that the generated link opens Zimbra with the referenced message selected rather than the general mailbox.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.