Author |
|
udgd66 Valued Community Member
Joined: 06 December 2010 Location: Italy
Online Status: Offline Posts: 98
|
Posted: 06 December 2010 at 8:45am | IP Logged
|
|
|
Hi,
i have some mail in my Mozilla Thunderbird that i would want to translate in my new webmail accout. Is there the way to import EML files? Otherwise is there another way to do this! I have most old mail that i don't want to lose.
Sorry form my english
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 07 December 2010 at 12:17am | IP Logged
|
|
|
There's no way to do this directly in WebMail. If you're using IMAP in Thunderbird, you can upload those mails to server and then sync the account with WebMail.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
udgd66 Valued Community Member
Joined: 06 December 2010 Location: Italy
Online Status: Offline Posts: 98
|
Posted: 07 December 2010 at 2:38am | IP Logged
|
|
|
I don't using IMAP . Thanks anyway
|
Back to Top |
|
|
dare Newbie
Joined: 10 March 2011
Online Status: Offline Posts: 2
|
Posted: 11 March 2011 at 8:47am | IP Logged
|
|
|
I have the same situation. I have a collection of emails in .eml format going back many years. Now, I can get them into Webmail by adding references to them to the database manually, but holy ****, there are thousands of them, and it would take a lifetime. Is there a simple script that will import .eml files into Webmail's database? In theory, I think I should be able to copy the .eml files into the data folder, and either run a script that adds all of the new .eml files into the database, or just wipes out all of the user's database entries and rebuilds the database from scratch based on the contents of the data folder. Such a script should also be useful for recovering from a corrupted database too. Is there anything like that?
No IMAP.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 11 March 2011 at 12:49pm | IP Logged
|
|
|
Sorry but nothing has really changed since my previous response, there's no such script available. You can
develop one yourself though, that'll require studying how database and file system is used to keep the
information on messages downloaded over POP3.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
dare Newbie
Joined: 10 March 2011
Online Status: Offline Posts: 2
|
Posted: 11 March 2011 at 4:00pm | IP Logged
|
|
|
Reading through the forums, this seems to be a very popular issue, and no wonder, because it's a critical one to a lot of people (including me). I don't know enough about these things to take a crack at it, but maybe someone else reading this could? Webmail already reads, writes, and deletes .eml files to the file system, and reads, writes, and deletes corresponding entries in mySQL, so it seems to me that all the pieces are already there. Someone just needs to consolidate them into the appropriate sequence. There shouldn't be a lot of distance to a "rebuild database" button within Webmail itself.
|
Back to Top |
|
|