lilydjwg
|
5519fe90cd
fix a couple of DeprecationWarning from threading module
|
6 months ago |
lilydjwg
|
65e4f18bb4
format exception using traceback.format_exception_only for error messages
|
2 years ago |
Rodolfo García Peñas (kix)
|
f8cfe98d9c
Include offlineimap and pid in non interactive logs
|
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
|
1d2478bcb6
Series of *UNTESTED* changes that should move the internal structure of
|
3 years ago |
Rodolfo García Peñas (kix)
|
fefe69c0e9
ui/UIBase.py do not use builtin object as variable
|
4 years ago |
Rodolfo García Peñas (kix)
|
d5ab101cf4
ui/UIBase.py do not use builtin type as variable
|
4 years ago |
Rodolfo García Peñas (kix)
|
833816cf62
ui/UIBase.py split the if
|
4 years ago |
Rodolfo García Peñas (kix)
|
b1a719ad9e
ui/UIBase.py changed not var in
|
4 years ago |
Rodolfo García Peñas (kix)
|
5ad87efb84
ui/UIBase.py removed extra characters
|
4 years ago |
Rodolfo García Peñas (kix)
|
229aa59dba
offlineimap/ui files singleton-comparison
|
4 years ago |
Rodolfo García Peñas (kix)
|
e77440552c
Do not make object inheritance
|
4 years ago |
Rodolfo García Peñas (kix)
|
ee236ec987
Reformat offlineimap/ui/UIBase.py
|
4 years ago |
Rodolfo García Peñas (kix)
|
46c677151a
UIBase imports without try except
|
4 years ago |
Rodolfo García Peñas (kix)
|
6ec6111896
2to3 main
|
4 years ago |
Nicolas Sebrecht
|
d9301254ff
fix dates in copyright lines
|
6 years ago |
Carnë Draug
|
5f9474e10d
Print username instead of accountname when asking for password
|
6 years ago |
Musashi69
|
c8847ccff9
make UI output show local AND remote dirs involved
|
6 years ago |
Nicolas Sebrecht
|
203c28f21f
add the repository name when connecting
|
8 years ago |
Nicolas Sebrecht
|
29e06a60f9
learn to not download UIDs defined by the user
|
8 years ago |
Nicolas Sebrecht
|
1086d0dd69
minor: improve "Copy message" output
|
8 years ago |
Nicolas Sebrecht
|
092264c8e7
fix: when called with -a, mbnames must not erase entries of other accounts
|
8 years ago |
Ben Boeckel
|
d8398ba374
Curses, UIBase: remove references to __bigversion__
|
8 years ago |
Nicolas Sebrecht
|
1553e843b3
Revert "Don't output initial blurb in "quiet" mode"
|
8 years ago |
Ben Boeckel
|
e18428b25b
UIBase: add a syslog ui
|
9 years ago |
Ben Boeckel
|
585e5d5e2e
logging: add a switch to log to syslog
|
9 years ago |
Alex Kapranoff
|
07af72081a
report UID validity problem in exit code
|
9 years ago |
Alex Kapranoff
|
a817400d76
report exceptions via exit code
|
9 years ago |
Nicolas Sebrecht
|
461554b7b1
more style consistency
|
9 years ago |
Nicolas Sebrecht
|
cb6790b804
minor: fix indentation
|
9 years ago |
Wieland Hoffmann
|
4bc766035c
error: Log the messages with level ERROR
|
10 years ago |
Nicolas Sebrecht
|
0f40ca4799
more style consistency
|
9 years ago |
Nicolas Sebrecht
|
61021260cb
more consistent style
|
10 years ago |
Nicolas Sebrecht
|
11a28fb0cb
ui/UIBase: folderlist(): avoid built-in list() redefinition
|
10 years ago |
Nicolas Sebrecht
|
e613f6992d
ui/UIBase.py: remove unused import
|
10 years ago |
Eygene Ryabinkin
|
c92c4e56a0
Add version qualifier to differentiate releases and development ones
|
10 years ago |
Abdó Roig-Maranges
|
0e4afa9132
Make GmailFolder sync GMail labels
|
12 years ago |
Eygene Ryabinkin
|
f2c858330f
Always show full tracebacks at the end of the run
|
11 years ago |
Sebastian Spaeth
|
a1dc76ae91
Don't output initial blurb in "quiet" mode
|
12 years ago |
David Logie
|
a614f9a735
Fix str.format() calls for Python 2.6.
|
12 years ago |
Sebastian Spaeth
|
c708e36ff7
Don't fail if no dry-run setting has been specified
|
12 years ago |
Sebastian Spaeth
|
256a26a649
dry-run mode: Protect us from actually deleting a message in dry-run mode
|
12 years ago |
Sebastian Spaeth
|
5ef69e95c0
Prevent modifications on a folder level to occur in dry-run
|
13 years ago |
Sebastian Spaeth
|
b6807355b5
Implement ui.makefolder and abort repo.makefolder() in dry-run mode
|
13 years ago |
Sebastian Spaeth
|
33f55b5362
Implement dry-run on Account() level
|
13 years ago |
Sebastian Spaeth
|
b7e0a51751
Add command line option --dry-run
|
13 years ago |
Sebastian Spaeth
|
5c598d7e74
dict.has_key(a) --> a in dict
|
12 years ago |
Sebastian Spaeth
|
06a78b6112
python3: Queue -> queue
|
12 years ago |
Sebastian Spaeth
|
9df7f34d4c
Remove unused locked() function
|
12 years ago |
Sebastian Spaeth
|
7f22d89872
fix type: logging.info --> logging.INFO
|
12 years ago |