taers232c / GAMADV-XTD3

Command line tool to manage Google Workspace
687 stars 86 forks source link

Export Threads/Messages missing many emails #413

Closed lifers5555 closed 1 month ago

lifers5555 commented 1 month ago

GAM 6.76.05

Perform a search in GMail and put 800+ messages into a label _Export.

gam user user@domain.com.au export threads matchlabel _Export targetfolder "c:\export\user@domain.com.au"

GAM only exports 5 messages.

If I change it to: gam user user@domain.com.au export messages matchlabel _Export targetfolder "c:\export\user@domain.com.au"

it exports only 1 message.

gam user user@domain.com.au show messages matchlabel _Export results in: User: user@domain.com.au, Show 800 Messages Message: 18da47929a04733e (1/800)

taers232c commented 1 month ago

Use the option: maxtoexport N N defaults to 1 N = 0 export all messaages N > 0 export no more that N messages

Ross

Ross Scroggs @.***

On May 23, 2024, at 6:30 PM, lifers5555 @.***> wrote:

GAM 6.76.05

Perform a search in GMail and put 800+ messages into a label _Export.

gam user @. @.> export threads matchlabel _Export targetfolder @. @.>"

GAM only exports 5 messages.

If I change it to: gam user @. @.> export messages matchlabel _Export targetfolder @. @.>"

it exports only 1 message.

— Reply to this email directly, view it on GitHub https://github.com/taers232c/GAMADV-XTD3/issues/413, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCTYL6P3O7EOPBM3MQO7HDZD2J4BAVCNFSM6AAAAABIGVMLHCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTIMJSHE2TCNY. You are receiving this because you are subscribed to this thread.

lifers5555 commented 1 month ago

Jesus Ross, that was a bit quick! I only just figured that out myself and was about to retract the ticket.

Thanks for your amazing tool and fast support!