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
/
smtp
/
camel-smtp-transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
New convenience function to determine if there are any 8bit mime parts in
Jeffrey Stedfast
2000-10-03
1
-11
/
+28
*
Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text):
Jeffrey Stedfast
2000-10-03
1
-53
/
+16
*
another mem leak fix
Jeffrey Stedfast
2000-09-29
1
-0
/
+5
*
Fixed some memory leaks. (camel_smtp_transport_init): Initialize
Jeffrey Stedfast
2000-09-29
1
-58
/
+43
*
Don't send the recipient data through smtp_get_email_addr_from_text - this
Jeffrey Stedfast
2000-09-29
1
-15
/
+14
*
Use the linewrap filter to achieve full RFC0821 compliance.
Jeffrey Stedfast
2000-09-20
1
-128
/
+133
*
Updated to check for EXPUNGE notifications
Jeffrey Stedfast
2000-08-30
1
-2
/
+2
*
Automatically connect services when given a valid URL (should hopefully disco...
Peter Williams
2000-08-23
1
-5
/
+18
*
Fixed some warnings.
Christopher James Lahey
2000-08-11
1
-0
/
+3
*
Merge with camel-async.
Peter Williams
2000-08-11
1
-22
/
+16
*
When forced to use the IP, place it in square brackets.
Jeffrey Stedfast
2000-08-02
1
-7
/
+12
*
Update to reflect past changes in the Camel API. Use gtk macro casts
Jeffrey Stedfast
2000-07-09
1
-33
/
+35
*
Fixed the parser to actually work
Jeffrey Stedfast
2000-07-08
1
-14
/
+12
*
Oops. Don't pass port # as a string in the error code (if it fails to
Jeffrey Stedfast
2000-07-06
1
-4
/
+5
*
New method, to return an end-user-friendly name corresponding to a
Dan Winship
2000-07-02
1
-0
/
+13
*
Don't close the filter stream when done with it (this causes the source
Christopher James Lahey
2000-06-28
1
-1
/
+1
*
Deprecated.
Jeffrey Stedfast
2000-06-13
1
-8
/
+8
*
Will now always send EHLO first, if that fails it will fall back on HELO.
Jeffrey Stedfast
2000-06-10
1
-4
/
+15
*
worked on getting providers/imap/* to build cleanly, fixed a number of stupid...
Jeffrey Stedfast
2000-06-07
1
-115
/
+115
*
moved some debug print statements to better locations
Jeffrey Stedfast
2000-06-03
1
-20
/
+21
*
Implemented a few more imap functions in providers/imap/camel-imap-folder.c
Jeffrey Stedfast
2000-05-31
1
-2
/
+3
*
Took out code that had been there to reconnect to the server if it was not
Jeffrey Stedfast
2000-05-26
1
-4
/
+0
*
Fixes to make the SMTP transport thread-safe
EDT 2000 Jeffrey Stedfast
2000-05-25
1
-17
/
+25
*
Added debug fprintfs, tested with a few messages (smtp_data): Fixed to use
EDT 2000 Jeffrey Stedfast
2000-05-24
1
-3
/
+44
*
stuff
Jeffrey Stedfast
2000-05-23
1
-2
/
+2
*
stuff dude
Jeffrey Stedfast
2000-05-23
1
-6
/
+1
*
dude, just stuff
Jeffrey Stedfast
2000-05-23
1
-68
/
+67
*
fix an off-by-one error in address parsing (smtp_data): use
Dan Winship
2000-05-18
1
-2
/
+3
*
error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.c
Jeffrey Stedfast
2000-05-17
1
-2
/
+2
*
o Added some preliminary ESMTP AUTH support
EDT 2000 Jeffrey Stedfast
2000-05-16
1
-6
/
+37
*
now it deff compiles
Jeffrey Stedfast
2000-05-12
1
-1
/
+1
*
camel-smtp-transport.c will now compile :)
Jeffrey Stedfast
2000-05-12
1
-7
/
+8
*
providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp...
Jeffrey Stedfast
2000-05-12
1
-14
/
+10
*
fixed camel_smtp_transport_class_init(): now initializes service_class
Jeffrey Stedfast
2000-05-11
1
-1
/
+4
*
o Undid changes to camel-internet-address.[c,h] o Fixed
EDT 2000 Jeffrey Stedfast
2000-05-09
1
-27
/
+29
*
o Moved struct_address from camel-internet-address.c to
EDT 2000 Jeffrey Stedfast
2000-05-09
1
-3
/
+26
*
o updated to use CamelException (as needed by new camel-stream.c) o no
EDT 2000 Jeffrey Stedfast
2000-05-09
1
-30
/
+29
*
Make camel not leak like a sieve.
Dan Winship
2000-05-08
1
-4
/
+1
*
New function to replace camel_provider_scan. Returns a list of either (a)
Dan Winship
2000-05-04
1
-10
/
+30
*
o Reformatted providers/smtp/camel-smtp-transport.c to fit the standard
EDT 2000 Jeffrey Stedfast
2000-04-10
1
-387
/
+352
*
#include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of the
Dan Winship
2000-04-09
1
-0
/
+1
*
o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should now
EDT 2000 Jeffrey Stedfast
2000-04-08
1
-52
/
+48
*
o Added smtp_helo() request into smtp_connect() (forgott o do this before)
EDT 2000 Jeffrey Stedfast
2000-04-07
1
-1
/
+7
*
o Added smtp/ to providers tree under camel o Added makefiles and source
EDT 2000 Jeffrey Stedfast
2000-04-07
1
-0
/
+694