Volker Krause
b74679fde9
Fix hanging DIMAP sync. This was caused by a race between a quota subjob
...
and its parent. If the parent finished before its subjob (which could
happen since we didn't wait for its finished() signal but a result
signal emitted shortly before that) it might kill the apparently still
running subjob in its dtor which would kill the slave as well.
svn path=/trunk/KDE/kdepim/; revision=810351
18 years ago
Volker Krause
b658ea1f5d
Don't crash if there is no quota set for a folder.
...
svn path=/trunk/KDE/kdepim/; revision=780651
18 years ago
Thomas McGuire
2da8ea91e7
Don't get stuck when receiving quota info for dimap.
...
A emitResult() was missing.
BUG: 154960
svn path=/trunk/KDE/kdepim/; revision=778618
18 years ago
Thomas McGuire
79139a1ebf
Silence the gazillion of "overloaded virtual" warnings.
...
Instead, put a #warning in the cpp file.
svn path=/trunk/KDE/kdepim/; revision=773280
18 years ago
Tobias Koenig
1c10e1fec5
Fix synchronization of disconnected IMAP
...
svn path=/trunk/KDE/kdepim/; revision=731358
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Thiago Macieira
7aa1a27e56
Update to the new KIO::Job API.
...
You can't derive from KIO::SimpleJob or KIO::TransferJob now directly.
Since the only command that you can send is CMD_SPECIAL, I've added a new
job class called KIO::SpecialJob that you can use.
svn path=/trunk/KDE/kdepim/; revision=694074
19 years ago
Allen Winter
4b5f019df5
Fix the FSF address.
...
CCMAIL: adam@kde.org
svn path=/trunk/KDE/kdepim/; revision=657210
19 years ago
Laurent Montel
0241c9c49a
showProgressInfo was always false
...
=> simplify porting
svn path=/trunk/KDE/kdepim/; revision=652169
19 years ago
Laurent Montel
c46bdfdfae
Port to new api
...
svn path=/trunk/KDE/kdepim/; revision=652157
19 years ago
David Faure
2d7cabd98a
Fixed typos and warnings while forwardporting
...
svn path=/branches/kdepim/proko2/kdepim/; revision=631676
19 years ago
Pradeepto Bhattacharya
cf1fbfaa43
Adding missing files for proko2 issue 1215 and reapplying my last commit.
...
svn path=/branches/kdepim/proko2/kdepim/; revision=575528
20 years ago
Till Adam
aae45f3d92
Back out non-compiling (because of missing file) quota unit feature.
...
svn path=/branches/kdepim/proko2/kdepim/; revision=575368
20 years ago
Pradeepto Bhattacharya
5b24bf3263
Some KDE standardisms
...
svn path=/branches/kdepim/proko2/kdepim/; revision=573829
20 years ago
Pradeepto Bhattacharya
db66183f4a
Proko2 Issue 1215 : Fixing some C++ stuff.
...
Also made struct QuotaInfo a class. :). Hence necessary access specifier related changes.
svn path=/branches/kdepim/proko2/kdepim/; revision=573797
20 years ago
Till Adam
d11d4301ea
Move the code that makes an empty quota info form an
...
invalid one into the quotajob class, and out of
kmfoldercachedimap, so it works for online imap as
well. (proko2 issue 1186)
svn path=/branches/kdepim/proko2/kdepim/; revision=544380
20 years ago
Till Adam
a235f136b4
Avoid duplicate result signal emission. (proko2 issue 1201)
...
svn path=/branches/kdepim/proko2/kdepim/; revision=527075
20 years ago
Till Adam
b885b613b0
Implement support for quotas in online imap folders. (Proko2 Issue1080)
...
svn path=/branches/kdepim/proko2/kdepim/; revision=504943
20 years ago
Till Adam
079da2dd69
Better use addSubjob, that's what it's for.
...
svn path=/branches/kdepim/proko2/kdepim/; revision=504907
20 years ago
Till Adam
a188941fcf
Make sure to forward result to the meta job, which is necessary if
...
there's an error, for example.
svn path=/branches/kdepim/proko2/kdepim/; revision=504813
20 years ago
Till Adam
45d65d6982
Implement the KMail end of quota support for cached imap folders
...
(proko2 issue 1080). Online IMAP is a bit more work and will probably
happen in trunk, once I've forward ported this there.
svn path=/branches/kdepim/proko2/kdepim/; revision=503566
20 years ago