View Single Post
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#6
Originally Posted by n950 View Post
Is it possible to attach file before send an email or download attached file received?
sending is currently only in the CLI. to attach, do:
Code:
email.pl --smtp ACCNAME SUBJECT BODY RECIP --attach FILE
accname is the name in your config file, e.g.: gmail, work, etc.
subject and body can be files or the full text. RECIP is an email address. to add more, do "--to EMAIL2 --to EMAIL3" at the end.


attachments are currently downloaded when you view the body, but theyre still in MIME. as for pulling them into local files, it slipped my mind. it should be easy to add to the CLI
e.g.:
Code:
email.pl --attachments G inbox 36131 /tmp #not implemented yet
to copy the attachments from UID 36131 to /tmp

as for adding this to the GUI, i guess ill add a button that will copy it any attachments in the currently viewed file to $HOME.

{also, please remember that i started writing this last week, and while i am using it as my only mail client, it is not user-friendly and i dont recommend throwing out fenix or thunderbird just yet}
__________________
~ teleshoes ~
 

The Following User Says Thank You to wolke For This Useful Post: