Für G-Web gibt es das Ticket#812460 dazu.
"Gesendet Ordner" einer Mail, die im Auftrag verschickt wurde
Des hab ich auch mit Web+Outlook gesendet und auch noch der Papierkorb. So wie man es halt kennt vom Exchange mit Online Modus ganz gediegen. Ticket#81417
Fragen:
Gibt es aktuell eine Lösung dafür?
Wie kommen Andere an diese Tickets / können sich anhängen?
Die Nutzung des Outlook Cached Modus wirft weitere Probleme auf und per G-Web funktioniert es eben gar nicht.
Für G-Web gibt es seit 13.11.2024 ein Feature dazu:
https://github.com/grommunio/grommunio-web/commit/936c41c92f627aceb5231021ec7b36eab0ab83e7
- Edited
Bulkupdate needed?
Look if it would work
# jq '.settings.zarafa.v1.contexts.mail.delegate_sent_items_style = "both"' <(gromox-mbop -u cb@clownflare.de get-websettings) |grep delegate
"delegate_sent_items_style": "both"
# jq '.settings.zarafa.v1.contexts.mail.delegate_sent_items_style = "delegate"' <(gromox-mbop -u cb@clownflare.de get-websettings) |grep delegate
"delegate_sent_items_style": "delegate"
# jq '.settings.zarafa.v1.contexts.mail.delegate_sent_items_style = ""' <(gromox-mbop -u cb@clownflare.de get-websettings) |grep delegate
"delegate_sent_items_style": ""
Update all Users
for user in $(gromox-mbop foreach.mb echo-username); do
# the next line is just to take a backup, nothing more
gromox-mbop -u "$user" get-websettings > "$user".json ;
jq '.settings.zarafa.v1.contexts.mail.delegate_sent_items_style = "both"' <(gromox-mbop -u "$user" get-websettings) | gromox-mbop -u "$user" set-websettings - ;
done
Gerade ausprobiert und geht ️ .
Ist das absicht das gesendete Mails im Stellvertretungspostfach ungelesen sind?
Vielleicht würde sich das auch steuern lassen falls es absicht ist? Ich verstehe das es nützlich sein kann aber vielleicht kann man das ja auch steuern da es im eigenen Postfach ja auch gelesen abgelegt wird.
you need grommunio-web-3.9.233.g08b8ac2f
- Edited
It worked for me after running my bulk update w/ grommunio-web-3.9.174.g47e36ccf-lp156.29.2.noarch
EDIT: and just yet it didn't but i tinkered with the FROM during writing the mail.....
EDIT2: Ok, when i don't touch the FROM it works here
- Edited
As soon as you touch FROM, you are not "Delegating" appropriately anymore but instead transitioning to "Send As" in MAPI. Big difference.
Wanting something is one thing, being reasonably possible (potentially, like in this case) another. Feel free to submit a feature request to MS to change that behavior in MAPI. Otherwise grommunio would break MAPI in areas you don't want it. "Send As" != "Delegate"/"Send on behalf".
I can confirm that it works's in the webapp on answering an mail or resending an already sended mail. So, i must not touch From.
But how can i send a new mail with "send as" without touching From ?
If i start writing a new mail, i have to change the From, but after sending the mail only occurs in my sending folder, not in the one of the represented person.
Do i understand that right ?
If an co-worker is on holiday and i send a new mail to an customer in his name, MAPI is not
able to put this mail into the send-item's folder of my co-worker ?
If so, he could not see, that someone else was sended a Mail in his name ...