lilydjwg
|
489ff3bdb1
fix regexes containing invalid escape sequences
|
10 months ago |
Adam Dinwoodie
|
416df5d7c2
Skip parsing date after failing to parse the date
|
2 years ago |
Rodolfo García Peñas (kix)
|
c305f47e84
OSError does not include __getitem__
|
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
|
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
|
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
|
4 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
|
4 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.
|
4 years ago |
Joseph Ishac
|
49b6c30ace
Cleaning up some more use of the old message string "content" to use "msg" email object instead.
|
4 years ago |
Joseph Ishac
|
1d2478bcb6
Series of *UNTESTED* changes that should move the internal structure of
|
4 years ago |
Rodolfo García Peñas (kix)
|
ba6857bc87
Remove email.Parse
|
4 years ago |
Rodolfo García Peñas (kix)
|
62df6e70c3
Rigth comparison with err EEXIST
|
4 years ago |
Rodolfo García Peñas (kix)
|
7ff65be690
Removed mutable arguments
|
4 years ago |
Rodolfo García Peñas (kix)
|
9123cb83fc
Remove md5 import
|
4 years ago |
Rodolfo García Peñas (kix)
|
ba11b2d684
six: changed offlineimap/folder/Maildir.py
|
4 years ago |
Rodolfo García Peñas (kix)
|
c68e70519d
folder/Maildir.py split the if
|
4 years ago |
Rodolfo García Peñas (kix)
|
1bcd7d3d4d
folder/Maildir.py Removed unused variables
|
4 years ago |
Rodolfo García Peñas (kix)
|
91df77f69f
folder/Maildir.py Updated docstrings
|
4 years ago |
Rodolfo García Peñas (kix)
|
3d2692103f
folder/Maildir.py changed not var in
|
4 years ago |
Rodolfo García Peñas (kix)
|
28910df6c2
folder/Maildir.py removed extra chars
|
4 years ago |
Rodolfo García Peñas (kix)
|
7b082f0fe9
offlineimap/folder files singleton-comparison
|
4 years ago |
Rodolfo García Peñas (kix)
|
7d62441dc2
Changed import order
|
4 years ago |
Rodolfo García Peñas (kix)
|
eafd9eb51d
Reformat offlineimap/folder/Maildir.py
|
4 years ago |
Rodolfo García Peñas (kix)
|
7ba9ca1cca
Maildir set is a builtin in python3
|
4 years ago |
Rodolfo García Peñas (kix)
|
bb5b1f2dcf
Encode folder name before md5
|
4 years ago |
Rodolfo García Peñas (kix)
|
6ec6111896
2to3 main
|
4 years ago |
Eygene Ryabinkin
|
3a807d0f2b
Create filenames with no path separators in them
|
6 years ago |
Nicolas Sebrecht
|
01a744a0f8
folder: Maildir: actually try to use Delivery-Date if Date is broken
|
8 years ago |
Nicolas Sebrecht
|
e452c344d9
minor code refactoring
|
8 years ago |
Stéphane Albert
|
2d885fda4c
Fix md5 folder generation wanting unicode
|
8 years ago |
Giel van Schijndel
|
b6ede627a9
SQLite: make postponing transaction committing possible.
|
8 years ago |
Nicolas Sebrecht
|
d263af91e0
Maildir: add missing exception instance "as e" in except clause
|
8 years ago |
Nicolas Sebrecht
|
59f5da5e9e
Maildir: OfflineImapError is missing the severity argument
|
8 years ago |
Nicolas Sebrecht
|
7945e10a76
correctly reraise errors with six
|
8 years ago |
Nicolas Sebrecht
|
932e826d7c
folder: Maildir: add comments about FMD5 issues
|
9 years ago |
Nicolas Sebrecht
|
e3fe848c6b
minor code cleanups
|
8 years ago |
Łukasz Żarnowiecki
|
0addcbabf0
py3: raise exceptions using six module
|
8 years ago |
Łukasz Żarnowiecki
|
23f96ba880
Encode utf-8 argument for md5 function
|
8 years ago |
Łukasz Żarnowiecki
|
2465e1ce6a
Replace dictionary iteration methods
|
8 years ago |
Nicolas Sebrecht
|
bf8bfbc872
folder: utime_from_header is for Maildir only
|
8 years ago |
Łukasz Żarnowiecki
|
a3bd5d4d38
Replace has_key method to "key in dict"
|
8 years ago |
Łukasz Żarnowiecki
|
19c43308b9
Change filter with lambda to list comprehension
|
8 years ago |
Łukasz Żarnowiecki
|
068ac7c410
Replace calls to long with int calls
|
8 years ago |
Nicolas Sebrecht
|
657f258196
folder: properly factorize initialization and dropping of self.message
|
9 years ago |
Ilias Tsitsimpis
|
c84d23b656
Identify and fix messages with FMD5 inconsistencies
|
9 years ago |