Andreas Mack
|
acaa96291d
Add SASL PLAIN authentication method
|
11 years ago |
Eygene Ryabinkin
|
41cb0f577f
Prune trailing whitespaces from code and documentation
|
11 years ago |
Dmitrijs Ledkovs
|
e8c40a9285
Merge branch 'master' into next
|
11 years ago |
Dmitrijs Ledkovs
|
7a21cab6c5
Correct whitespace & add docs about remoteporteval.
|
11 years ago |
Ryan Kavanagh
|
2bacdb7fa3
Allow setting IMAP servers' SSL version
|
11 years ago |
Kim Lidström
|
dde021ce52
Added remoteporteval
|
11 years ago |
Dave Abrahams
|
e94642bb4d
Determine folder syncing on Folder initialization
|
12 years ago |
Sebastian Spaeth
|
29ba2fc523
Warn about nonsensical config option 'sep' for IMAP repositories
|
12 years ago |
Sebastian Spaeth
|
b6807355b5
Implement ui.makefolder and abort repo.makefolder() in dry-run mode
|
13 years ago |
Sebastian Spaeth
|
19c014c6cd
Implement foldersort in a python3 compatible way
|
12 years ago |
Sebastian Spaeth
|
ba3a698a67
No need to test for types.StringType
|
12 years ago |
Sebastian Spaeth
|
0844d27f9f
except Ex, e: --> except Ex as e:
|
12 years ago |
Cédric Krier
|
3028648e8f
Don't fail if /etc/netrc is not readable
|
13 years ago |
Sebastian Spaeth
|
78a37f27ef
WIP, revamp how we treat top-level dirs
|
13 years ago |
Sebastian Spaeth
|
20f2edfcec
Sanity check to notify us when we call IMAPRepository.getsep() too early
|
13 years ago |
Sebastian Spaeth
|
33b4a16dac
Fix mbox.select(foldername) readonly parameter comparison
|
13 years ago |
Sebastian Spaeth
|
9578f29195
Use 'reference' value when creating an IMAP directory
|
13 years ago |
Sebastian Spaeth
|
4e89bbfe6e
Recache folder list after creating a new folder
|
13 years ago |
Sebastian Spaeth
|
9c5f73d3b3
Move self.folderfilter|nametrans|sort from IMAPFolder to BaseFolder
|
13 years ago |
Sebastian Spaeth
|
c7420e6ad4
Debug log/error proof the creation of new IMAP folders
|
13 years ago |
Sebastian Spaeth
|
8ba17c5bd1
add sync_this variable to all Folder() instances
|
13 years ago |
Sebastian Spaeth
|
0d3303ec12
Remove visiblename as parameter to IMAPFolder creation
|
13 years ago |
Sebastian Spaeth
|
410e2d35e9
Set accountname in BaseFolder, and don't pass it in initialization
|
13 years ago |
Sebastian Spaeth
|
d2af21d57d
Simplify testing for 'subscribedonly' setting
|
13 years ago |
Sebastian Spaeth
|
8800fa37a3
Implement Server SSL fingerprint check
|
13 years ago |
Nicolas Sebrecht
|
a38c6da49d
Merge branch 'ss/improved-folderfilter-errors' into next
|
13 years ago |
Sebastian Spaeth
|
fa18968642
Catch folderfilter errors in repository.IMAP.getfolders()
|
13 years ago |
Sebastian Spaeth
|
131298c2b1
Remove superfluous class ConfigedIMAPServer
|
13 years ago |
Sebastian Spaeth
|
b20f5192fb
Allow to specify remote hostname even for the Gmail case
|
13 years ago |
Ethan Glasser-Camp
|
2cc2ead503
Let the user configure how long to IDLE for
|
13 years ago |
Ethan Glasser-Camp
|
52cefb582c
Recognize configuration for idlefolders
|
13 years ago |
Nicolas Sebrecht
|
8a34edc8ca
cleanup import satements
|
13 years ago |
Nicolas Sebrecht
|
3b45782cc4
Merge branch 'master' into next
|
13 years ago |
Sebastian Spaeth
|
1c71e37f8f
Sanity checks for SSL cacertfile configuration
|
13 years ago |
Nicolas Sebrecht
|
c9ac254c8c
Merge branch 'ss/debug-folderfilter' into next
|
13 years ago |
Sebastian Spaeth
|
93f7d0bd1f
Enable debug output to see what folderfilter actually filters out
|
13 years ago |
Sebastian Spaeth
|
d5e7620ce9
Create an abstract Repository class
|
13 years ago |
Sebastian
|
4f57b94e23
Implement SSL certificate checking
|
14 years ago |
Sebastian
|
b853b58578
Unbreak getting password from UI
|
14 years ago |
buergi
|
9239a2d326
Bugfix patch for offlineimap
|
14 years ago |
John Goerzen
|
1f8024a70e
[imaplib2 removal] Revert "Implementation of IMAP IDLE"
|
15 years ago |
John Goerzen
|
3869af9e0b
[imaplib2 removal] Revert "Allow keepalive to be overridden by user if imapfolders is set"
|
15 years ago |
James Bunton
|
8cd2bdf7f5
Allow keepalive to be overridden by user if imapfolders is set
|
15 years ago |
James Bunton
|
3847d0ba9d
Implementation of IMAP IDLE
|
15 years ago |
John Goerzen
|
75af76b70f
Patch from Jim Pryor to support /etc/netrc in addition to ~/.netrc
|
16 years ago |
John Goerzen
|
d69176090c
New option to only work with subscribed folders
|
16 years ago |
John Goerzen
|
2a852a8f48
Rework keepalive to use time.sleep() instead of event.wait()
|
16 years ago |
Mark Hymers
|
ca08c1e553
Add support for ssl client certificates
|
16 years ago |
John Goerzen
|
7b4e651d12
Merge branch 'netrc-integration'
|
16 years ago |
John Goerzen
|
9b8720a4ec
Apply tabspace.diff
|
16 years ago |