General :: Importing Csv File To Evolution (ubuntu 10.04)?
Jun 22, 2010
when I save my Google contacts to csv file and import to evolution the contacts are missing most of it's information. some have part of their names etc... how can i add my existing contacts so it's complete. Do i need to save it to a different type of file?
View 2 Replies
ADVERTISEMENT
Feb 2, 2010
I am using TB 3.0.1 on Karmic. I finally took a look at Evolution and I like the contact features. I have been looking for a replacement for ACT (I recently migrated from XP) and this looks like it might fit the bill. Is it possible to import all of my emails, contacts, folders etc from TB into Evolution. I would like to try it out and see if it works for me. I am in sales and need a program to keep track of leads.
View 2 Replies
View Related
Mar 12, 2011
I have tried to import my calendar from an Outlook 2010 .pst file twice and have had the same error both times. Appointments import successfully, but the start time (and end time) is advanced by 8 hours. For example, an appointment in Outlook with the correct start time of 12:30pm appears in Evolution with a start time of 8:30pm. I have confirmed that my system time and time zone are identical and correct in WinXP/Outlook and Ubuntu/Evolution.
View 2 Replies
View Related
May 12, 2010
I have 3 email accounts all of which I cant remember the specifics for setting up the email accounts.I do however have the .iaf files which under windows I can simply double click to import them into the windows email programs.Is there any way to import these in to evolution or a program I can use to convert them in to something evolution will recognise?
View 3 Replies
View Related
Nov 9, 2010
Just installed latest Ubuntu (dual boot with XP until settled in) and also installed Evolution as default mail client. All works well. But, I need to import my nested, hierarchical mail folders (over 200) from Thunderbird on XP in to Evolution. Is there any speedier and less laborious way than importing single mail folders and then having to re-arrange them all?
View 2 Replies
View Related
Oct 3, 2009
I have what I believe to be an Evolution mail archive which I now find the need to access. For each mailbox, I see these files
bash-3.1$ ls Inbox*
Inbox Inbox.cmeta Inbox.ev-summary Inbox.ibex.indexInbox.ibex.index.data
On the original cdr backup, there is also Inbox.sbd/ which appears to be an empty directory. I can read this stuff with mutt -f Inbox, but mutt has it's limitations. I would like to be able to get them into thunderbird, or even gmail. What's the trick? When I boot thunderbird, it doesn't really want to know.
View 2 Replies
View Related
Jul 20, 2009
I have recently installed Ubuntu 9.04 JJ on several ex-windoze/dual boot machines for my family. All has gone well apart from one niggle with email. We have used Eudora for years and been quite happy with it. Having looked at the Linux offerings I found the Evolution packaged with Ubuntu offered the most similar feature set (correct me if I'm wrong - I have not looked at a huge selection). All is well except for one or two little problems importing Eudora mailboxes -
1) all 'sent' mails seem to lose the date/time information - I have tried the import feature on Evolution and also manually moving the mailboxes. In both cases the messages are fine but no date information is carried over. Received mails are fine in both cases. This makes proper archiving very difficult.
2) mails lose the 'replied/reply' flags. Now the second is no big deal and may be a 'feature' of Eudora not implementing the Berkeley format correctly (or the feature doesn't exist anyway). The first however is a bit of a devil - if it is incorrect format by Eudora then shame on them.
View 2 Replies
View Related
Apr 8, 2010
importing GAL to evolution:
1. In Xp open MS-Access create blank database.
2. From File->Get External Data->Import, Select file type as exchange()
3. Import contacts to new table, u can delete unwanted columns from this table. Now export this table to a csv file.
4. Following is simple code which takes contacts.csv as input and convert these contacts to vcf file which can be imported to evolution.
5. The contact.csv should be of format
FirstName,LastName,emailID
#include <stdio.h>
#include <string.h>
#include <errno.h>
[code]....
6. uuidgen should be present on your linux box. you can have other validations and field too as per your need. but these three fields worked best for m
7. ./a.out contact.csv output.vcf Now in evolution go to Contacts->File Import->Import single file, select output.vcf and File type as vcf.
View 1 Replies
View Related
Feb 27, 2010
I created a key pair in kgpg on suse 11.1 kgpg version 1.2.2. i am able to encrypted and decrypted files on the pc with no issues. I then exported the public key for the key pair created above, placed on flash drive and moved to my laptop running suse 11.2.
i open kgpg version 2.2.2 and imported the key, all was good. I then passed the file encrypted on 11.1 to the 11.2 laptop and with kgpg tried to decrypt the file, but the decrypting failed. The details shows the public key i just imported and then it says gpg:decryption failed: No Secret key.
I am not clear why on it is failing and if i missed a step some where along the way.
View 1 Replies
View Related
Feb 27, 2010
Well my problem is that i want to configure Net filter (FORWARD) not manually but by importing a text file which may contain a binary array with c++ language like :
0 0 1
1 1 0
0 0 1
with 0 is "IPTABLES -A FORWARD -p udp -j ACCEPT"
and 1 is "IPTABLES -A FORWARD -p udp -j DROP"
so after importing i want to find in my firewall 9 rules equal to the numbers of the binary array.
View 1 Replies
View Related
Jun 13, 2011
I am trying to import a data file from old DOS application into MYSQL table The file is clear text file with fixed-width columns, without column delimiters
Example file :
Code:
4444333666666
2222666555555
iiiiwwwcccccc
[Code]...
View 3 Replies
View Related
Aug 10, 2011
I have an issue with evolution I use it on two computers. A Eee-Pc 1000h with '11.04' during the week (agenda / mail), and on the weekends a do a back up on a Toshiba Qosmio G20 '10.10' I press import or is it restore and everything is good. Except for today I am getting 'Invalid Evolution backup file' each time. I have tryed purging evolution. Even uninstalling it but to no avail.
View 1 Replies
View Related
Apr 19, 2011
I switched from Windows 7 to Linux and when I'm trying to import my database i get error 1044. It used to work when I was using Windows 7. I was able to export the database from my localhost. However, when I try to import it to the other server I get this:#1044 - Access denied for user ' '@'%' to database'.I have been trying for hours to upload my site from the localhost to another server without any luck..I'm using phpmyadmin to import it.
View 2 Replies
View Related
Apr 8, 2011
I am able to import file.py in my C program(main.c), but unable to import this file [url]
Im using centos5.5 with python2.4 using this command to run it: gcc -o output pythonembed.c -lpython2.4
How can i import this script:
[url]
View 4 Replies
View Related
Jul 27, 2011
I completed the installation of VMWare Server 2.0.2 onto a CentOS 5.4 64-bit distribution. There is a VMware virtual machine file on the server in question, and I want to activate it through the application console.
I did not see anything readily apparent that would facilitate the importing of the virtual machine file. Does anyone have a procedure that can accomplish this task?
View 5 Replies
View Related
Jul 1, 2011
I'm in trouble when I use the command yum, so I can not install anything on my CentOS 5.5 It's the following error: http://mirror.centos.org/centos/5/os...ata/repomd.xml Error importing repomd.xml for base: Damage repomd.xml file Trying other mirror Error: Can not retrieve repository metadata (repomd.xml) for repository based Already removed the most basic repository did not work. I have done some more changes still did not work
View 6 Replies
View Related
Sep 26, 2010
I have a copy of old Eudora mbox files. I need to import them to Thunderbird. When I use the Import function, it does not provide a way to locate the mbox files. I've even installed the OSE Eudora, but, how that looks just like Thunderbird. Forks? Again, Eudora does not provide a way to import the files directly.
View 1 Replies
View Related
Jun 10, 2010
I have couple of users in one machine. I can access the /etc/passwd,/etc/shadow and /etc/group files in this box. I have another box. I want to create some user accounts in the second box by just looking in the passwd, shadow and group files in the first box. I would just copy over the corresponding lines into the corresponding for whichever accounts I want to create as new and also change the lines for which I want to update the account information. Is this possible and will also the passwords work fine? Please also let me know there is any good tool for automatically doing this kind of stuff. Both the boxes that I have are Ubuntu machines though one is running Ubuntu 8.04 and the other is 10.04.
View 5 Replies
View Related
Aug 3, 2010
I want to import raw High Def video into my computer so I can edit it on Cinelerra. Ubuntu doesn't allow you to use the ieee 1394 cable by default and everything I've tried to make it work, hasn't!!I don't want to go back to windows, pay a ton of money for some video editing software when there is an excellent video editing program already on my computer.]
View 4 Replies
View Related
Mar 10, 2010
I am running an openldap server on fedora core 10 and now running into a need of get all users data from Active Directory. Actually I have a php based application which will be using that data from OpenLDAP and it will need to be updated on weekly bases. how can I do it and any script.
View 1 Replies
View Related
May 4, 2011
I use U.10.4. I have to take over the work of another, but all I have is the Hard Drive from that machine. Because the two positions are separate, I do not want to Import his Evolution over my own - but, I do want to be able to access it from my machine. Can my Evolution refer to the old hard drive (now in a caddy and non-bootable) for the Evolution account data that is there, while still being able to switch back to my own Evolution data on demand. E.G. in Windows the equivalent would be the way that Outlook can refer to different .pst files at loading. Alternatively, can I make the external USB drive (previously a running main HDD) bootable without losing all of the data?
View 3 Replies
View Related
Jul 7, 2011
I've been using 11.04 Unity, & quite like it. I fired up Blender 2.49b the other day (not used it for a long time) & its behaviour was very erratic. Due to this I decided to reinstall 10.10 for the time being, until October or maybe even the 12.04 LTS. I backed everything up & reinstalled 10.10. I then tried to restore my Evolution from the Natty backup file, which simply didn't work. The message was something about it not being a valid file. I'm assuming this is a non backwards compatibility issue.
Any way getting Blender to work or restoring Evolution? With regard to Blender (in Natty); I've not tried proprietary drivers for my GPU yet as the open source defaults have always been fine, so that's an option. It means another reinstall (of Natty), but that really isn't such a big deal at this point. With regard to Evolution (in Maverick); I found a ppa but I'm unsure how to proceed once I've added it. Would I do an apt-get update & an apt-get install evolution?
View 8 Replies
View Related
Mar 29, 2010
I am trying to increase the font size in the evolution xml file to make the sub-menu easier to read (the menu with new, send/receive, reply, reply to all, forward) I found where the xml file is located but i can not seem to adjust the font. is there a different syntax for xml for changing font than html/css?
View 2 Replies
View Related
Jul 26, 2011
I've been running the Evolution mail system under Fedora-15/KDE for about a month now, and it has some very serious problems. I just noticed that it is available for SUSE, and figured that since KDE is the principal desktop supported by KDE the SUSE version may be fixed. Before I go through the very tedious process of getting the SUSE version to compile on Fedora, I'd like to know whether anyone has seen these problems with the SUSE version of Evolution:It ignores font control from the KDE Settings->Applications Appearance window, both KDE font control and GTK+ font control, also its own internal font control window.
It has trouble sending messages to an SMTP server, sometimes taking a l-o-n-g time, sometimes timing out. This can be temporarily cured by restarting it It crashes when a filter attempts to refile an outgoing message. It often asks if I want to recover messages that have never been lost. It often locks up receiving mail from a remote POP3 server. I can live with these, except for items 1 and 2, since I have workarounds. If you are fairly sure that you have not seen these problems with the SUSE version of Evolution
View 9 Replies
View Related
Aug 28, 2010
How do I import a PDF files contents perfectly into OOo Word Processor?
View 9 Replies
View Related
May 14, 2011
I've upgraded from 10.04 to 11.04, in the process I did not get bookmarks saved. I've have since gone into the 'old' file system and have now gotten the old bookmarks.html file into the 11.04 file system. How do I get them imported into Firefox?
View 6 Replies
View Related
Apr 5, 2010
I had configured the evolution to send/recive email. After it had been configured, it could receive emails. Suddendly it can't fetch email anymore. In the inbox of evolution, there were about 200 emails. There are maybe 5K emails in the server, I guessed. I'm not sure whether it's the problem that there's one email in the server too big, so the evolution can not fetch it. The error of evolution is: error while fetching email. Evolution version: Evolution 2.28.0. OS version: Linux xxx2.6.32.9-70.fc12.i686.PAE #1 SMP Wed Mar 3 04:57:21 UTC 2010 i686 i686 i386 GNU/Linux I'm sure my network is fine, I use pop3 to receive email.
nslookup result:
$ nslookup pop3.163.com
Server:221.6.96.178
Address:221.6.96.178#53
Non-authoritative answer:
pop3.163.comcanonical name = pop.163.com.
pop.163.comcanonical name = pop3.163.idns.yeah.net.
Name:pop3.163.idns.yeah.net
Address: 123.125.50.29
View 7 Replies
View Related
Apr 1, 2011
i tried to update my evolution from 2.30.? to 2.32.1 usning
ppa
ppa:julenlanda/evolution
Because the exchange plugin didn't work i uninstalled evolution and removed the ppa. Now when i try to install evolution from the software centre i get this: Package dependencies cannot be resolved This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.
it asks me if I want to repair the catalog, i say yes.
View 2 Replies
View Related
Mar 5, 2010
I am having a problem with Python. I type "import" and it will not import. It will only import locally.
View 2 Replies
View Related
Jul 27, 2010
Does anyone know why OpenProj 1.4 running on Ubuntu 10.04 say its importing my 0.14.4 planner file and just keeps forever trying??
View 1 Replies
View Related