Articles
Downloads
Manual
News
Projects
Search
Advanced search
Users
Login
Password reset
Wiki
Username:
Password:
Desktop
Homepage
Members
Timeline
Gallery
Download
Bug reports
Revisions
Revision
Date
Author
Message
1.66
2012/10/16 02:51:03
khorben
More resilient against SSL errors
1.65
2012/07/19 19:53:47
khorben
Reviewing Mailer's API
1.64
2012/05/20 10:53:13
khorben
More consistent debugging
1.63
2012/05/12 12:03:49
khorben
Let both imap4 and pop3 account plug-ins be consistent
1.62
2012/05/11 11:31:34
khorben
Added a few comments
1.61
2012/01/12 01:24:01
khorben
Improved suppport for Gmail's IMAP servers
1.60
2012/01/07 00:27:07
khorben
Reworked the accounts plug-ins (configuration changes probably crash now)
1.59
2011/12/10 15:10:57
khorben
Fixed listing folders when the name is not quoted
1.58
2011/12/10 13:50:35
khorben
The SSL context is provided by the Mailer class
1.57
2011/11/20 04:39:51
khorben
The accounts only need to include Mailer/account.h
1.56
2011/09/21 13:24:57
khorben
Improving support of the STATUS command
1.55
2011/09/19 23:00:10
khorben
Now verifying the remote SSL certificate
1.54
2011/09/15 11:32:20
khorben
Code cleanup
1.53
2011/09/15 11:01:46
khorben
Improving SSL support
1.52
2011/09/14 23:35:46
khorben
Code cleanup
1.51
2011/09/14 22:52:14
khorben
Initial SSL support
1.50
2011/09/14 21:55:32
khorben
Code cleanup
1.49
2011/07/20 18:36:50
khorben
Added missing include
1.48
2011/07/09 18:47:25
khorben
Open folders read-only by default
1.47
2011/07/07 15:09:59
khorben
No longer automatically mark the selected mailboxes as read
1.46
2011/06/26 23:44:55
khorben
Account configuration dialogs can now have separators
1.45
2011/06/26 23:32:28
khorben
Implemented namespace prefix (not really tested)
1.44
2011/06/26 23:11:19
khorben
Code cleanup
1.43
2011/06/25 10:09:06
khorben
Shorten mailbox names when they have a parent
1.42
2011/06/25 03:27:06
khorben
Code cleanup
1.41
2011/06/25 03:23:40
khorben
Recursive folder discovery with IMAP
1.40
2011/06/25 01:28:51
khorben
More efficient IMAP code
1.39
2011/06/25 00:22:58
khorben
Only list the top-level folders first
1.38
2011/06/10 23:19:14
khorben
Fixed use of fcntl()
1.37
2011/06/07 22:10:13
khorben
No longer block on connect()
1.36
2011/06/06 17:05:49
khorben
Code cleanup
1.35
2011/06/06 16:50:16
khorben
Code cleanup
1.34
2011/06/06 00:20:36
khorben
Updating the status when connecting to the server
1.33
2011/06/06 00:03:02
khorben
Really recover on errors
1.32
2011/06/05 23:56:02
khorben
Let it recover in more occasions even
1.31
2011/06/05 23:27:36
khorben
Recovering on errors
1.30
2011/06/05 22:41:10
khorben
Fetch the body header instead of the envelope
1.29
2011/06/05 22:26:42
khorben
No longer risk a crash (or worse)
1.28
2011/06/05 22:25:58
khorben
Free'ing more (too much) memory
1.27
2011/06/05 02:23:27
khorben
Only guess names at the root of the hierarchy
1.26
2011/06/05 02:20:40
khorben
Guess the folder type from its name
1.25
2011/06/05 01:56:16
khorben
Dirty hack to avoid displaying a single ")" at the end of each message
1.24
2011/06/05 01:44:56
khorben
Fetching the body as well
1.23
2011/06/05 01:41:39
khorben
Now able to fetch and display headers
1.22
2011/06/05 00:53:25
khorben
Code cleanup
1.21
2011/06/05 00:34:23
khorben
The imap plug-in is beginning to be useful
1.20
2011/06/04 23:48:18
khorben
Fetching message headers
1.19
2011/06/04 23:27:57
khorben
More robust code
1.18
2011/06/04 22:49:35
khorben
Selecting every folder available
1.17
2011/06/04 21:23:17
khorben
Properly handle longer answers
1.16
2011/06/04 20:56:16
khorben
Now able to authenticate
1.15
2011/06/04 17:47:00
khorben
Beginning to implement IMAP4 support
1.14
2011/05/13 22:32:17
khorben
Fully restored the "View source" functionality
1.13
2011/02/23 14:36:26
khorben
Massive re-design abstracts Gtk+ away from account plug-ins
1.12
2011/01/29 02:16:42
khorben
Unifying the plug-in API between projects
1.11
2010/10/22 13:23:01
khorben
Implemented viewing the source for messages
1.10
2010/10/05 20:35:17
khorben
Code cleanup
1.9
2010/10/05 20:20:05
khorben
Plug-ins no longer need to include src/mailer.h
1.8
2010/10/05 20:15:08
khorben
Tracking read/unread status in the mbox plug-in
1.7
2010/05/03 23:50:10
khorben
Updated license texts (GPL version 3)
1.6
2009/01/20 08:20:34
khorben
Beginning to display message contents
1.5
2007/12/10 01:17:59
khorben
Now able to list messages in a folder
1.4
2007/06/13 18:02:22
khorben
Properly licensed under the GPL version 2
1.3
2006/11/05 22:40:18
khorben
Added default values for server port and SSL
1.2
2006/11/03 07:30:36
khorben
Updated account definition, added rss.c placeholder
1.1
2006/11/02 06:57:06
khorben
Added IMAP4 and POP3 place-holder plug-ins