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

Use Mail gem over RMail #127

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open

Use Mail gem over RMail #127

wants to merge 20 commits into from

Commits on Aug 12, 2013

  1. Use Mail for parsing and working with email, replacing RMail.

    Initial steps for moving to using Mail in place of RMail. Also various
    Ruby 2.0.0 compatability fixes have been made.
    gauteh committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    a8f2681 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dab80b View commit details
    Browse the repository at this point in the history
  3. use Digest::MD5 directly

    gauteh committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    9e9d39b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54dad4d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2013

  1. Configuration menu
    Copy the full SHA
    cd84fa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd52a3e View commit details
    Browse the repository at this point in the history
  3. rm migration script: with same message id Mail msg-id conform to old …

    …RMail ids and we do not need to migrate
    gauteh committed Aug 15, 2013
    Configuration menu
    Copy the full SHA
    48adfff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b8a9f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2013

  1. Configuration menu
    Copy the full SHA
    87dcfdf View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2014

  1. Merge branch 'develop' into test-merge

    Conflicts:
    	lib/sup.rb
    	lib/sup/maildir.rb
    	lib/sup/mbox.rb
    	lib/sup/message.rb
    	lib/sup/message_chunks.rb
    	lib/sup/modes/edit_message_mode.rb
    	lib/sup/util.rb
    	sup.gemspec
    eMBee committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    fbdaa3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b989218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e36249 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f40b656 View commit details
    Browse the repository at this point in the history
  5. test: binary-content-transfer-encoding should not fail anymore

    As suggested by Martin Bähr.
    gauteh committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    6cdbdfa View commit details
    Browse the repository at this point in the history
  6. missing excl on fix_encoding

    gauteh committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    3cbbc7a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4425d19 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2014

  1. Configuration menu
    Copy the full SHA
    486a466 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Configuration menu
    Copy the full SHA
    36e434a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. Merge branch 'develop' into use-mail

    * develop:
      history: bundler and threadkilling
      travis: drop 2.1.0 testing
      fix travis. The rake task to build a gem is now 'rake build'
      sup.gemspec: Standarise the Gemspec
      Merge #300: sup-tweak-labels sync back unless specified otherwise
      sup-sync: error msg on :update
      thread_view_mode: Kill a message (and next, prev etc..)
      history: new :with_attachment
      Add new colormap for attachment sybol with sane fallback for existing colorschemes.
      prepare for 0.17.0
      history: bugfixes
      ctrl-n, ctrl-p: don't close message if there is no next one
      completion-mode: correctly set completion character
      async edit: history
      async edit: automatically launch async hook
      async: option for always async
    
    Conflicts:
    	sup.gemspec
    kalbasit committed May 2, 2014
    Configuration menu
    Copy the full SHA
    0a6d6c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. Configuration menu
    Copy the full SHA
    f9adb4c View commit details
    Browse the repository at this point in the history