Skip to content
View kadin2048's full-sized avatar

Block or report kadin2048

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Combine a directory of .eml files in... Combine a directory of .eml files into a single Unix "mbox" file.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    """ Converts a directory full of .eml files to a single Unix "mbox" file.
    4
    This is similar to http://www.cosmicsoft.net/emlxconvert.html
    5
  2. Convert Adium logs to .eml files Convert Adium logs to .eml files
    1
    #!/usr/bin/env python
    2
    
                  
    3
    """Convert Adium logs to RFC822-compliant '.eml' files that can be imported 
    4
    into a mail program, uploaded to Gmail, etc.
    5
  3. Effort to document and describe a va... Effort to document and describe a variety of (mostly obsolete) instant messaging log file formats.
    1
    # Instant Messaging Client Log Formats
    2
    > An effort to document and describe a variety of (mostly obsolete) instant messaging log file formats.
    3
    4
    by Kadin2048 <[email protected]>
    5
    
                  
  4. ichat_to_eml ichat_to_eml Public

    Convert old Apple iChat logs to MIME text files (.eml) for archival

    Python 1

  5. mefi-comments-converter mefi-comments-converter Public

    Script to convert exported Metafilter comments files into to other formats.

    Python 1

  6. obsidian-front-matter-manager obsidian-front-matter-manager Public

    Forked from timblaktu/obsidian-front-matter-manager

    CLI for Managing Front-matter in Markdown Files

    Python