Submitted by Tom on 2017/01/17 18:11
[quote=Pierre_Admin]
I made significant improvements to EmailToIQ in v91:
 
  1.     New: EmailToIQ settings dialog: Checkbox to set the Username equal to the Email Address (often the case for web mail servers)
  2.     New: EmailToIQ: Use ## to mark the start of the fields
  3.     New: EmailToIQ: # flags that could not be processed (non-existent fields for example) are added to the item text so users are aware of the problem
  4.     Change: EmailToIQ: Fields in Tools > Options > 2.3.3 are always set. Before these were set only if no # flags was found in the email subject line [/quote]

 hi Pierre,
re:
> 2  Use ## to mark the start of the fields
 
I presume you mean one '#' there?
Hashtags are not being converted to fields here with 91b
(Note: they were being converted by version 90a)
 

Comments

[quote=Tom]
I presume you mean one '#' there?
[/quote]
No. To support subject lines like "Task #3: Finish project", the parsing of fields starts after ##
So, this is a valid email subject:
  • Task #3: Finish project ##FollowUp #ToDo #Me
I updated 2. Send To InfoQube using EmailToIQ to make it clearer !
 
Pierre_Admin
IQ Designer
 

Tom

2017/01/17 18:40

In reply to by Pierre_Admin

Thanks Pierre :up:
 
Edit: very impressive what can be done. I quote:
[quote=(from the manual)]
  • #ItemID1. e.g. If the email subject line contains #1234, the content will appear as a subitem of item ID 1234.
  • #ItemText1. e.g. If the email subject line contains #John Doe, the content will appear as a subitem of item "John Doe".
    If more than one item have this text, it will send it to the one in your favorites (if not in your favorites, to the most recent item)
[..]
Example:
  • Email subject: Task #1: Complete Project ##Inbox #Project=Project1 #Notes=Very urgent #FollowUp
[/quote]
Looking forward to trying some of that out !