Re: not getting content names

2020-11-03 Thread Sergey Poznyakoff
Jean Louis ha escrit: > > And how do I get name for the text part? > That's not possible, currently. It could rather easily be implemented, though. Can you tell me why is it needed? Regards, Sergey

Re: not getting content names

2020-11-03 Thread Jean Louis
* Sergey Poznyakoff [2020-11-03 17:30]: > Jean Louis ha escrit: > > > With this version I can the name for HTML part. Name is missing for > > TEXT part. > > Yes, of course. That is intended. First text part ("message body") > is treated specially. And how do I get name for the text part?

Re: not getting content names

2020-11-03 Thread Sergey Poznyakoff
Jean Louis ha escrit: > In regards to installation, I am using always stow for packages from I don't know what stow is, so I can't comment on that. Regards, Sergey

Re: not getting content names

2020-11-03 Thread Sergey Poznyakoff
Jean Louis ha escrit: > With this version I can the name for HTML part. Name is missing for > TEXT part. Yes, of course. That is intended. First text part ("message body") is treated specially. Regards, Sergey

Re: not getting content names

2020-11-03 Thread Jean Louis
$ mail --version mail (GNU Mailutils) 3.10-11 [release-3.10-11-g3cab87f05] command: $ mail -s Hello -E "set sendmail=\"sendmail:/home/admin/bin/sendmail\"" --alternative --content-name HTML --content-type=text/html -A /dev/shm/html-file --content-name TEXT --content-type=text/plain s...@exampl

Re: not getting content names

2020-11-03 Thread Jean Louis
* Sergey Poznyakoff [2020-11-03 14:48]: > Jean Louis ha escrit: > > > mail -s Hello -E "set sendmail=\"sendmail:/home/admin/bin/sendmail\"" > > --alternative --content-name HTML --content-type=text/html -A > > /dev/shm/html-file --content-name TEXT --content-type=text/plain > > s...@example.c

Re: not getting content names

2020-11-03 Thread Sergey Poznyakoff
Jean Louis ha escrit: > mail -s Hello -E "set sendmail=\"sendmail:/home/admin/bin/sendmail\"" > --alternative --content-name HTML --content-type=text/html -A > /dev/shm/html-file --content-name TEXT --content-type=text/plain > s...@example.com < text > > I have noticed that I do not get conte

not getting content names

2020-11-03 Thread Jean Louis
mail -s Hello -E "set sendmail=\"sendmail:/home/admin/bin/sendmail\"" --alternative --content-name HTML --content-type=text/html -A /dev/shm/html-file --content-name TEXT --content-type=text/plain s...@example.com < text I have noticed that I do not get content-name set by using above command.