when address are cut from mail clients, they are often in these formats:
" Andrew Smith [mailto:andrew.smith@kneto.fi] "
"Andrew Smith andrew.smith@kneto.fi"
The application should split the name from the address, send to the address and then split the name in to first/last and add to the address book. Best effort.. We will not always get clean input :) If the name cannot be split, dump it in last 'name'.
when address are cut from mail clients, they are often in these formats: " Andrew Smith [mailto:andrew.smith@kneto.fi] " "Andrew Smith andrew.smith@kneto.fi"
The application should split the name from the address, send to the address and then split the name in to first/last and add to the address book. Best effort.. We will not always get clean input :) If the name cannot be split, dump it in last 'name'.