<!--For importing Eudora contacts to Open Contacts
-->
<OpenContactsStandardImport xmlns="http://www.fonlow.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fonlow.com OpenContactsStandardImport.xsd">
  
<Sections>
    
<Section Name="Personal">
      
<Fields>
        
<Field Name="Phone" Value="HomeTelephoneNumber" />
        
<Field Name="Mobile" Value="MobileTelephoneNumber" />
        
<Field Name="Fax" Value="HomeFaxNumber" />
        
<Field Name="Street" Value="HomeAddressStreet" />
        
<Field Name="City" Value="HomeAddressCity" />
        
<Field Name="State" Value="HomeAddressState" />
        
<Field Name="Postcode" Value="HomeAddressPostalCode" />
        
<Field Name="Country" Value="HomeAddressCountry" />
        
<Field Name="Web" Value="PersonalHomePage" />
        
<Field Name="Email" Value="Email1Address" />
      
</Fields>
    
</Section>
    
<Section Name="Work">
      
<Fields>
        
<Field Name="Phone" Value="BusinessTelephoneNumber" />
        
<Field Name="Mobile" Value="BusinessMobileTelephoneNumber" />
        
<Field Name="Fax" Value="BusinessFaxNumber" />
        
<Field Name="Company" Value="CompanyName" />
        
<Field Name="Street" Value="BusinessAddressStreet" />
        
<Field Name="City" Value="BusinessAddressCity" />
        
<Field Name="State" Value="BusinessAddressState" />
        
<Field Name="Postcode" Value="BusinessAddressPostalCode" />
        
<Field Name="Country" Value="BusinessAddressCountry" />
        
<Field Name="Web" Value="BusinessHomePage" />
      
</Fields>
    
</Section>
    
<Section Name="Other Phone">
      
<Fields>
        
<Field Name="Phone" Value="PhoneList" />
      
</Fields>
    
</Section>
    
<Section Name="Other Email">
      
<Fields>
        
<Field Name="Email" Value="EmailList" />
      
</Fields>
    
</Section>
    
<Section Name="Other Web">
      
<Fields>
        
<Field Name="Web" Value="WebList" />
      
</Fields>
    
</Section>
  
</Sections>
</OpenContactsStandardImport>