summaryrefslogtreecommitdiffstats
path: root/tdeioslave/imap4/imap4.cc
Commit message (Collapse)AuthorAgeFilesLines
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-151-2746/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Make the folder assurance read-only.Thomas McGuire2019-04-231-1/+1
| | | | | | | | | Patch by Szokovacs Robert <szo at szo dot hu>, thanks! BUG: 144035 Cherry-picked from: 243dfe72a65603f6fdc36b78585cb21125e88c7d Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* A signal handler that calls for example waitpid has to save errno before andIngo Klöcker2019-04-231-1/+8
| | | | | | | | restore it afterwards. Cherry-picked from: 70b4927d847f52c865e0c6c91323eeb3295a99eb Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* The use of the static keyword is deprecated when declaring objects in a ↵Ingo Klöcker2019-04-231-2/+2
| | | | | | | | | | namespace scope.... - The C++ Standard, ISO/IEC 14882:1998, section 7.3.1.1 paragraph 2 Cherry-picked from: a16596e1c16c3d5509d6d3f37ed9287ea61ef9df Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Use static const instead of #defineJakub Stachowski2019-04-231-3/+3
| | | | | | Cherry-picked from: c247b0607d3315a43f21c417ef261ab8eb2979e1 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Default port for imap and imaps. Before after typing imap://server/ inJakub Stachowski2019-04-231-1/+6
| | | | | | | | konqueror, slave would try to connect to port 0. Cherry-picked from: b35c00016dd671aca964907d76aa5a2ed4bc15cc Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Removed useless 'true &&' statementTobias Koenig2019-04-231-1/+1
| | | | | | Cherry-picked from: 6965c8b9dac4bb0383a520a829b6689ea597764f Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* fixup the CopyrightsAllen Winter2019-04-231-1/+1
| | | | | | Cherry-picked from: edcd66a23bc102ec914c4a8702dc12b7241840c6 Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
* Reorganize tdeioslave help handbooks, fix related protocol files and issues, ↵Darrell Anderson2014-02-061-0/+2734
update and add handbooks.