Skip to content

Instantly share code, notes, and snippets.

View gugupy's full-sized avatar

Gughanathan M gugupy

View GitHub Profile
@gugupy
gugupy / dlAttachments.py
Created October 12, 2018 07:12 — forked from baali/dlAttachments.py
Python script to download all gmail attachments.
# Something in lines of http://stackoverflow.com/questions/348630/how-can-i-download-all-emails-with-attachments-from-gmail
# Make sure you have IMAP enabled in your gmail settings.
# Right now it won't download same file name twice even if their contents are different.
import email
import getpass, imaplib
import os
import sys
detach_dir = '.'
@gugupy
gugupy / imap-search
Created October 12, 2018 12:28 — forked from martinrusev/imap-search
IMAP Search criteria
@gugupy
gugupy / semantic-commit-messages.md
Created December 24, 2023 05:19 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example