Martin Edenhofer
|
6be530bb1c
Improved performance of utf8_encode!() and html2text() (issue #2374).
|
6 years ago |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
Ryan Lue
|
fa678f938a
Support processing of emails with Windows-1258 encoding (fixes #2224)
|
6 years ago |
Ryan Lue
|
a93f81e20b
Make String#utf8_encode more robust (fixes #2176)
|
6 years ago |
Ryan Lue
|
dfebe8d767
Relocate test data files from test/fixtures to test/data
|
6 years ago |
Ryan Lue
|
13ef5d4246
Rewrite Encode::conv as String#utf8_encode
|
6 years ago |
Thorsten Eckel
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
6 years ago |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
Martin Edenhofer
|
b35ff0fef2
Fixed issue #1579 - leading and tailing utf8 spaces are not removed for email addresses are not removed.
|
7 years ago |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
Martin Edenhofer
|
ebd2b174df
Removed ruby 2.4.1 warming "warning: regular expression has redundant nested repeat operator '*'".
|
7 years ago |
Jens Pfeifer
|
d1278d44c2
Fixed typos.
|
7 years ago |
Martin Edenhofer
|
060051b710
Improved html sanitizer for layout option / empty lines.
|
7 years ago |
Martin Edenhofer
|
7a08b9266b
Implemented issue #930 - view support for html tables.
|
7 years ago |
Martin Edenhofer
|
8f3fe2b399
Fixed endless loop in HtmlSanitizer.cleanup_structure in certain conditions.
|
7 years ago |
Martin Edenhofer
|
03b0a456e7
Improved signature detection.
|
7 years ago |
Martin Edenhofer
|
b2b835bcc5
Strip beginning and ending new lines. Improved layout of own quoted messages.
|
7 years ago |
Martin Edenhofer
|
63b0e4fe31
Show incoming images if local content. External images or links with images are still removed.
|
7 years ago |
Elias Probst
|
9d0bfa1fae
Fix typos (#622)
|
7 years ago |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 years ago |
Martin Edenhofer
|
ca141bbb9b
Enabled signature detection for html emails.
|
8 years ago |
Martin Edenhofer
|
249fba71c0
Improved html2html_strict (allow hyperlinks but clean it before).
|
8 years ago |
Martin Edenhofer
|
8f0b7c30a3
Improved html2text to remove multiple empty lines and replace it with one empty line.
|
8 years ago |
Martin Edenhofer
|
1c1398d60c
Improved html2text to remove html comments.
|
8 years ago |
Martin Edenhofer
|
a881e21f10
Improved html2text.
|
8 years ago |
Martin Edenhofer
|
e9eae11262
Improved html2text.
|
8 years ago |
Martin Edenhofer
|
77214ffcc4
Because of current exchange/iso/text plain-issues, moved to own html2text converter by strip out all tags unless (b|i|ul|ol|li|u|h1|h2|h3|hr).
|
8 years ago |
Martin Edenhofer
|
3bb6267f39
Code cleanup.
|
8 years ago |
Martin Edenhofer
|
29ff4e6fd3
Improved html2text method by using HTMLEntities gem.
|
8 years ago |
Martin Edenhofer
|
a00be78195
Added postgresql support.
|
8 years ago |
Martin Edenhofer
|
afe46d3570
Prepared for postgresql.
|
8 years ago |
Martin Edenhofer
|
40f6314177
Fixed unit tests.
|
8 years ago |
Thorsten Eckel
|
d7995bc6d3
Updated dependencies and applied new rubocop rules.
|
8 years ago |
Martin Edenhofer
|
c6ee93d2d5
Fixed tests.
|
8 years ago |
Martin Edenhofer
|
7434971416
Improved html2text.
|
8 years ago |
Martin Edenhofer
|
9a702b528c
Code cleanup, improved String.to_filename.
|
9 years ago |
Martin Edenhofer
|
6aac51b633
Fixed typos.
|
9 years ago |
Martin Edenhofer
|
64ac09b1ae
Fixed rubocop issues.
|
9 years ago |
Martin Edenhofer
|
d9574d312c
Improved String.html2text method (cut out html style content).
|
9 years ago |
Thorsten Eckel
|
54fd62487c
Applied rubocop cop 'Style/SpaceInsideStringInterpolation'.
|
9 years ago |
Martin Edenhofer
|
ebea6e3941
Added to_classname() to string class.
|
9 years ago |
Thorsten Eckel
|
67c4215554
Corrected with rubocop cop 'Style/RedundantSelf'.
|
9 years ago |
Thorsten Eckel
|
a5a215b774
Corrected with rubocop cop 'Style/EmptyLineBetweenDefs'.
|
9 years ago |
Thorsten Eckel
|
fc5e3696a2
Corrected with rubocop cop 'Style/SymbolProc'.
|
9 years ago |
Thorsten Eckel
|
c282fd2b37
Corrected with rubocop cop 'Lint/UnusedBlockArgument'.
|
9 years ago |
Thorsten Eckel
|
3cefc118c9
Corrected with rubocop cop 'Style/MultilineOperationIndentation'.
|
9 years ago |
Martin Edenhofer
|
89b19caa1d
Improved logging.
|
9 years ago |
Martin Edenhofer
|
a63e1bc1f9
Reworked regex r%{}
|
9 years ago |
Thorsten Eckel
|
834ad2d64a
Corrected with rubocop cop 'Style/RegexpLiteral'.
|
9 years ago |
Martin Edenhofer
|
e474ac197a
Applied rubocop Style/EmptyLines.
|
9 years ago |