<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/mailutils/mail.h, branch long_paths</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=long_paths</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=long_paths'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2020-12-17T11:34:25+00:00</updated>
<entry>
<title>mail: commonalize send_r_n()</title>
<updated>2020-12-17T11:34:25+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-17T11:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b6237c0657074e8a61b2123601df36389659b603'/>
<id>urn:sha1:b6237c0657074e8a61b2123601df36389659b603</id>
<content type='text'>
function                                             old     new   delta
send_mail_command                                     85      55     -30

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mail: move "opts" from globals</title>
<updated>2020-12-17T11:24:50+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-17T11:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=25b2680056454dc4761ba3b2efde7c3414738f8c'/>
<id>urn:sha1:25b2680056454dc4761ba3b2efde7c3414738f8c</id>
<content type='text'>
function                                             old     new   delta
popmaildir_main                                      812     823     +11
sendmail_main                                       1295    1301      +6
makemime_main                                        291     288      -3
parse                                                970     966      -4
reformime_main                                       107     100      -7
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/3 up/down: 17/-14)              Total: 3 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendfile: code shrink</title>
<updated>2018-07-31T15:30:08+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-07-31T15:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8d634a08c4164da3a0d93caa9de825384e59d27d'/>
<id>urn:sha1:8d634a08c4164da3a0d93caa9de825384e59d27d</id>
<content type='text'>
function                                             old     new   delta
printstr_base64                                        -      22     +22
printbuf_base64                                        -      11     +11
printfile_base64                                       -       9      +9
makemime_main                                        305     294     -11
encode_n_base64                                      236     223     -13
sendmail_main                                       1380    1366     -14
encode_base64                                         36       -     -36
------------------------------------------------------------------------------
(add/remove: 3/1 grow/shrink: 0/3 up/down: 42/-74)            Total: -32 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sendmail: support AUTH PLAIN in addition to AUTH LOGIN</title>
<updated>2018-07-31T15:17:40+00:00</updated>
<author>
<name>Raffaello D. Di Napoli</name>
<email>rafdev@dinapo.li</email>
</author>
<published>2018-06-26T23:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f28b8857a9fa7b2b137a19ce7069077da5706d78'/>
<id>urn:sha1:f28b8857a9fa7b2b137a19ce7069077da5706d78</id>
<content type='text'>
Implement the -am argument to allow choosing an AUTH method.
For now only PLAIN and LOGIN are supported, but others can be added
easily in the future.

AUTH PLAIN required adding a new variant of encode_base64() capable of
handling NUL characters in the input string; the old function is now a
wrapper for the newer one.

function                                             old     new   delta
encode_n_base64                                        -     236    +236
sendmail_main                                       1199    1380    +181
packed_usage                                       32873   32877      +4
encode_base64                                        242      36    -206
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/1 up/down: 421/-206)          Total: 215 bytes

Signed-off-by: Raffaello D. Di Napoli &lt;rafdev@dinapo.li&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>makemime: content-type should default to application/octet-stream</title>
<updated>2011-11-19T12:55:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2011-11-19T12:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3bc4fc5857e2daba601442f95771a590bce915bc'/>
<id>urn:sha1:3bc4fc5857e2daba601442f95771a590bce915bc</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>mailutils/*: add verbose option to sendmail; remove -m and -j from makemime</title>
<updated>2010-12-20T04:12:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-12-20T04:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5707b52fd4de0d9d5ebb496f459fa4fa66215226'/>
<id>urn:sha1:5707b52fd4de0d9d5ebb496f459fa4fa66215226</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libbb: merge mail and uudecode's base64 decoders</title>
<updated>2010-09-16T15:51:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-09-16T15:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9fe98f701d40835db32baa12c94b661d40231ea4'/>
<id>urn:sha1:9fe98f701d40835db32baa12c94b661d40231ea4</id>
<content type='text'>
function                                             old     new   delta
read_base64                                            -     378    +378
uudecode_main                                        306     315      +9
parse                                                953     958      +5
read_stduu                                           250     254      +4
base64_main                                          217     219      +2
read_base64                                          358       -    -358
decode_base64                                        371       -    -371
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 4/0 up/down: 398/-729)         Total: -331 bytes

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>add mailutils/*</title>
<updated>2008-11-06T23:42:42+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-11-06T23:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=239d06bd4710e8463c6cc7e5411965066a6d134e'/>
<id>urn:sha1:239d06bd4710e8463c6cc7e5411965066a6d134e</id>
<content type='text'>
</content>
</entry>
</feed>
