File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -465,11 +465,12 @@ gam user recipient@domain.com sendemail to sender@domain.com references "<CAAMab
465465If you want to have Gmail recognize the reply in conversation mode in the Sent folder of the original recipient,
466466you must include ` threadid <String> ` ; you can get the 'threadId` with:
467467```
468- gam user recipient@domain.com show messages query "rfc822MsgId:<CAAMabc...XYZQ@mail.gmail.com>"
468+ gam user recipient@domain.com show threads query "rfc822MsgId:<CAAMabc...XYZQ@mail.gmail.com>"
469469Getting all Messages that match query ((rfc822MsgId:<CAAMabc...XYZQ@mail.gmail.com>)) for recipient@domain.com
470470Got 1 Message that matched query ((rfc822MsgId:<CAAMabc...XYZQ@mail.gmail.com>)) for recipient@domain.com...
471- User: recipient@domain.com, Show 1 Message
472- Message: 19cfd414fe48430d
471+ User: recipient@domain.com, Show 1 Thread
472+ Thread: 19cfd414fe48430d
473+ Message: 19cfd414fe48430d
473474...
474475
475476gam user recipient@domain.com sendemail to sender@domain.com references "<CAAMabc...XYZQ@mail.gmail.com>" in-reply-to "<CAAMabc...XYZQ@mail.gmail.com>" subject "Re: Original subject" textmessage "Reply text" threadid 19cfd414fe48430d
You can’t perform that action at this time.
0 commit comments