Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension for #10 #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Extension for #10 #11

wants to merge 3 commits into from

Commits on Apr 18, 2019

  1. Extension for Dijji#10

    Add Body and NativeBody to dictionary to export them.
    halueda authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    0be7c34 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. export message body in four top columns

    - plain text as utf8
    - HTML text as utf8
    - HTML text as base64 with part header
    - RTFcompressed as base64 with part header
    
    CSV looks fine.
    
    HTML in base64 is rendered correctly with Outlook, if they are combined into eml format.
    RTF is not checked yet.
    halueda authored May 9, 2019
    Configuration menu
    Copy the full SHA
    20038a3 View commit details
    Browse the repository at this point in the history
  2. Fix: added queue for body can be empty

    Queues for body are always added to dict, but some queue can have no contents.
    In such case, CSV header output failed.
    Add dummy line for CSV header if the queue is empty.
    halueda authored May 9, 2019
    Configuration menu
    Copy the full SHA
    97ed0e8 View commit details
    Browse the repository at this point in the history