Introducing YippieMove '09. Easy email transfers. Now open for all destinations.
Jul
31.

YippieMove has now been up and live for a few weeks. Here at WireLoad we’ve kept busy even after the launch, focusing on promotion and polish.

The promotion part is similar to how it was like when we started up Playing With Wire. Apart from the obvious – buying ad based exposure – we’ve been working on the most important part for a modern website. The website has to appear in search engines. So we configured a Sitemap and added the site to Google Webmaster Tools.

The Sitemap is a simple enough idea: you list what public pages you have on your site and provide auxiliary information about how often you think each page will change and how important it is to the site. Since YippieMove is written with Django we could use Django’s Sitemap framework. We couldn’t use any of the fancy shortcut classes but since YippieMove only has a few public pages a simple list did the trick. We could have written the whole Sitemap by hand by this logic, but in the future there may be lists of pages we can add more dynamically. Besides our list in Python is much less verbose than the XML of an actual Sitemap. Writing XML by hand is painful.

We use Google’s Webmaster Tools for all our sites. I don’t know if it actually encourages Google to keep the sites well indexed, but it does make it easier to troubleshoot. The information I keep checking is when Google last crawled the site. YippieMove isn’t very well indexed right now but since I know that Google hasn’t crawled our site for more than 2 weeks, I know all I can do is to wait. It’s too early to start examining if there’s anything we’re doing wrong with the content or inter-page linking and so on.

We’ve also been polishing the site. The demo video has been up for some time now.

We fixed a couple of bugs. On the second week we noticed iPhone based access was not working. This appeared to be due to the version of Prototype we were using: 1.5. Upgrading to 1.6 took care of that easily enough. The experience in Internet Explorer 7 wasn’t perfect. Various bugs had snuck into the Ajax form submission towards the end of development. Our policy with Internet Explorer is simple: the site needs to work, no more. So we fixed the bugs and left an odd graphical glitch (the fieldsets we use have a border in IE 7 even that the CSS specifies no border).

Another matter of polish, or at least gradual expansion, was that we added more preconfigured providers. We now support more than twice as many preconfigured email providers as when we started. As the list began to grow a little long we also added category headers to structure it up visually.

Speaking of providers, we hooked up a learn more page that lists what we’ve got. Hope you like the design – those 3D screenshots take forever to make with my current method. :)

So all in all, it’s been productive since the launch. I hope you’ll all enjoy the new stuff!

Author: Tags: ,
Introducing YippieMove '09. Easy email transfers. Now open for all destinations.

A few days ago I received a question from a friend of mine at UC San Diego if it was possible to use YippieMove to save the content of his UCSD account when it expires. The answer is yes, and below are the instructions to get you started.

Go to YippieMove. Fill in your UCSD username and your password in Step 1 and select “Other…” as provider. As Host enter your ACS Server as listed below:

  • sdcc3.ucsd.edu
  • iacs5.ucsd.edu
  • ieng6.ucsd.edu
  • ieng9.ucsd.edu
  • sdcc12.ucsd.edu
  • sdcc13.ucsd.edu
  • sdcc15.ucsd.edu
  • sdcc17.ucsd.edu
  • sdcc21.ucsd.edu
  • popmail.ucsd.edu
  • ucsd-exchange.ad.ucsd.edu
  • mail.ucsd.edu
  • icogsci1.ucsd.edu
  • sgva-serv1.ucsd.edu
  • man104-1.ucsd.edu
  • imusic1.ucsd.edu
  • phcomp.ucsd.edu
  • bioinf.ucsd.edu

Check the check SSL and click next

UCSD

Here jsmith is using YippieMove transfer his account that resides on ieng9.ucsd.edu.

That’s it, Step 2 and Step 3 will be as normal.

Author: Tags: , ,
Introducing YippieMove '09. Easy email transfers. Now open for all destinations.

Yesterday we (WireLoad) launched a new service named YippieMove. The idea of the product is to ease the pain of leaving an email account behind. Most of us have probably been in that situation at least once. For most users, the options are limited to:

  1. Forwarding all emails, one by one. This is not a very appealing solution because it’s very time consuming, but also because it ruins the integrity of the emails by inserting a forwarding tag.
  2. Just forget about the messages and let them be deleted when the account expires. This is obviously not a very appealing solution either.
  3. Setting up the account in a desktop email client and drag and drop the messages. Not only is this very slow, but it’s also too complicated and error prone for the greater majority of the users.

If you’re really tech-savvy, you know that there are a few different tools you can use for this. However, as I recently was in this situation myself I realized that none of them worked out very well. After some research I discovered that there were only a few Open Source tools that could do the task. Out of these, Imapsync and imapcp seemed to be the most realistic tools. However after playing with these tools for a while, I realized that imapcp was to immature, and Imapsync was just too slow and too memory consuming (also, I was looking for a tool that copied the messages, hence the ‘sync’ part was just plain overkill). Because if this, we developed our own solution and turned it into a web app.

Even for tech-savvy users, YippieMove is a reasonable option, as it does what the Open Source tools mentioned above does (but without the hassle of figuring out how to use them). However, if you’re migrating hundreds or thousands of accounts, YippieMove might not be the best option….yet.

When we designed YippieMove, we tried to make it easy enough to use for even the most novice users, but at the same time provide the option that tech-savvy users are looking for. So far, judging by the feedback we’ve received, we have succeeded.

So how does YippieMove work? Well, we decided that everything more than three steps makes the service too complicated. Thus we created a simple three-step-process.

Step 1

In Step 1 we ask you for the account details for the source account. You can either choose to use one of the pre-configured settings, or ‘other,’ where you can fill in the server settings yourself.

Step 1 - SCU - thumb
Here’s an example of how Step 1 looks using the pre-configured settings for Santa Clara University.

Step 1 - Other - Thumb
Here’s an example of how Step 1 looks with the ‘Other’ option. As you can see, you can enter the host yourself as well as selecting if you want to use SSL or not. For tech-savvy users, we also allow you to specify a non-default port.

Step 2

In Step 2 we ask you to fill out the account details for the destination account. At this point we only support Gmail as the destination. However, we will be adding more types of destinations shortly. The argument for initially using Gmail as a destination was that Gmail both supports IMAP and that it has generous storage quotas. Unfortunately the IMAP setting in Gmail is disabled by default. To solve this, we provide a simple guide below the input-boxes where we explain how the user can enable IMAP.

Step 2 - Thumb
As you can see above, this step is very straight forward.

Step 3

Here we ask you to select what folders to transfer. This is very simple for the more tech-savvy user, but might be a bit confusing for the most novice users. To cope with this problem, we’ve tried to make an educated guess of what folders the user may want to transfer. To be safe, we worked out a list of folders to exclude (ie. Junk, Spam, Trash), rather than a list of folders to include. For most users, the default selection should be sufficient.

Step 3 - Thumb

In this screenshot you can see that we’ve selected ‘Apple Mail To Do,’ ‘Drafts’ and ‘INBOX.’ We decided to not include ‘Cabinet,’ ‘Calendar’ and ‘Checklist’ as these are Novell GroupWise specific folders.

And You’re Done…

In three easy steps, you’ve successfully managed to migrate your email. I hope we’ve shown in this article that YippieMove is designed for the entire spectrum of users, from the most novice to most tech-savvy. If you have any comments or feedback, please let us know.

Author: Tags: ,

© 2006-2009 WireLoad, LLC.
Logo photo by William Picard. Theme based on BlueMod © 2005 - 2009 FrederikM.de, based on blueblog_DE by Oliver Wunder.
Sitemap