diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-27 14:01:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-27 14:01:22 +0000 |
commit | bed22a01fb19de6e4b4c2c7d8c5953bc7aa2580e (patch) | |
tree | b10a0bd2e8a115f679cd0b955fc6661cea3e2d8a /networking/Config.in | |
parent | 682ad3045c11f6d8961306b1a364289c2aae35ef (diff) | |
download | busybox-w32-bed22a01fb19de6e4b4c2c7d8c5953bc7aa2580e.tar.gz busybox-w32-bed22a01fb19de6e4b4c2c7d8c5953bc7aa2580e.tar.bz2 busybox-w32-bed22a01fb19de6e4b4c2c7d8c5953bc7aa2580e.zip |
sendmail: compat update by Vladimir
function old new delta
sendgetmail_main 1889 2091 +202
putchar_unlocked - 43 +43
putchar - 43 +43
packed_usage 24868 24910 +42
smtp_checkp 102 111 +9
uuencode 235 227 -8
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 3/1 up/down: 339/-8) Total: 331 bytes
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index f23ca47c0..1984297a6 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -687,6 +687,27 @@ config SENDMAIL | |||
687 | help | 687 | help |
688 | Barebones sendmail. | 688 | Barebones sendmail. |
689 | 689 | ||
690 | config FEATURE_SENDMAIL_MAILX | ||
691 | bool "Allow to specify subject, attachments and their charset" | ||
692 | default y | ||
693 | depends on SENDMAIL | ||
694 | help | ||
695 | Allow to specify subject, attachments and their charset. | ||
696 | |||
697 | config FEATURE_SENDMAIL_SSL | ||
698 | bool "Allow to communicate via SSL/TLS" | ||
699 | default y | ||
700 | depends on SENDMAIL | ||
701 | help | ||
702 | Allow to use secure connections provided by openssl. E.g. @gmail.com. | ||
703 | |||
704 | config FEATURE_SENDMAIL_CHARSET | ||
705 | string "Default charset" | ||
706 | default "utf-8" | ||
707 | depends on SENDMAIL | ||
708 | help | ||
709 | Default charset of the message. | ||
710 | |||
690 | config FETCHMAIL | 711 | config FETCHMAIL |
691 | bool "fetchmail" | 712 | bool "fetchmail" |
692 | default n | 713 | default n |