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)
|
3d5f926552
Changed the doxygen in change_message_uid
|
4 years ago |
Rodolfo García Peñas (kix)
|
75c718c75b
six: changed offlineimap/folder/UIDMaps.py
|
4 years ago |
Rodolfo García Peñas (kix)
|
28470ae655
folder/UIDMaps.py Removed extra chars
|
4 years ago |
Rodolfo García Peñas (kix)
|
db1ee5b3e9
folder/UIDMaps.py changed not var in
|
4 years ago |
Rodolfo García Peñas (kix)
|
4442a7ce67
folder/UIDMaps.py import fcntl
|
4 years ago |
Rodolfo García Peñas (kix)
|
e4cb1a93be
Removed unused variables
|
4 years ago |
Rodolfo García Peñas (kix)
|
8cbdc65ebf
folder/UIDMaps.py split the if
|
4 years ago |
Rodolfo García Peñas (kix)
|
3a1b25c204
Reformat offlineimap/folder/UIDMaps.py
|
4 years ago |
Rodolfo García Peñas (kix)
|
6ec6111896
2to3 main
|
4 years ago |
Urs Liska
|
36d726763d
utf8: implement utf8foldernames option
|
7 years ago |
Nicolas Sebrecht
|
05ff68c7e1
IMAP/IMAP: continue to sync if the local side does not return a valid UID on upload
|
7 years ago |
Nicolas Sebrecht
|
ebf5fd527e
folder: UIDMaps: ignore KeyError failure while removing keys
|
7 years ago |
Giel van Schijndel
|
b6ede627a9
SQLite: make postponing transaction committing possible.
|
8 years ago |
Nicolas Sebrecht
|
41c9694488
UIDMaps: ensure we don't update the map file in dry run mode
|
8 years ago |
Nicolas Sebrecht
|
2ac68d82aa
UIDMaps: prevent from leaving a truncated map file
|
8 years ago |
Nicolas Sebrecht
|
5d705f26e2
UIDMaps: reorder imports
|
8 years ago |
Nicolas Sebrecht
|
296c8a6146
UIDMaps: correctly protect from concurrent writes
|
8 years ago |
Nicolas Sebrecht
|
cd43cd5b3b
UIDMaps: code cleanups and improvements
|
8 years ago |
Nicolas Sebrecht
|
c32b409413
UIDMaps: fix copyright line and re-order imports
|
8 years ago |
Nicolas Sebrecht
|
7945e10a76
correctly reraise errors with six
|
8 years ago |
Łukasz Żarnowiecki
|
0addcbabf0
py3: raise exceptions using six module
|
8 years ago |
Łukasz Żarnowiecki
|
2465e1ce6a
Replace dictionary iteration methods
|
8 years ago |
Łukasz Żarnowiecki
|
068ac7c410
Replace calls to long with int calls
|
8 years ago |
Janna Martl
|
8096f6cd5b
maxage: fix timezone issues, remove IMAP-IMAP support, add startdate option
|
9 years ago |
Nicolas Sebrecht
|
efc4df1bd7
LocalStatusSQLite: labels: don't fail if database returns unexpected None value
|
9 years ago |
Nicolas Sebrecht
|
461554b7b1
more style consistency
|
10 years ago |
Giovanni Mascellani
|
29e9b7ab39
Drop caches after having processed folders.
|
11 years ago |
Eygene Ryabinkin
|
e7fabf9e57
Properly re-raise exception to save original tracebacks
|
10 years ago |
Nicolas Sebrecht
|
61021260cb
more consistent style
|
10 years ago |
Eygene Ryabinkin
|
6cbd2498ae
Refactoring: make functions to be private if we can
|
10 years ago |
Eygene Ryabinkin
|
41cb0f577f
Prune trailing whitespaces from code and documentation
|
11 years ago |
Dmitrijs Ledkovs
|
d45872e59c
Add missing OfflineImapError import in folder/UIDMaps.py
|
12 years ago |
Sebastian Spaeth
|
5ef69e95c0
Prevent modifications on a folder level to occur in dry-run
|
13 years ago |
Sebastian Spaeth
|
bf44d30b46
UIDMaps: Better error message when not finding a mapping
|
12 years ago |
Sebastian Spaeth
|
5c598d7e74
dict.has_key(a) --> a in dict
|
13 years ago |
Sebastian Spaeth
|
b33f2452f0
Use "from . import" for relative imports
|
13 years ago |
Sebastian Spaeth
|
d72bb88729
Improve error message
|
13 years ago |
Sebastian Spaeth
|
17f60f7233
Remove from __future__ import with_statements
|
13 years ago |
Sebastian Spaeth
|
de537dc09c
Implement change_message_uid
|
13 years ago |
Sebastian Spaeth
|
b0fd6c6ab8
Do not import threading.*
|
13 years ago |
Vladimir Marek
|
38b1d7b085
Replaced tabs with spaces to unify python sources
|
13 years ago |
Sebastian Spaeth
|
3ce514e92b
Simplify MappedIMAPFolder, fixing bugs
|
13 years ago |
Sebastian Spaeth
|
2180f5fbf4
UIDMappedFolder.savemessage() returned nothing, breaking API conventions
|
13 years ago |
Nicolas Sebrecht
|
e9a7afda6d
Merge branch 'ss/corrupted-uidmap-file' into next
|
13 years ago |
Sebastian Spaeth
|
2ed1c357a0
More detailed error output on corrupt UID mapping files
|
13 years ago |
Sebastian Spaeth
|
e20d8b9679
Remove upload neguid pass from sync logic
|
13 years ago |
Sebastian Spaeth
|
ca012d3a81
Implement more efficient functions for the MappedUID case
|
13 years ago |
Nicolas Sebrecht
|
3eba44f636
Merge branch 'ss/uidmaps' into next
|
13 years ago |
Sebastian Spaeth
|
dc3ad723c9
Give some love to UIDMaps
|
13 years ago |