]> git.ipfire.org Git - thirdparty/mlmmj.git/commit
listcontrol: stop calling mlmmj-send for +get-<index>@
authorBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 12 Apr 2023 16:45:08 +0000 (18:45 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Thu, 13 Apr 2023 07:09:00 +0000 (09:09 +0200)
commit1d29f59239a870ee29a98cda651f76b02d741563
treeb3bebd59f7963679e14a815ba656a893d7c6230f
parentded7e871b013cac1b39367aec371966341f3a93f
listcontrol: stop calling mlmmj-send for +get-<index>@

This rewrite allow to reduce memory allocation and prevent fork/exec

move some functions from mlmmj-send to a library to allow reuse,
Duplicate bounce_from_adr temporary to allow rewrite using struct ml
include/send_mail.h
src/listcontrol.c
src/mlmmj-send.c
src/send_mail.c