|
672155735a
|
Obtain the message headers and bodies more appropriately
|
2012-12-10 18:14:48 +01:00 |
|
|
ede47231de
|
Testing more code
|
2012-12-10 12:43:23 +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 |
|
|
f5a8c13c4c
|
Code cleanup
|
2012-11-29 16:47:13 +01:00 |
|
|
9dd7b22f04
|
Also use a 16KB buffer with OpenSSL
|
2012-11-29 16:33:19 +01:00 |
|
|
75b61ff69d
|
Code cleanup
|
2012-11-29 16:31:15 +01:00 |
|
|
1917629193
|
e-mails are now stored in a GtkTreeView (to allow threading)
|
2012-11-27 18:22:59 +01:00 |
|
|
1a999563e6
|
Fixed markup
|
2012-11-27 16:18:26 +01:00 |
|
|
8b7d93ecc0
|
Added a README file
|
2012-11-27 16:16:00 +01:00 |
|
|
1aa7cd9e05
|
Set the online toggle button the size of a menu entry
|
2012-11-27 15:58:02 +01:00 |
|
|
365b8375fb
|
Adjusted the incoming buffer size for SSL again
|
2012-11-27 15:05:55 +01:00 |
|
|
f5473ac51b
|
Code cleanup
|
2012-11-27 13:19:19 +01:00 |
|
|
2d1782954e
|
Testing a slightly larger code path
|
2012-11-27 13:18:26 +01:00 |
|
|
d9114f91ec
|
No longer ignore errors from tests
|
2012-11-17 19:22:04 +01:00 |
|
|
dbdb357761
|
Added a button to control the online status
|
2012-11-17 18:19:45 +01:00 |
|
|
08a9406100
|
Worked some more on message loading (still not functional)
|
2012-11-15 05:35:54 +01:00 |
|
|
0026b2b0ab
|
Implemented the start() and stop() methods
|
2012-11-15 05:35:34 +01:00 |
|
|
67b91a3cb6
|
Allow messages to be instantiated without a parent folder
|
2012-11-15 05:27:54 +01:00 |
|
|
9a1f1ba7e4
|
Minor fixes while loading messages (still not functional though)
|
2012-11-15 04:40:48 +01:00 |
|
|
4beda73584
|
Fixed build in debugging mode
|
2012-11-15 04:21:45 +01:00 |
|
|
62a67e4713
|
Make sure to never initialize an Account instance twice
|
2012-11-15 04:19:17 +01:00 |
|
|
02b0b70974
|
Implementing opening messages (not complete)
|
2012-11-15 04:11:20 +01:00 |
|
|
4bd5ac114e
|
Properly load the configuration for each account
|
2012-11-15 03:15:12 +01:00 |
|
|
ca2789995f
|
More complete date helper and tests
|
2012-11-14 19:14:03 +01:00 |
|
|
2b7aa649b5
|
Made sure strptime() does not work with uninitialized data
|
2012-11-14 18:38:32 +01:00 |
|
|
6108d62f68
|
Improved the test for the date helper
|
2012-11-14 18:23:56 +01:00 |
|
|
6539fdf36a
|
Implemented a force refresh for accounts
|
2012-11-13 19:58:49 +01:00 |
|
|
4aa7a79f2e
|
Also enable the toolbar button for send/receive
|
2012-11-13 19:58:31 +01:00 |
|
|
dac2451e84
|
Let the LIST test pass
|
2012-11-13 19:54:09 +01:00 |
|
|
409516b28f
|
Added a test for LIST (currently failing "as expected")
|
2012-11-13 19:19:21 +01:00 |
|
|
bdc772cb3c
|
Avoid a potential IMAP4 command corruption
|
2012-11-13 18:37:21 +01:00 |
|
|
d0f0dade68
|
Hopefully safer parsing of STATUS lines
|
2012-11-13 18:20:13 +01:00 |
|
|
54fcc0b0a7
|
Added some tests for the IMAP4 code
|
2012-11-13 17:57:51 +01:00 |
|
|
436820da05
|
Fixing users of <ctype.h>
|
2012-11-13 12:50:08 +01:00 |
|
|
9715e002d4
|
Synchronized with imap4.c
|
2012-11-13 02:39:15 +01:00 |
|
|
0743bcb8ca
|
Updated the API again (should be clearer to follow)
|
2012-11-13 01:56:57 +01:00 |
|
|
7dec1c44c6
|
Implementing the "Send/Receive" button
|
2012-11-12 20:22:11 +01:00 |
|
|
ba2585ebb9
|
Preparing for offline mode
|
2012-11-12 19:10:38 +01:00 |
|
|
b5db08d7b0
|
No longer choke directly on invalid commands
|
2012-11-12 18:16:18 +01:00 |
|
|
48d5b89b23
|
Ensure the account can be safely deleted right after an error
|
2012-11-12 18:12:13 +01:00 |
|
|
85ba58cb02
|
Removed duplicate event (errors are already covered)
|
2012-11-12 18:11:26 +01:00 |
|
|
4c91b7aceb
|
Make sure to report fatal errors with a reference to the current account
|
2012-11-09 16:15:39 +01:00 |
|
|
05b4b172d2
|
Report the proper error when unable to connect
|
2012-11-09 16:06:55 +01:00 |
|
|
fa30f94717
|
Nicer error messages
|
2012-11-07 14:56:29 +01:00 |
|
|
2b59391f8f
|
Also checking for failed connections
|
2012-11-07 01:14:19 +01:00 |
|
|
377f4107bd
|
Additional check for proper connection to the server
|
2012-11-07 01:05:44 +01:00 |
|