Commit Graph

214 Commits

Author SHA1 Message Date
2a786673d2 Update the copyright notice 2020-01-12 09:34:01 +01:00
12709d0866 Avoid a compilation warning 2020-01-12 09:33:52 +01:00
9eaabbcc13 Update the copyright notice 2018-02-12 13:14:31 +01:00
0f36952127 Switch to the 2-clause BSD license 2018-02-12 13:09:32 +01:00
cf39339e01 Stick to the default stack protector 2017-07-26 15:36:08 +02:00
277db6fa35 Re-license as 3-clause BSD 2016-04-05 19:35:11 +02:00
02fc896aae Keep track of the port in struct addrinfo 2016-04-01 02:22:35 +02:00
5f2b712841 Try every address available when connecting 2016-03-31 01:16:54 +02:00
a40ded2dd9 Avoid superfluous name lookups 2016-03-31 00:54:22 +02:00
2bc9c0222a Correct the server address in status messages 2016-03-31 00:41:04 +02:00
ae075eb785 Update the copyright notice 2016-03-30 23:51:57 +02:00
6c0bc4c7b6 Fix connecting to IMAP4 and POP3 servers 2016-03-30 23:51:21 +02:00
7aea2c36cd Survive signals while connecting 2016-03-30 19:01:31 +02:00
68b2a8b08c Fix connecting to addresses besides IPv4 2016-03-30 19:00:57 +02:00
6852e70275 Update the copyright notice 2016-03-30 18:43:50 +02:00
52a514b20a Improve support for network protocols besides IPv4 2016-03-30 18:42:48 +02:00
0ae427a0f3 Fix connecting to addresses besides IPv4 2016-03-30 18:42:05 +02:00
97a408b4a7 Improve support for network protocols besides IPv4 2016-03-30 18:34:32 +02:00
e7c966745c Do not link libssl twice 2016-03-06 00:12:56 +01:00
47c1607131 Fix compilation flags 2016-02-22 21:06:57 +01:00
291bfb6ef6 Adapt to the new API for the Error class 2015-11-24 00:34:33 +01:00
010ea124f4 Build with RELRO by default 2015-11-11 22:28:20 +01:00
e8913f76c3 Build with full SSP by default 2015-11-11 22:22:05 +01:00
1d263a4bac Build with -fstack-protector and executables as PIE 2015-07-12 21:51:10 +02:00
d21ed9cdf5 No longer store Makefiles in the source tree 2015-04-06 15:10:55 +02:00
cd9b15a70d Factored network lookup code
Both the "imap4" and "pop3" plug-ins share a lot of code. Their
respective network lookup code is common to both.
2015-03-14 15:07:30 +01:00
87426544bb Updated the copyright line 2015-03-14 14:37:40 +01:00
d521872a5e Add IPv6 support from the IMAP account plug-in 2015-03-14 14:16:41 +01:00
6c8a534afa Added support for IPv6
The status update for IPv6 does not mention the full address and port
though.
2015-03-14 14:09:57 +01:00
7455186478 Re-generated the Makefiles 2014-12-27 21:52:57 +01:00
df52707b8d Added partial support for building with OBJDIR 2014-11-04 01:13:56 +01:00
3f16321d4b Updated the copyright line 2014-07-22 01:48:06 +02:00
c377b69b3f Avoid using deprecated g_io_channel_close() since it is deprecated 2014-07-22 01:47:27 +02:00
a4be0b2984 Free more errors 2014-07-22 01:46:35 +02:00
a95bfebc57 Code cleanup 2014-07-10 22:39:07 +02:00
6fd8cb2a2a Re-generated the Makefiles 2013-06-02 02:13:24 +02:00
238454fd2e Fixed a NULL pointer dereference and an infinite loop issue when parsing flags 2013-02-26 20:05:06 +01:00
c5073fefb4 Re-generated Makefiles 2013-02-26 20:00:30 +01:00
2ce3aff03c Re-generated Makefiles 2013-01-07 02:21:29 +01:00
e69dfd4028 Fixed build in debugging mode 2013-01-03 18:48:11 +01:00
bd37449b3e Fixed checking for tags in folder lists 2012-12-26 16:49:35 +01:00
4cedcd0169 Setting the first flags 2012-12-17 17:14:26 +01:00
b5fd806d45 Code cleanup 2012-12-17 16:24:56 +01:00
f1a2e88beb Beginning to parse message flags 2012-12-10 19:32:32 +01:00
672155735a Obtain the message headers and bodies more appropriately 2012-12-10 18:14:48 +01:00
569404d03f Obtaining the size of the data to parse with answers to FETCH 2012-12-10 12:11:26 +01:00
e55b695798 Avoiding an invalid free() 2012-12-03 20:06:54 +01:00
f6bd79cbbe Enabled free'ing folders and messages again 2012-12-03 20:02:55 +01:00
a9d80e4d24 Free the configuration values as well as relevant 2012-12-03 19:50:51 +01:00
6a8525e53d Free some more memory when destroying 2012-12-03 19:43:01 +01:00