Archive for the ‘Tips’ Category

Zenbe Email Policy Highlights

Wednesday, August 20th, 2008

I want to give a quick overview of a few policies we’ve implemented related to email. Most of this will not affect the average Zenbe user, but we feel it’s important to publicize in case you run into it. We’ll be integrating this information into our Zenbe Help section soon.

  1. If you don’t login to your Zenbe account within 30 days, we will stop checking your non-Zenbe email accounts (Gmail, Yahoo, etc). We will not deactivate your zenbe.com email address and you can still login again whenever you want. Once you login again we’ll start checking your external email.
  2. We do not allow you to send emails larger than 10MB. We also don’t allow you to receive emails at your zenbe.com address greater than 10MB.
  3. You can only address a maximum of 100 recipients in an individual email.
  4. You cannot send .exe files or .zip files that contain .exe files. The reasoning behind this is that people often send .exe attachments or send them in a .zip file to trick people into installing malicious software.
  5. You can not send more than a certain number or messages, or send email to more than a certain number of recipients per day. This is to minimize the damage done by spammers. Being a free email service we’ve attracted a fair number of spammers and other troublesome users sending out everything from lottery scams to pet adoption frauds.

    Users like this are a big problem for us because they increase the likelihood that email from all of our users may be blocked by another email service or ISP. We have several methods of detecting email abusers, but as an insurance policy we limit the amount of email that any Zenbe user can send out in a day. If you exceed the restriction, you’ll be temporarily unable to send email.

    Be aware that the only users who have ever hit these quotas (or even come close) were spammers. Legitimate email users should not be affected. However, you may run into this limit if you are trying to do a big email marketing campaign sent from your Zenbe account. If you are an email marketer, there are plenty of services out there for you to use.

iPhone update and restore issues

Wednesday, August 6th, 2008

For our iPhone app users, please be aware that we’ve had a couple reports of people losing their list data when they update the application. This seems to be a problem with the App Store update mechanism. I haven’t seen anything official from apple, but other applications are having the same issue. Here’s some of the reports from the wild:

I know this may be too late for most of you, but if you haven’t updated to v1.2, I recommend that you “sync” your data to our servers before updating. Go to lists.zenbe.com to create a free account, then hit the “sync” button in Zenbe Lists and enter your account credentials. If your data is ever lost, it will be restored from the Zenbe servers the next time you sync.

If this post is too-little-too-late for you, I apologize. I’ll post an update here if/when we find a way to recover the lost data.

Also, the MacBreak Weekly podcast, Episode #100, [iTunes link, about 28:30 in] mentions that updating and restoring apps via iTunes may avoid a variety of issues that occur when using the App Store in the iPhone.

Tagging Outgoing Emails

Friday, July 4th, 2008

There was a Lifehacker post today about Gmail’s ability to tag outgoing emails by rules.  The usage example in the article that was most interesting to me was a rule that searches for a keyword like “Request” in any outgoing email’s subject and tagging it “Waiting for” to mark it as something I’m expecting a reply.  This is useful to many of us who sends out many emails in a day, and it is very hard to keep track of the ones I don’t get a reply back and need to follow up again.

Add Tags to Outgoing Emails in Compose WindowHowever, using a rule to look for a specific keyword that I have to include in my subject line seems like a round about way to mark an email as expecting a reply.  What if I can’t work the word “Request” into the email subject?  Or my subject contains the word Request, but I’m not waiting for anything back.  In Zenbe we’ve an easier solution.  You can simply tag any outgoing email before you send it.  Zenbe provides a tagging mechanism in our compose window.  That’s where I can add my “ExpectReply” tag to any outgoing emails I am expecting a response.

In additional to it being a good way to organize your outgoing emails, those tags can optionally be sent along with the email.  If the receiver is another Zenbe user, those outgoing tags will be visible for the receiver reading the message as Suggested Tags.  For example, I can tag emails I’m sending to the Zenbe team, UIDesign, Bugs, or Features.

Suggested Tags are potentially a helpful time saving tool because it allows one person to help others tagging their emails.  If a circle of friends or co-workers all tag their relevant outgoing emails, then we share the load of organizing our inboxes.  We all know keeping emails filed correctly with tags is a time consuming task.  If I send out a message about a work project to 10 people, why should those 10 people have to spend more than a second to accept my Suggested Tag.  By taking a little time to tag my outgoing emails, not only am I organizing my own emails, I’m also helping receivers of that email organize it.

Receiver sees a suggested tag

Advanced Search Syntax

Tuesday, July 1st, 2008

We at Zenbe understand in today’s world of multi-gigabyte mailboxes, the ability to find something in your mailbox quickly and easily is of utmost importance.  Which is why Zenbe provides an extensive set of features including a rich Advanced Search UI  and Filtering mechanism.  They are powerful yet user friendly tools to locate information.

However, for the expert users the most powerful search tool might be the simple search box.   I use it everyday, and today I like to share with you the secrets of our search syntax.

Search Terms

A search is made up of one or more search terms separated by spaces. Terms containing a space must be wrapped in double quotes. E.g.,

“new york”
“pedro martinez”

By default, terms are joined by the AND operator. Valid term operators are AND, OR, and NOT (not case sensitive). NOT binds before AND. AND binds before OR.  There are special terms we call tokens.  Valid tokens are:

  • from:
  • to: (searches to, cc, and bcc fields)
  • cc:
  • subject:
  • tag: (searches both system & user tags)
  • body:
  • before:  (date)
  • after:  (date)
  • viewed:  (true or false)
  • has_attachments: (true or false)

Here are some example of searches using tokens:

  • sidebar tag:zenbe  (This searches for all emails containing the word sidebar tagged zenbe)
  • tag:accountant  (This searches for all emails tagged accountant)
  • from:alan  (This searches for all emails from sender alan)
  • tag:”new york” from:”pedro martinez”  (Searches for emails tagged new york from sender Pedro Martinez)
  • tag:zenbe -from:peter  (returns emails tagged zenbe that are not from peter)
  • (from:peter or from:alan) viewed:false  (return emails from either peter or alan that are unviewed)
  • -(from:peter or from:alan) tag:design  (return emails from anyone besides peter and alan tagged design)
  • before:6-25-2007  (return emails from before 6-25-2007)


In the example with the term -from:peter, it is the same as NOT from:peter.  A ‘-’ before a token negates the meaning.

System Tags

The following tags are special system tags (as opposed to user-created tags):

  • tag:Inbox
  • tag:Starred
  • tag:Drafts
  • tag:Sent
  • tag:Spam
  • tag:Deleted
  • tag:Archive
  • tag:Unread

These system tags allow you to easily search in your Inbox or Sent emails, etc.  The system tag names has to be capitalized.  Here are some example uses:

  • tag:Inbox tag:Unread
  • (tag:Spam OR tag:Deleted) “some missing email”

The first example will return any Unread emails in the inbox, and the second example will return any emails in the Spam or Deleted tags that contain the phrase “some missing email”  I hope this blog post will help you make the most out of the very powerful search engine underneat the Zenbe hood.  Enjoy.

Enlisting your email client to help fight email overload - The Zenbe Way

Thursday, June 26th, 2008

There are many articles being written about email overload these days, and as many articles on how to deal it.  Most productivity experts generally agree there are two solutions: 1. Don’t get interrupted so often; deal with emails in scheduled time blocks.  2. Handle email in a systematic way, like using GTD.  But they don’t talk much about what email clients can do to help. In fact, many recommend against using the automation features found in most email clients. 

Why should we not use the computer in front of us to help?  After all, computers are supposed to be productivity tools.  I think the main reason is because email clients were designed long ago, in an era when people got far fewer emails in a day.  Not much has changed in email client designs in decades and they simply lack the features.  We need modern tools to deal with modern problems.  Gmail’s conversation view is a great example of a modern addition to reduce the number of messages in our inbox.  But unfortunately the only one in a long time.  Today I will introduce you to the first set of tools we have in Zenbe to help with the battle against email overload.

Background


Before I get into any specific Zenbe features, I want to quickly examine why methodologies, like GTD, are so hard to stick with over time, and why automation features, like rules and filters as they stand today, are of little use in this fight. I’ve been using email for a long time and I’ve tried all the different ways, but none of them were very effective or satisfying for me.  Even with my best effort, sooner or later my inbox gets overwhelmed, and I’m back to making another new year’s resolution to clean up my inbox.  I’m not alone in my failure to tame my inbox because it is quite fashionable these days to declare email bankruptcy

In methodologies like GTD, or its variants, the strategy is to use only a handful of folders or tags to organize messages by actions.  All incoming emails in the inbox are sorted by hand into one of the few action buckets.  I have to look at each piece of email and decide what to do with them.  I have to sort through the family emails that are interleaved with important work emails.  Once they are sorted and I’ve acted upon them, I have to file them away one more time.  I believe their achillies’ heel is that they are extremely labor intensive.  It is so exhausting to keep up, most of us fall off the wagon sooner or later.  (Kudos to those with enough will power, and time, to stick with it for the long haul) 

As for why auto-filing emails using rules is little better, once emails are filed into their various folders, it takes a long time to check all your folders to find new messages.  The more folders one has, the bigger this problem becomes, which is why most methodologies say “don’t use more than a few folders”.  The guilt inducing counter next to each folder is useless when it comes to notifying us of newly arrived emails because the counter going from 308 to 309 is meaningless to people without a photographic memory.  Also because out of sight is out of mind.  Emails auto filed in a folder are generally left forgotten. 

So, while I agree the automation tools available up to now don’t help very much, I also believe there’s a hybrid solution that actually works.  By taking the best ideas of the methodologies, mixing in a good dose of automation, enabling it all with a few simple client features, Zenbe has a practical and common sense way to help win the fight against bulging inboxes and forgotten emails.

Meet the New Sidebar

Notice the gray unviewed flags behind the Inbox and Boss unred countWe introduced a new look to the mail sidebar today.  It is cleaner and more functional than before.  The two key features that are the enablers to the Zenbe way of managing the inbox are: The Unviewed Flag, and a Reorganizable Tags list.  They are designed to address the specific short comings of auto-tagging using rules and make it easier to stick with a systematic program like GTD.

Let’s start with the unviewed flag, it is the little gray box behind the Inbox and Boss tag unread counter in the image to the left.  That gray box appears when there is new email in that tag.  In this case, there are new message from my Boss and in the Inbox.  It is very easy to see at a glance which tag has new email.  For users of many feed readers, the concept of unviewed should be familiar.  We added this concept because it addresses one of the biggest complains about auto-tagging that I mentioned above.  Without the unviewed flag, it is impossible to see at a glance which tag has new emails.  With the unviewed flag, you can safely auto-tag emails and keep them out of your inbox without missing them.  Some might say it is still inefficient, instead of checking the single inbox for all your new messages, now they’ve to check many tags to see all their new emails.

That is exactly the point.  Remember one of the experts’ advice is to not check emails too often?  The short coming of that advice has always been the possibility of missing the really important email between scheduled email time blocks.  So I like to modify that advice to say, “Don’t check unimportant messages too often”.  This will not reduce interruptions as much as strict adherence to a time schedule, but it is more practicable for someone living in the modern world.  For example, if we can auto-tag emails from a hobby mailing list, family, and work, we can then decide I’ll only look at the mailing list after work, family mail during the time blocks, but check the work tags as frequently as possible.  This gives users a finer grain choice, rather than an all or none choice.  The best part is you can reverse that priority at night or during the weekend.  In the normal GTD style workflow, you have to look at every message that hits your inbox.  It just doesn’t make sense to spend even a few minutes of time during the day deferring messages from a hobby mailing list.  This is where the second Zenbe feature steps in to help you.  It is the reorganizable tags list side bar.  The new tag list has two sections, the top section is what I call active tags.  It used to be called favorite tags.  And the bottom section is the rest of your tags.  There is a super easy to use menu on each tag that allows you to pin a tag to the top section, or unpin it.  See the drop down menu that appears when I clicked on the little triangle pull down button that appears when I hover over a tag.

I recommend pinning active tags at the top and changing which tag is pinned as often as needed.  Having the active tags on top makes it easy for us to see any unviewed flag that pops up.  For example, during work hours you might pin only work related tags and unpin your hobby tags.  But on the weekend, you might change it around and put the hobby, family, and only the most important work tag on top, while putting the rest of the work tags below.  I also pin seasonal tags to the top as needed.  For example, during tax season I would put my accountant tag on top, but once my taxes are done, it would go below.  Similarly if I’m planning a vacation, tags related to my travel will be pinned to the top until the trip is over.  In other email clients, the folder or label sidebar is pretty static.  It is almost impossible to arrange labels in gmail.  A label called Tax will always be at the bottom below the fold, even if it is April 14 and it is the most important thing on your mind.

More to Come

I’ve been using this hybrid system for a while now and it works for me.  To me it is a sensible balance of computer aid and human decision making.  You can still follow the general spirit of GTD, but at a finer grain level.  I hope you will give it a try.  I can’t promise you’ll be able to empty your inbox everyday, but it will sure be a easier fight with the sorting capability of a computer on my side.

The core of the Zenbe “methodogy” is outlined here, and we have the new tags sidebar supporting it, we hope to add more features in the near future to make it even easier and better. I look forward to hearing your thoughts and feedback.

new fluid icon for zenbe

Tuesday, June 3rd, 2008

We’ve become big fans of Fluid at Zenbe HQ. If you haven’t tried it yet, it’s a great way to run Zenbe on a Mac — it runs Zenbe as a standalone app, via the WebKit rendering engine. It’s super fast, and it’s really nice to use Zenbe without all the browser chrome.

Here’s a juicy, 128px Finder icon to use with Zenbe in Fluid — enjoy!

Zenbe Fluid icon

Keyboard Shortcuts

Tuesday, May 20th, 2008

My favorite new feature has finally made its way out the door - keyboard shortcuts. We’re still working on a full set of shortcuts, but we didn’t think you’d mind if we rolled out what we have so far. The available shortcuts can be found here: http://forums.zenbe.com/topic/221.

Be sure to let us know which ones you like or dislike, and which ones you feel are still missing.

New email address context menu can speed up your workflow

Tuesday, May 20th, 2008

We just rolled out a new feature that can help you process your email more efficiently. When you roll your mouse over an email address while viewing a message in Zenbe, you’ll notice that it becomes buttonized. Clicking this button will give you a list of common tasks that you can perform on the selected email address.

You can: create or view a contact associated with the email address; compose a new email to the email address; search your mail for other messages to or from the email address; or create a new email rule based on the email address.

Here’s one example of how this feature can speed things up for you…

I’m going out of town this weekend and I just received my travel itinerary. I’d like to categorize all messages from JetBlue reservations as travel, add a star and forward a copy to my wife. Here’s how I can use the new context menu to create a rule to do this for me…

Just mouse over the email address and select “create a rule”

The rule criteria are already setup for me, so I just need to add some actions to take.

Let us know what you think about this new feature. We really appreciate your feedback!

Now its easier to see your friends in your Zenbe Address Book

Sunday, May 11th, 2008

We rolled out a small new feature this morning that we hope you’ll enjoy. When you open your Zenbe Address Book you may see some photos for contacts that you did not upload yourself. We’ve integrated the Gravatar service with the Zenbe Address Book. Gravatar allows you to associate a picture with an email address. If you are seeing a new picture of your friend in your address book, it means he/she has a setup a Gravatar picture for the email address you have for them in the address book entry.

You can add your own Gravatar for your Zenbe account or any other email account here. Then your friends will be able to see your avatar in their address book automatically too.

You can still choose to set your own picture for your friends that have Gravatars by clicking on the pencil icon in the address book entry edit mode and uploading an alternate picture.

Plus addressing to auto tag

Wednesday, May 7th, 2008

First I like to thank our beta users. All your feedbacks and warm wishes for us are greatly appreciated. For those still in our queue waiting for an invite, we’re working hard to send out more invites. It should not be too long before we get to you.

As my way of saying thanks, I like to share with you an undocumented feature in Zenbe. It is known as plus addressing. Let say your email address is JohnSmith@zenbe.com, you can add a plus behind your user name with some other word and it is still a valid email address for you. Example, JohnSmith+shopping@zenbe.com, or JohnSmith+mailingList@zenbe.com. This is very useful to give different addresses when signing up mailing lists or e-commerce sites. It allows you to easily search or write a rule to handle those emails differently than your normal emails.

At Zenbe, we not only support plus addressing, we go one step further and auto tag it with the word behind the plus for you. So in the two examples above emails to those addresses will be automatically tagged shopping and mailingList respectively.

I hope you find this useful. Thanks again for all your wonderful support.

Cheers.