Rui Carmo
40b555201b
Merge pull request #34 from DanielRuf-forks/fix/28-quote-foldername
...
Quote the foldername to prevent issues with spaces #28
2021-12-07 13:57:35 +00:00
Daniel Ruf
167c927d46
Quote the foldername to prevent issues with spaces #28
2021-07-18 15:33:37 +02:00
Rui Carmo
c042085427
Merge pull request #30 from Pofilo/fix_utf8_raw_content
...
fix for non utf8 content in raw email
2021-05-27 07:16:32 +01:00
pofilo
0f07508b14
fix for non utf8 content in raw email
2021-05-26 21:42:34 +02:00
Rui Carmo
e60ad2c96b
Merge pull request #27 from mmachicao/path_option
...
Removed redundant call to get_hierarchy_delimiter
2021-05-21 08:50:06 +01:00
mmachicao@m19r.de
5a1ac84332
Issuing the LIST command to query the hierarchy delimiter is redundant and has been removed
2021-05-16 16:06:12 +02:00
Rui Carmo
75ed85619c
Create FUNDING.yml
2021-05-15 23:04:58 +01:00
Rui Carmo
63f9502909
Merge pull request #26 from mmachicao/path_option
...
new option -d for download directory
2021-05-15 18:10:40 +01:00
mmachicao@m19r.de
98040d2ad6
new option -d for download directory
2021-05-15 18:07:57 +02:00
Rui Carmo
a9d1f9c596
Merge pull request #24 from mmachicao/python3_init
...
removed dependency six.string_types
2021-05-14 07:43:43 +01:00
mmachicao@m19r.de
9e10c68532
removed dependency six.string_types
2021-05-14 02:21:47 +02:00
Rui Carmo
eda804bfec
readability tweaks
2021-04-12 21:17:03 +01:00
Rui Carmo
d7c7d62c0d
Merge pull request #22 from mmachicao/python3_init
2021-04-12 21:04:06 +01:00
mmachicao@m19r.de
9f667f62b4
Merge branch 'python3_init' of https://github.com/mmachicao/imapbackup into python3_init
2021-04-11 12:40:42 +02:00
mmachicao@m19r.de
d3576bb9fb
Port to Python 3.8. Compression is not supported
...
Cleanup imports
2021-04-11 12:38:42 +02:00
mmachicao@m19r.de
380edf0991
cleanup imports
2021-04-11 12:28:55 +02:00
mmachicao@m19r.de
2fb0f577df
Port to Python 3.8. Compression is not supported
2021-04-10 20:03:55 +02:00
Rui Carmo
01aa99feb8
Merge pull request #21 from loicpirez/master
...
Fix typo in `parse_list` comment
2021-03-02 08:08:11 +00:00
Loïc PIREZ
2c2470223b
Fix typo in parse_list comment
2021-03-02 15:53:56 +08:00
Rui Carmo
10d262fb09
Update README.md
2021-01-03 14:36:07 +00:00
Rui Carmo
fb8594432f
Fix #19
...
Stop throwing an extra exception upon network error
2021-01-03 14:26:21 +00:00
Rui Carmo
19d35008b9
Update README.md
2020-06-04 17:09:42 +01:00
Rui Carmo
4fadc21c74
Merge pull request #11 from ezzra/pep8
...
make code PEP8 compliant
2020-06-04 17:08:58 +01:00
ezzra
dd8fb37080
make code PEP8 compliant
2020-02-19 13:26:07 +01:00
Rui Carmo
81ae9a6b2f
Add LGTM badge
2020-02-04 15:09:44 +00:00
Rui Carmo
c0328cb4d6
Update README.md
2018-12-28 19:01:21 +00:00
Rui Carmo
83e030ad68
Merge pull request #9 from markfeit/master
...
Format "From" line date with ctime(3) per RFC 4155.
2018-12-28 18:59:33 +00:00
Mark Feit
1634e51382
Removed unused code that shouldn't have been committed.
2018-12-28 12:22:56 -05:00
Mark Feit
5dd43729ab
Format "From" line date with ctime(3) per RFC 4155.
2018-12-27 07:35:03 -05:00
Rui Carmo
5f2360c824
Wording
2018-12-27 12:04:29 +00:00
Rui Carmo
458be298b3
Add note on locales
2018-12-27 12:04:01 +00:00
Rui Carmo
0fe915a39e
Merge pull request #7 from markfeit/master
...
Minor changes
2018-12-27 12:00:19 +00:00
Mark Feit
d820b7a832
Format dates in From lines more like most mail programs do
2018-12-25 18:10:51 -05:00
Mark Feit
0b1351717c
Ignore mbox files
2018-12-25 18:08:41 -05:00
Mark Feit
941509bd63
Allow password to be read from a file
2018-12-25 18:07:00 -05:00
Rui Carmo
a0fa6076d9
Merge pull request #6 from kuttti/master
...
Update imapbackup.py
2018-12-12 13:55:04 +00:00
kuttti
a9f9dc4fe1
Update imapbackup.py
...
Fix Error on Windows: "object of type 'cStringIO.StringO' has no len()"
2018-12-12 13:19:46 +01:00
Rui Carmo
34f91dca13
Merge pull request #4 from C-Duv/makes_timeout_option_optional
...
Make the timeout option optional
2018-01-11 13:49:06 +00:00
C-Duv
f5aeab9e26
Makes the timeout option optional
...
The `--timeout` / `-t` option was made mandatory (by code) when introduced.
Omitting the option would cause a `KeyError: 'timeout`.
This commit makes it optional by adding a default value (of 60) when option is not given.
2018-01-11 14:44:27 +01:00
Rui Carmo
e1ad2d3e5f
arg specs
2018-01-11 13:32:42 +00:00
Rui Carmo
edbb92844c
added timeout option in an attempt to fix #3
2017-12-29 11:30:41 +00:00
Rui Carmo
b2ab83412b
Fix attribution
2017-07-29 21:32:47 +01:00
Rui Carmo
ad09fca79c
Add @andrewbaxter to contributors
2017-07-29 19:57:05 +01:00
Rui Carmo
5762b005e6
Bumped version
2017-07-29 19:55:50 +01:00
Rui Carmo
82e6071fb3
Fix #2
2017-07-29 19:47:51 +01:00
Rui Carmo
89c35f0ac1
updated link
2015-01-05 13:57:53 +00:00
Rui Carmo
83c12e6292
typo and readability
2015-01-05 13:57:06 +00:00
Rui Carmo
5c7129d24c
Added Andy Bovett's Thunderbird and Windows fixes
2013-12-09 16:23:09 +00:00
Rui Carmo
066cb8529e
Merged in Christian's target directory patch
2013-12-09 16:14:07 +00:00
Rui Carmo
2fa7bbdf83
re-licensed as MIT
2013-10-25 00:25:21 +01:00