Hi,

wenn ich eine Mail im Auftrag eines anderen (delegate) sende, dann landet diese Mail
in meinem "Gesendete Ordner", sollte jedoch im "Gesendete Ordner" des anderen stehen,
damit er auch sieht, was in seinem Namen versendet wurde.

Oder gibt es dazu eine gesonderte Einstellung ?

  • crpb replied to this.

    Für G-Web gibt es das Ticket#812460 dazu.

    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

    4 months later

    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.

    • 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

    mwilliams

    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.

    mwilliams
    For me that does not work, nothing is stored at sent items even the setting is set

    grommunio Web: 3.9.174.g47e36ccf-lp156.29.2
    Gromox: 2.38.54.0b8f118

    is there something to do in front of setting this in the delegates web settings ?

    rg
    Christian

      • 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

        crpb

        As soon as you touch FROM, you are not "Delegating" appropriately anymore but instead transitioning to "Send As" in MAPI. Big difference.

        • crpb replied to this.

          mwilliams

          Well, i want it with "Send-AS" of course the same way with the placement of mails in that mailbox from which i send. Otherwise that feature-request isn't finished (for web). Still waiting for the main-feature with outlook w/ Online-Mode.

            crpb

            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.

            6 days later

            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 ...

            © 2020-2024 grommunio GmbH. All rights reserved. | https://grommunio.com | Data Protection | Legal notice