fix some naming issues

This commit is contained in:
Don Harper 2020-08-22 17:08:51 -05:00
parent 0cdf94e790
commit 778a2c3f5b
22 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
+++
date = "2006-11-26T17:11:00-07:00"
title = "Disconnected IMAP"
categories = ["software"]
tags = ["cli"]
+++
Disconnected IMAP
=================
So, in an effort to get to the office earlier, I decided to try to figure out how to do disconnected IMAP. Well, the route I took was to use a tool called mailsync (was at mailsync.sourceforge.net) which is a cool tool to allow you to sync IAMP mailboxes.
So, my tack is to sync it down to my laptop, and read the email on the bus. I sync email down in the morning, and then in the evening, sync again. So far, so good.
More updates later...