Rodolfo García Peñas (kix)
|
1a0c29a00e
OS rename raises an exception on Windows
|
3 years ago |
Rodolfo García Peñas (kix)
|
c305f47e84
OSError does not include __getitem__
|
3 years ago |
Rodolfo García Peñas (kix)
|
33f3b4b1aa
Do not use UNIX signals in Windows
|
3 years ago |
Rodolfo García Peñas (kix)
|
09fc0ece61
imaplib2 version function
|
3 years ago |
Rodolfo García Peñas (kix)
|
a6fd6b1ded
Include portalocker in imaplibutil.py
|
3 years ago |
Rodolfo García Peñas (kix)
|
be752838c8
Merge pull request #73 from piyueh/update-doc
|
3 years ago |
Pi-Yueh Chuang
|
199b8257eb
update README
|
3 years ago |
Rodolfo García Peñas (kix)
|
fe443e6bd3
Merge pull request #72 from jishac/encoding_edge_cases
|
3 years ago |
Rodolfo García Peñas (kix)
|
1bb43856fa
Merge pull request #70 from xianwenchen/master
|
3 years ago |
Joseph Ishac
|
9e0fb59bdf
Adding missing import of NoBoundaryInMultipartDefect
|
3 years ago |
Joseph Ishac
|
5b976fc5da
Making error handling when parsing messages consistent
|
3 years ago |
Joseph Ishac
|
9bebcbe4f7
Adding utilities to Base class.
|
3 years ago |
Joseph Ishac
|
b4f100c92c
Merge branch to add extra debugging to imap parsing into encoding_edge_cases branch
|
3 years ago |
Joseph Ishac
|
b0aad911ab
Adding some extra error handling when parsing from imaplib
|
3 years ago |
Xianwen Chen
|
4585ffb6dc
README.md:
|
3 years ago |
Rodolfo García Peñas (kix)
|
721d579a32
Merge pull request #66 from duritong/fix-fingerprint-verification
|
3 years ago |
Rodolfo García Peñas (kix)
|
f6848015ff
Merge pull request #55 from sudipm-mukherjee/gmail
|
3 years ago |
Rodolfo García Peñas (kix)
|
edef557bf3
Merge pull request #54 from sudipm-mukherjee/curses
|
3 years ago |
Rodolfo García Peñas (kix)
|
c8af778e53
Merge pull request #59 from pmocek/patch-2
|
3 years ago |
Rodolfo García Peñas (kix)
|
b1f607943d
Merge branch 'master' into patch-2
|
3 years ago |
Rodolfo García Peñas (kix)
|
663f8f0630
Merge pull request #60 from pmocek/patch-1
|
3 years ago |
Rodolfo García Peñas (kix)
|
0b6321c28e
Merge pull request #64 from paniash/master
|
3 years ago |
mh
|
871b1175f1
disable verification of ssl certs via CA if fingerpint is set
|
3 years ago |
Ashish Panigrahi
|
a8891d2a73
Fix hyperlink in README
|
3 years ago |
Joseph Ishac
|
84b96e1daa
Adding re.DOTALL to catch potentially folded lines and fixed formatting
|
3 years ago |
Joseph Ishac
|
a4532294ae
Correcting an issue where dbg_output was not defined when the server was
|
3 years ago |
Joseph Ishac
|
f024bb9e4c
Wrap bytes check in a wrapper to be a bit more efficient
|
3 years ago |
Joseph Ishac
|
0345390aa1
Fixed oversight in regular expression (boundary cannot be empty)
|
3 years ago |
Joseph Ishac
|
b78af75064
Adding a handler to detect the unlikely edge case where a message may
|
3 years ago |
Joseph Ishac
|
6a45eef3b5
Fixed a minor bug discovered if server is unreachable when debugging
|
3 years ago |
Phil Mocek
|
cf6ea4dd2d
Reference secure/HTTPS pages in README
|
3 years ago |
Phil Mocek
|
d37eb870d4
Fix broken links in README
|
3 years ago |
Rodolfo García Peñas (kix)
|
1e7ef9e7e6
Merge pull request #56 from jishac/multiple_encoding_support
|
3 years ago |
Joseph Ishac
|
bacb690126
Merge branch 'multiple_encoding_support' of github.com:jishac/offlineimap3 into multiple_encoding_support
|
3 years ago |
Joseph Ishac
|
7e7349d8ed
Final Testing of IMAP and MailDir complete. GMAIL should be patched as well and I reviewed the code several times. However, I cannot test it, testers wanted!
|
3 years ago |
Joseph Ishac
|
8df3fa1b5f
Fixed overlooked variable when debugging is on.
|
3 years ago |
Joseph Ishac
|
259bf83607
Fixing up the rest of the parsing and IMAP functions, and GMAIL classes as well. Also adding is_debugging() to the UI to allow us to quickly determine if we should build some of the expensive debug objects
|
3 years ago |
Joseph Ishac
|
5fc08e529b
BUG: behavior of fetch now only returns a single entry, the use of
|
3 years ago |
Joseph Ishac
|
3166723baa
Removing obsolete emailutil.py. The date functionality was pulled into folder/Base.py which now handles messages as binary objects
|
3 years ago |
Joseph Ishac
|
14b318b0e2
Formatting and adding the requirements that were removed as part of the "Included charset detection" patch that was reverted. Added all but chardet~=3.0.4 which is not needed with this fix.
|
3 years ago |
Joseph Ishac
|
f71ef226bf
Merge branch 'master' into multiple_encoding_support. Dropping patch
|
3 years ago |
Joseph Ishac
|
c8b275cdc3
Revert "Included charset detection"
|
3 years ago |
Sudip Mukherjee
|
8b88441759
BUG: Gmail FETCH error with synclabels enabled
|
3 years ago |
Sudip Mukherjee
|
3afd3395bd
BUG: Exception with debug logs
|
3 years ago |
Sudip Mukherjee
|
c11232cf53
BUG: Right format for password from Curses
|
3 years ago |
Joseph Ishac
|
49b6c30ace
Cleaning up some more use of the old message string "content" to use "msg" email object instead.
|
3 years ago |
Rodolfo García Peñas (kix)
|
9e8e30794c
Merge pull request #53 from thekix/master
|
3 years ago |
Rodolfo García Peñas (kix)
|
62490ff183
Included charset detection
|
3 years ago |
Rodolfo García Peñas (kix)
|
76c7a723db
Merge pull request #51 from sudipm-mukherjee/fix_remotepassfile
|
3 years ago |
Rodolfo García Peñas (kix)
|
9e6d614cee
Merge pull request #45 from agx/fix-gssapi
|
3 years ago |