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
/
imap
/
camel-imap-command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include the terminating NUL in the calculated string length. This hit
Not Zed
2001-01-29
1
-1
/
+1
*
Chganged len back to be unsigned. And do a simple range check on the
Not Zed
2001-01-16
1
-0
/
+9
*
New function to check for added/deleted messages when re-selecting a
Dan Winship
2001-01-12
1
-0
/
+1
*
New header to prevent recursive #include problems
Dan Winship
2001-01-11
1
-0
/
+1
*
Lock the command channel while searching. (imap_body_contains): If
Not Zed
2000-12-24
1
-0
/
+5
*
Change the semantics of fmt: Now %S (capital S) means an IMAP "string",
Dan Winship
2000-12-19
1
-4
/
+119
*
Fix some off-by-one-ness.
Dan Winship
2000-11-30
1
-3
/
+3
*
Make this gratuitously more complicated. No wait, I mean, fix bugs. Now
Dan Winship
2000-11-28
1
-48
/
+89
*
Fixed to return the correct bytecount in all cases which is the real fix
Jeffrey Stedfast
2000-11-21
1
-3
/
+3
*
Use the byte-read count to decrement the number of bytes left to read
Jeffrey Stedfast
2000-11-17
1
-5
/
+5
*
Improved IMAP namespace handling: leave the namespace in the
Dan Winship
2000-10-30
1
-6
/
+2
*
lots of i18n fixes
Dan Winship
2000-10-24
1
-7
/
+7
*
Fix a "how could this have been working before" memory overrun bug found
Dan Winship
2000-10-24
1
-0
/
+3
*
Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) or
Jeffrey Stedfast
2000-10-17
1
-1
/
+1
*
Don't free 'resp' as it doesn't point to the beginning of the allocated
Jeffrey Stedfast
2000-10-17
1
-10
/
+11
*
Only send the LOGOUT command if the store is connected. (imap_connect):
Jeffrey Stedfast
2000-10-17
1
-1
/
+10
*
Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value
Dan Winship
2000-10-13
1
-15
/
+21
*
Quote the mailbox name when sending a SELECT request otherwise mailboxes
Jeffrey Stedfast
2000-10-04
1
-1
/
+1
*
New file containing camel_imap_command and friends. Major
Dan Winship
2000-10-04
1
-0
/
+391