Search code examples
gmailemail-attachments

How to delete emails with larger file attachments


My Gmail account is getting filled up with large emails.

how can I delete larger file sized emails from my gmail account.

or any other work around to save space in my gmail id. any API call or any program for this ?


Solution

  • Very simple

    search

    larger:20m 
    

    20m is file size

    and if you need time search use

    older_by:300d  
    
    
    larger:20m  older_by:300d
    

    will give you files older by 300 days and larger file attachment of 20m