We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 "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%
The text was updated successfully, but these errors were encountered:
Support email multiple simultaneous send pop -c "uft-8" -s $_Hi -D-type "HTML" test.html -e ssl -H $_h -U $_u -p $_p -f $_f -to [email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected]
pop -c "uft-8" -s $_Hi -D-type "HTML" test.html -e ssl -H $_h -U $_u -p $_p -f $_f -to [email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected]
or Support list email simultaneous send (list.text) pop -c "ascii" -s $_Hi -D-type "text" test.text -e ssl -H $_h -U $_u -p $_p -f $_f -to list.text
pop -c "ascii" -s $_Hi -D-type "text" test.text -e ssl -H $_h -U $_u -p $_p -f $_f -to list.text
list.text [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
Sorry, something went wrong.
No branches or pull requests
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%
The text was updated successfully, but these errors were encountered: