index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
camel
/
providers
/
sendmail
/
camel-sendmail-transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill dead files
JP Rosevear
2005-01-11
1
-263
/
+0
*
Merged notzed-eplugin-2-branch to head.
Michael Zucci
2004-09-20
1
-0
/
+1
*
s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and
Jeffrey Stedfast
2003-09-19
1
-3
/
+3
*
temporarily reverting my camel namespace patches until after we merge in some...
Jeffrey Stedfast
2003-08-27
1
-3
/
+3
*
Namespaced.
Jeffrey Stedfast
2003-08-26
1
-3
/
+3
*
added a comment
Jeffrey Stedfast
2003-03-11
1
-0
/
+2
*
Fixes for bug #39168
Jeffrey Stedfast
2003-03-06
1
-0
/
+11
*
fixed a type-o that causes a segfault
Jeffrey Stedfast
2003-02-24
1
-1
/
+1
*
Do it the same way we just made the sendmail code do it.
Jeffrey Stedfast
2003-02-24
1
-38
/
+33
*
s/g_slist_free1/g_slist_free_1
Jeffrey Stedfast
2003-02-23
1
-2
/
+4
*
Remove all Bcc headers before sending to the smtp server.
Jeffrey Stedfast
2003-02-23
1
-4
/
+41
*
If writing to the sendmail pipe fails, wait for the sendmail process to
Jeffrey Stedfast
2002-08-06
1
-12
/
+20
*
Change the message arg to a CamelMimeMessage instead of a CamelMedium.
Dan Winship
2002-03-29
1
-88
/
+33
*
Clean up some of the Makefiles so we dont' link every library multiple
Ettore Perazzoli
2002-01-25
1
-2
/
+2
*
Updated to match the new send_to API. (smtp_send): Get the from address
Jeffrey Stedfast
2002-01-16
1
-5
/
+9
*
Change the prototype for camel_address_get_type to return a CamelType
Jeffrey Stedfast
2001-12-21
1
-14
/
+23
*
Fixing the license text.
Ettore Perazzoli
2001-10-28
1
-1
/
+0
*
Update the licensing information to require version 2 of the GPL
Ettore Perazzoli
2001-10-27
1
-2
/
+2
*
Update the copyrights, replacing Helix Code with Ximian and
Ettore Perazzoli
2001-06-23
1
-2
/
+2
*
Big header cleanups and nntp compile fix
Kjartan Maraas
2001-03-30
1
-0
/
+2
*
More fixing for exim: It can't deal with "-tif", you need to say "-t -i
Dan Winship
2001-03-14
1
-10
/
+11
*
Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (And
Dan Winship
2001-03-10
1
-2
/
+2
*
Use "-f" to set the envelope from address so bounces go to the right
Dan Winship
2001-03-02
1
-10
/
+34
*
Updated.
Jeffrey Stedfast
2001-02-06
1
-26
/
+26
*
lots of i18n fixes
Dan Winship
2000-10-24
1
-14
/
+16
*
Merge with camel-async.
Peter Williams
2000-08-11
1
-18
/
+12
*
New method, to return an end-user-friendly name corresponding to a
Dan Winship
2000-07-02
1
-0
/
+15
*
> searchpart = strchr(namepart, '?');
NotZed
2000-05-20
1
-6
/
+7
*
Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.
Dan Winship
2000-05-10
1
-2
/
+0
*
Use CamelException to signal failure. (camel_stream_write_strings):
Dan Winship
2000-05-09
1
-2
/
+10
*
Make camel not leak like a sieve.
Dan Winship
2000-05-08
1
-1
/
+2
*
actually record the pid returned by fork(). Noticed by clahey.
Dan Winship
2000-04-09
1
-1
/
+2
*
another typo
Dan Winship
2000-02-25
1
-1
/
+1
*
Add CamelTransport abstract class and CamelSendmailTransport
Dan Winship
2000-02-25
1
-0
/
+203