Rodolfo García Peñas (kix)
|
b175f7a698
Base.py sync_folder_structure returns always None
|
4 years ago |
Rodolfo García Peñas (kix)
|
1d93f90db5
Base.py renamed exception variable e to exc
|
4 years ago |
Rodolfo García Peñas (kix)
|
e25bd7b48b
Base.py removed unused pass
|
4 years ago |
Rodolfo García Peñas (kix)
|
20e3323718
Base.py added docstrings
|
4 years ago |
Rodolfo García Peñas (kix)
|
d50a28a68f
repository add docstring to files
|
4 years ago |
Rodolfo García Peñas (kix)
|
23f67019cc
Base.py long lines style
|
4 years ago |
Rodolfo García Peñas (kix)
|
3aba335109
repository/Base.py changed not var in
|
4 years ago |
Rodolfo García Peñas (kix)
|
ad0920de72
repository/Base.py Changed indentation
|
4 years ago |
Rodolfo García Peñas (kix)
|
7be7a70d85
Reformat offlineimap/repository/Base.py
|
4 years ago |
Rodolfo García Peñas (kix)
|
6ec6111896
2to3 main
|
4 years ago |
Nicolas Sebrecht
|
5836970d51
utf8foldernames: fix missing decode argument
|
7 years ago |
Urs Liska
|
36d726763d
utf8: implement utf8foldernames option
|
7 years ago |
Abdo Roig-Maranges
|
91486482cc
repository: Base: fix typo in folder variable name
|
8 years ago |
Nicolas Sebrecht
|
2e2684d445
repository: Base: fix folder structure comparison
|
8 years ago |
Abdo Roig-Maranges
|
5c59d3ecbf
repository: Base: fix name of the status folder
|
8 years ago |
Nicolas Sebrecht
|
481efa95f6
repository: Base: rework the structure folders comparison
|
8 years ago |
Stéphane Albert
|
22641331c1
Fix decodefoldernames not applying in folder sync
|
8 years ago |
Nicolas Sebrecht
|
88e8a4895e
minor code enhancements
|
8 years ago |
Nicolas Sebrecht
|
1410a391bc
avoid removing of data when user removed a maildir
|
8 years ago |
Łukasz Żarnowiecki
|
2465e1ce6a
Replace dictionary iteration methods
|
8 years ago |
Łukasz Żarnowiecki
|
b5d9652bc9
Do not mix tabs with spaces
|
8 years ago |
Nicolas Sebrecht
|
6fb5700f94
SQLite: close db when done
|
8 years ago |
Nicolas Sebrecht
|
9486a0dab3
IMAP: don't try to create empty folders
|
8 years ago |
Igor Almeida
|
4e2de8f58a
Maildir repository: add config keys for IMAP keywords
|
9 years ago |
Matthew Krafczyk
|
48bb2f4113
Added the newmail_hook
|
9 years ago |
Nicolas Sebrecht
|
461554b7b1
more style consistency
|
9 years ago |
Nicolas Sebrecht
|
14de280585
repository: Base: add comment about lying variable name self.uiddir
|
9 years ago |
Nicolas Sebrecht
|
0f40ca4799
more style consistency
|
9 years ago |
Nicolas Sebrecht
|
61021260cb
more consistent style
|
10 years ago |
Nicolas Sebrecht
|
62afde1825
repository/Base.py: remove unused import
|
10 years ago |
Eygene Ryabinkin
|
a1bf8db517
Brought CustomConfig.py into more proper shape
|
10 years ago |
Eygene Ryabinkin
|
95aea5e489
Add new expansion key for mbnames.peritem config variable
|
11 years ago |
Eygene Ryabinkin
|
41cb0f577f
Prune trailing whitespaces from code and documentation
|
11 years ago |
Dave Abrahams
|
e94642bb4d
Determine folder syncing on Folder initialization
|
12 years ago |
Sebastian Spaeth
|
925a5bcae1
Fix cut-off line
|
12 years ago |
Vladimir Nesov
|
6e5fbebc0e
fix: createfolders setting is ignored if readonly is True
|
12 years ago |
Sebastian Spaeth
|
0752c123f5
Implement the "createfolders" setting for repositories
|
12 years ago |
Sebastian Spaeth
|
644b9f0bb9
Implement .readonly property for repositories
|
12 years ago |
Sebastian Spaeth
|
b6807355b5
Implement ui.makefolder and abort repo.makefolder() in dry-run mode
|
13 years ago |
Sebastian Spaeth
|
ac033c68fd
Improve nametrans local->remote folder syncing
|
12 years ago |
Sebastian Spaeth
|
189d78cc5c
sync_folder_structure: make more readable
|
12 years ago |
Sebastian Spaeth
|
19c014c6cd
Implement foldersort in a python3 compatible way
|
12 years ago |
Sebastian Spaeth
|
014caddee6
folder/Base: Create unambigous MRO inheritence
|
12 years ago |
Sebastian Spaeth
|
55da31c84b
octal notation 0700 -> 0o700
|
12 years ago |
Sebastian Spaeth
|
0844d27f9f
except Ex, e: --> except Ex as e:
|
12 years ago |
Sebastian Spaeth
|
3e28073f98
Do not create folders on readonly repositories
|
13 years ago |
Sebastian Spaeth
|
f6f8fc8528
Simplify the keepalive code a bit
|
13 years ago |
Sebastian Spaeth
|
097b7ab2b0
createfolder: Fix wrong error output
|
13 years ago |
Sebastian Spaeth
|
4e89bbfe6e
Recache folder list after creating a new folder
|
13 years ago |
Sebastian Spaeth
|
db28cb77e7
Fix another visiblename() glitch in determining the foldername to be created
|
13 years ago |