Hi. . .
Please add:
Display the content parameters of the attachment text
e.g
-c Customize adaptive text encoding
-c "uft-8" or
-c "ASCII" or
-c "iso-8859-1"
etc...
This may require add adaptive encoding parameters, otherwise the receiver may experience character encoding confusion
-D Directly display the text content of the attachment
-D-type "text" or
-D-type "HTML" or " HTM"
command e.g
pop -c "ASCII" -s %Hi% -D-type "text" test.text -e ssl -H %h% -U %u% -p %p% -f %f% -t %t%
pop -c "uft-8" -s %Hi% -D-type "HTML" test.html -e ssl -H %h% -U %u% -p %p% -f %f% -t %t%
Hi. . .
Please add:
Display the content parameters of the attachment text
e.g
etc...
This may require add adaptive encoding parameters, otherwise the receiver may experience character encoding confusion
command e.g
pop -c "ASCII" -s %Hi% -D-type "text" test.text -e ssl -H %h% -U %u% -p %p% -f %f% -t %t%pop -c "uft-8" -s %Hi% -D-type "HTML" test.html -e ssl -H %h% -U %u% -p %p% -f %f% -t %t%