An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.1.006"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.1.006" expanded="true" name="Process"> <process expanded="true" height="280" width="547"> <operator activated="false" class="text:read_documents_mail" compatibility="5.1.001" expanded="true" height="60" name="GMX" width="90" x="45" y="30"> <parameter key="host" value="pop.gmx.net"/> <parameter key="user" value="username@gmx.de"/> <parameter key="password" value="password"/> <list key="connection_properties"> <parameter key="port" value="995"/> </list> <parameter key="protocol" value="pop3"/> <parameter key="only_unseen" value="false"/> <parameter key="mark_seen" value="false"/> </operator> <operator activated="true" class="text:read_documents_mail" compatibility="5.1.001" expanded="true" height="60" name="Gmail" width="90" x="45" y="120"> <description>POP3 message store:http://javamail.kenai.com/nonav/javadocs/com/sun/mail/pop3/package-summary.html<;/description> <parameter key="host" value="pop.googlemail.com"/> <parameter key="user" value="username"/> <parameter key="password" value="password"/> <list key="connection_properties"> <parameter key="mail.pop3.port" value="995"/> <parameter key="mail.pop3.ssl.enable" value="true"/> <parameter key="mail.pop3.timeout" value="5000"/> <parameter key="mail.pop3.connectiontimeout" value="5000"/> </list> <parameter key="protocol" value="pop3"/> <parameter key="mark_seen" value="false"/> </operator> <operator activated="true" class="text:documents_to_data" compatibility="5.1.001" expanded="true" height="76" name="Documents to Data" width="90" x="179" y="120"> <parameter key="text_attribute" value="mail"/> </operator> <operator activated="true" class="execute_script" compatibility="5.1.006" expanded="true" height="76" name="decodeSubject" width="90" x="313" y="120"> <parameter key="script" value="import javax.mail.internet.*; ExampleSet exampleSet = operator.getInput(ExampleSet.class); for (Example example : exampleSet) { 	example["Subject"] = MimeUtility.decodeText(example["Subject"]); } return exampleSet; "/> </operator> <connect from_op="Gmail" from_port="output" to_op="Documents to Data" to_port="documents 1"/> <connect from_op="Documents to Data" from_port="example set" to_op="decodeSubject" to_port="input 1"/> <connect from_op="decodeSubject" from_port="output 1" to_port="result 1"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> </process> </operator></process>
The server addresses (POP, IMAP, SMTP) will need to be configured with the IP address of your Exchange server. [...]. he username has to be specified as DOMAIN\USERNAME\MAILBOX in the case of a POP3 configuration, or DOMAIN/USERNAME/MAILBOX in the case of IMAP.[...] The password field may be configured with the users NT Domain Account password if you don't want to type it in each time you connect. The email address that you supply will be the Internet email address associated with the mailbox.