plugin
Credits: Credits go to xdnitro for sponsoring the developement of these nodes.
VL.IO.Net.Email is a VL set of nodes to do basic email tasks.
Included nodes are:
The nodes can be used in gamma, beta and alpha.
Both SendEmail nodes use the standard System.Net API and support only SMTP.
ListEmails uses MailKit and MimeKit and currently supports only POP3.
ListEmails assumes all attachments are image attachments and tries to parse their content as such.
ListEmails supports embedded/inline image extraction.
In order to use these nodes first download the zip file and unzip it in a place of your liking, then follow the instructions below depending on whether you are intending to use the nodes in alpha/beta or gamma.
At this point there should be no remaining red nodes.
Back on your vvvv patch, Alt+Right-click on the SendEmails node to reload it and have the input and output pins in the expected order.
The nodes should now function properly.
If you wish to see the source code or to extend the current functionality, please head to https://github.com/ravazquez/VL.IO.Net.Email to collaborate.
It would be great for anyone to jump in and add IMAP support on ListEmails.
If you find any issues please report them here or on the github page.
Enjoy!
v 1.0:
v 1.1:
v 1.2:
This is now available as a nuget, to get it go to vvvv gamma's quad menu/manage nugets/command-line and type:
nuget install VL.IO.Net.Email
Older Revisions
anonymous user login
~2d ago
~2d ago
~10d ago
~12d ago
~13d ago
~17d ago
~17d ago
~24d ago
~1mth ago
~1mth ago
hi, thanks for contrib
when i attach and send some file, that file becomes locked.
is it proper behaviour? can we avoid that?
i'll need to send ~700 files, so a bit afraid of getting into issues with that.