Stéphane Blondon
ea4fd7d9ea
Messages filter can use date objects instead of stringified dates
2017-10-10 21:52:05 +02:00
Martin Rusev
c64bbd73e9
Merge pull request #102 from sblondon/master
...
Add info about how to run tests
2017-10-10 08:11:20 +02:00
Stephane Blondon
acfb2adc47
Add info about how to run tests; remove python 3.2 from supported versions
2017-10-09 22:21:15 +02:00
Martin Rusev
050e2d8f7f
Merge pull request #98 from GetHappie/parse-attachment-fix
...
Fix parsing attachment
2017-10-09 13:13:16 +02:00
Martin Rusev
6e0ee232fe
Merge pull request #100 from sblondon/master
...
Fix attachment parsing when a semicolon character ends the Content-Di…
2017-10-06 15:26:23 +02:00
Stéphane Blondon
a490081e57
fix attachment parsing when a semicolon character ends the Content-Disposition line
2017-10-06 14:58:08 +02:00
Andrey Mozgunov
a8b5ce1c31
Update test case
2017-10-02 13:21:16 +03:00
Martin Rusev
7c5a639cc8
Merge pull request #96 from GetHappie/unicode-decode-fix
...
Fix UnicecodeDecodeError parsing email
2017-09-28 17:11:13 +02:00
Andrey Mozgunov
a78641c79a
Fix parsing attachment
2017-09-28 14:12:35 +03:00
Andrey
7dad0edb72
Merge branch 'master' into unicode-decode-fix
2017-09-28 13:25:36 +03:00
Martin Rusev
2ed728485b
Merge pull request #97 from GetHappie/inline-body-fix
...
Fix inline body parsing
2017-09-27 14:42:01 +02:00
Andrey Mozgunov
4559149dc0
Fix content disposition reading for python < 3.5
2017-09-27 13:42:43 +03:00
Andrey
0a98b960ac
Merge branch 'master' into inline-body-fix
2017-09-26 15:56:14 +03:00
Andrey Mozgunov
ed86228e86
Fix inline body parsing
2017-09-26 15:51:34 +03:00
Andrey
eadddd6c0b
Merge branch 'master' into unicode-decode-fix
2017-09-26 14:43:21 +03:00
Andrey Mozgunov
878c7991bf
Fix UnicecodeDecodeError parsing email
2017-09-26 14:38:33 +03:00
Martin Rusev
8a537de2f9
Merge pull request #95 from GetHappie/base64-decode-fix
...
Fix decoding base64 byte encoded params
2017-09-25 15:50:08 +02:00
Andrey Mozgunov
da450551d4
Fix decoding base64 byte encoded params
2017-09-25 14:03:39 +03:00
Martin Rusev
61a6c87fe6
Merge pull request #94 from wagner-certat/include-changelog
...
Include and run tests, include changelog in sdist
2017-09-18 12:41:28 +02:00
Sebastian Wagner
05683b3765
Include and run tests, include changelog in sdist
...
quite useful for packaging
2017-09-18 10:38:09 +02:00
martinrusev
a06b7df567
Fix readme typo
0.9
2017-09-18 10:23:27 +02:00
martinrusev
aaec673c7c
Add make as a wrapper for common python operations
2017-09-18 10:21:03 +02:00
martinrusev
8d3b897a7a
Bump version
2017-09-18 10:14:48 +02:00
Martin Rusev
5e2afc6511
Merge pull request #92 from sblondon/master
...
Imbox() usable as with statement
2017-09-18 08:40:46 +02:00
Stephane Blondon
568dcb028a
Imbox() usable as with statement
2017-09-17 22:57:05 +02:00
Martin Rusev
c63378df5a
Merge pull request #91 from sblondon/master
...
Include README in .rst format
2017-09-17 14:39:21 +02:00
Stephane Blondon
64df2be0b5
Include README in .rst format
2017-09-17 13:46:19 +02:00
Martin Rusev
31659b9aa2
Merge pull request #90 from sblondon/master
...
Convert README to reStructuredText format for pypi
2017-09-16 23:09:12 +02:00
Stéphane Blondon
85e1b088c4
Convert README to reStructuredText format
2017-09-16 18:16:50 +02:00
Stéphane Blondon
838da2af20
Replace tab by 4 spaces
2017-09-16 17:05:53 +02:00
Martin Rusev
cad142734e
Merge pull request #89 from sblondon/master
...
Explicit object inheritance in not necessary in python3
2017-09-16 13:39:51 +02:00
Stéphane Blondon
19548d88d4
object inheritance in not necessary in python3
2017-09-16 11:55:40 +02:00
Martin Rusev
06149d64fc
Merge pull request #88 from sblondon/master
...
Remove instructions needed for python2 compatibility
2017-09-15 15:34:33 +02:00
Stéphane Blondon
43dff01fa3
Replace six dependancy by python3 code only
2017-09-15 14:38:27 +02:00
Stéphane Blondon
fd55ac54c5
Remove instructions needed for python2 compatibility
2017-09-15 14:26:13 +02:00
Martin Rusev
d74dbdd26a
Merge pull request #87 from sblondon/master
...
Print in python 3 needs parenthesis
2017-09-14 20:53:56 +02:00
Stéphane Blondon
5b0602c231
print in python 3 needs parenthesis
2017-09-14 18:11:48 +02:00
Martin Rusev
cc179c365d
Merge pull request #85 from sblondon/master
...
Update link to python3 documentation
2017-09-11 11:25:36 +02:00
Stéphane Blondon
c4680ef253
Update link to python3 documentation
2017-09-11 11:10:04 +02:00
Martin Rusev
02cbf574dd
Update README.md
2017-03-07 14:09:39 +01:00
Martin Rusev
44715ea408
Update .travis.yml
2017-03-07 14:05:10 +01:00
Martin Rusev
8533451cbd
Merge pull request #81 from SylvainDe/master
...
Add most recent Python versions in Travis CI
2017-03-07 14:04:56 +01:00
Sylvain
daee6a12c5
Add most recent Python versions in Travis CI
...
Add more recent Python versions including development branches and nightly build.
2017-03-07 11:57:44 +01:00
Martin Rusev
89a7f8eb28
Merge pull request #78 from AdamNiederer/patch-2
...
Permissively Decode Emails
2017-01-28 08:48:06 +01:00
Adam Niederer
ba913fe31d
Permissively Decode Emails
...
Email providers throw all kinds of garbage in their emails - even Gmail and Thunderbird send invalid UTF-8 in certain cases. Not throwing UnicodeErrors every time an email provider screws up their UTF-8 would really help QOL when using this library.
2017-01-27 23:51:32 -05:00
Martin Rusev
d792a28254
Update CHANGELOG.md
2016-12-06 07:12:27 +01:00
Martin Rusev
7f23694977
Merge pull request #75 from bhtucker/master
...
Make Parsing Policy Configurable
2016-12-06 07:04:33 +01:00
Benson Tucker
096554342c
clarify version support (2.7 is unsupported) and show that policies did not exist before 3.3
2016-12-05 18:57:23 -05:00
Benson Tucker
7e836fc81b
add parsing policy as option to imbox constructor / parse_email; add test showing a case where you might set a policy
2016-12-05 18:44:32 -05:00
Martin Rusev
6a8f9cda54
Update README.md
2016-11-24 15:32:28 +01:00