index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
camel
/
providers
/
imap4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Init have_unget to FALSE. Don't set unget to NULL, it's no longer a
Jeffrey Stedfast
2004-06-15
2
-13
/
+9
*
Flush summary updates for the currently selected folder. (imap4_noop):
Jeffrey Stedfast
2004-06-13
1
-2
/
+11
*
Flush summary updates for the currently selected folder.
Jeffrey Stedfast
2004-06-12
2
-1
/
+4
*
Don't bother with exists_changed. We don't need it afterall.
Jeffrey Stedfast
2004-06-12
2
-9
/
+4
*
Force updating of the emsage flags (normally this only happens if
Jeffrey Stedfast
2004-06-12
1
-0
/
+1
*
Handle getting FLAGS even though we didn't request it (server can send us
Jeffrey Stedfast
2004-06-11
3
-30
/
+75
*
(camel_imap4_summary_flush_updates): Added some logic to
Jeffrey Stedfast
2004-06-11
2
-0
/
+8
*
Don't bother scanning summary info if EXISTS was 0.
Jeffrey Stedfast
2004-06-11
1
-3
/
+29
*
Don't bother scanning summary info if EXISTS was 0.
Jeffrey Stedfast
2004-06-11
2
-9
/
+51
*
Don't always try and parse a RESP-CODE in the BYE case as the RESP-CODE is
Jeffrey Stedfast
2004-06-11
1
-1
/
+9
*
replace strcasecmp with g_ascii_strcasecmp
Jeffrey Stedfast
2004-06-11
1
-2
/
+2
*
some code cleanup
Jeffrey Stedfast
2004-06-11
2
-4
/
+7
*
If flags does not include FOLDER_INFO_FAST, get the total/unread counts
Jeffrey Stedfast
2004-06-11
4
-168
/
+249
*
Load the entire summary, not just the summary header. This way when the
Jeffrey Stedfast
2004-06-08
2
-2
/
+4
*
Implemented, mostly. Still need to update state on the renamed folder
Jeffrey Stedfast
2004-06-07
3
-1
/
+138
*
removed debug printfs
Jeffrey Stedfast
2004-06-05
1
-3
/
+0
*
Initialise the folder->summary and force an update of the message info
Jeffrey Stedfast
2004-06-05
2
-7
/
+22
*
Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER, not
Jeffrey Stedfast
2004-06-05
1
-1
/
+1
*
Always just return 0, don't try to PR_Sync() - fsync on a socket causes an
Jeffrey Stedfast
2004-06-05
3
-8
/
+22
*
added a 'domain' argument, and rearragned arguments to be prettier and
Not Zed
2004-05-21
1
-1
/
+1
*
type-o fix for bug #58404
Jeffrey Stedfast
2004-05-13
1
-1
/
+1
*
New class for zipping/unzipping gzip streams.
Jeffrey Stedfast
2004-05-11
1
-0
/
+5
*
Don't bother doing any work if perm_flags is 0.
Jeffrey Stedfast
2004-04-22
1
-0
/
+3
*
Fixed to not expect ]'s as part of the BODY atom token.
Jeffrey Stedfast
2004-04-20
1
-1
/
+7
*
Added mutex locking where appropriate.
Jeffrey Stedfast
2004-04-07
1
-2
/
+24
*
Added mutex locking where appropriate.
Jeffrey Stedfast
2004-04-07
1
-11
/
+54
*
Defined.
Jeffrey Stedfast
2004-04-07
5
-7
/
+12
*
Partially implemented. (imap4_get_folder): Implemented.
Jeffrey Stedfast
2004-03-31
2
-19
/
+298
*
Implemented.
Jeffrey Stedfast
2004-03-30
24
-1996
/
+2098
*
New source files implementing the CamelFolder class for the new IMAP4
Jeffrey Stedfast
2004-03-29
3
-0
/
+836
*
added .cvsignore
Jeffrey Stedfast
2004-03-29
1
-0
/
+7
*
added camel-imap-store.[c,h] to the build
Jeffrey Stedfast
2004-03-29
2
-20
/
+47
*
added camel-imap-provider.c
Jeffrey Stedfast
2004-03-29
3
-1
/
+141
*
build fixes
Jeffrey Stedfast
2004-03-29
2
-6
/
+7
*
New source files implementing the CamelFolderSummary class for the new
Jeffrey Stedfast
2004-03-29
3
-0
/
+1200
*
No longer need to split ']' tokens from atom tokens due to a fixup in the
Jeffrey Stedfast
2004-03-26
4
-27
/
+892
*
New convenience wrapper function. (engine_parse_status): Fixed to handle
Jeffrey Stedfast
2004-03-25
3
-9
/
+67
*
#include <stdlib.h> for strtoul()
Jeffrey Stedfast
2004-03-25
1
-0
/
+1
*
The beginnings of a new IMAP provider module
Jeffrey Stedfast
2004-03-25
12
-0
/
+4071