Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
abf37d2
prevent creation of package-lock.json and ignore it just in case
acterry Apr 13, 2020
139e413
updated packages to latest, except mocha. mocha > 6.0 require setup c…
acterry Apr 13, 2020
76934a7
npm audit won't work is you disallow package lock files
acterry Apr 14, 2020
86fd077
remove mocha.opts since it's depreciated in newer versions of Mocha. …
acterry Apr 14, 2020
8a0e4b9
fixed zero-based array issue in findOutlookSplitterWithQuerySelector.…
acterry Apr 14, 2020
8fe542b
added a reply message to the outlook mixed test and changed testspec …
acterry Apr 14, 2020
8314ba1
added support for several Outlook 2010 American, Outlook 2013/16/19 A…
acterry Apr 14, 2020
5b9bf47
compiles coffeescript to js
acterry Apr 14, 2020
119adeb
added test for reply from iOS Mail Client
acterry Apr 14, 2020
17529ea
updated test name
acterry Apr 14, 2020
dcaf46b
Merge pull request #1 from acterry/feature-additional-outlook-versions
acterry Apr 15, 2020
eedcf47
bump version to 1.2.0
acterry Apr 15, 2020
e809a0c
handle reply chains among multiple clients by simply running all cut …
acterry Apr 22, 2020
223f71b
Merge pull request #2 from acterry/feature-handle-reply-chains-variou…
acterry Apr 22, 2020
6df227d
make querySelectorAll selectors case-insensitive since hex color colr…
acterry Apr 22, 2020
e372470
compiling coffeescript
acterry Apr 22, 2020
42b6e1c
detect replies using the yahoo_quoted class
acterry Apr 23, 2020
13f1e8d
Merge pull request #4 from acterry/feature-removeYahooQuotes
acterry Apr 23, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ pids
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
package-lock.json
80 changes: 64 additions & 16 deletions lib/htmlPlaner.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading