Skip to content
New issue

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

Please add display attachment text content #114

Open
LLH-l opened this issue Nov 28, 2024 · 1 comment
Open

Please add display attachment text content #114

LLH-l opened this issue Nov 28, 2024 · 1 comment

Comments

@LLH-l
Copy link

LLH-l commented Nov 28, 2024

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%




@LLH-l
Copy link
Author

LLH-l commented Nov 30, 2024

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]

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant