TheProjecter / ruby-msg

Automatically exported from code.google.com/p/ruby-msg
MIT License
0 stars 0 forks source link

Parse phone numbers from .msg files #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get a .msg file for a Contact that includes a phone number.
2. Run mapitool on that file
3. Open the resulting .vcf file in your text editor of choive

What is the expected output? What do you see instead?

Expected:
One or more lines like this:

TEL;TYPE=WORK,VOICE:(111) 555-1212
TEL;TYPE=HOME,VOICE:(404) 555-1212

Observed:
No such lines.

What version of the product are you using? On what operating system?

ruby-msg 1.5.1 on OS X Mountain Lion

(I'm afraid I don't have any example files with non-personal information)

Original issue reported on code.google.com by edbran...@gmail.com on 5 Nov 2012 at 3:02

GoogleCodeExporter commented 8 years ago
Yes the vcard output was never fleshed out much - it only really dealt with the 
limited number of fields in a few saved contacts I had. It's straight-forward 
enough to do (just mapping the MAPI fields to vcf fields), but difficult 
without sample files.

Original comment by aquas...@gmail.com on 6 May 2013 at 2:04