<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.mail.imap.offlineimap.general">
    <title>gmane.mail.imap.offlineimap.general</title>
    <link>http://blog.gmane.org/gmane.mail.imap.offlineimap.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5625"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5624"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5623"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5622"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5621"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5620"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5619"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5618"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5617"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5616"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5615"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5614"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5613"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5612"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5609"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5608"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5606"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5625">
    <title>Problem with imap.gmail.com SSL fingerprint</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5625</link>
    <description>&lt;pre&gt;Hi,

when running offlineimap.py from the next branch, I get:

$ ./offlineimap.py -1
OfflineIMAP 6.5.3.1
  Licensed under the GNU GPL v2+ (v2 or any later version)
Account sync GMail:
 *** Processing account GMail
 Establishing connection to imap.gmail.com:993
 ERROR: Server SSL fingerprint
'f3043dd689a2e7dddfbef82703a6c65ea9b634c1' for hostname
'imap.gmail.com' does not match configured fingerprint. Please verify
and set 'cert_fingerprint' accordingly if not set yet.
 *** Finished account 'GMail' in 0:00
 ERROR: Exceptions occurred during the run!
 ERROR: Server SSL fingerprint
'f3043dd689a2e7dddfbef82703a6c65ea9b634c1' for hostname
'imap.gmail.com' does not match configured fingerprint. Please verify
and set 'cert_fingerprint' accordingly if not set yet.


My configuration file just specifies a remote repository of type gmail.

Best,

&lt;/pre&gt;</description>
    <dc:creator>Damien Cassou</dc:creator>
    <dc:date>2012-05-25T15:26:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5624">
    <title>Re: What happens when contents of a mail message change?</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5624</link>
    <description>&lt;pre&gt;| Thanks for offlineimap; I'm using it with mu4e, a new email client for
| emacs (http://www.djcbsoftware.nl/code/mu/mu4e.html).
| 
| I'd like to investigate whether I can reliably delete attachments from
| email, based on e.g. python scripts like
| http://code.activestate.com/recipes/302086/
| 
| But I'm just wondering -- can offlineimap detect and sync cases when a
| Maildir file has changed its content (e.g. after deleting an
| attachment, or by adding a X-Tag: header).  Is it better to keep the
| original filename, or create a new file with the edited message and
| delete the original file?

Even if offlineimap got to check on things like message size etc, I
would not rely on the IMAP service noticing and reporting the hange; it
may keep "seen" message metadata in a db for fast lookup.

Therefore I would create a new Maildir file and delete the old.
Besides, that's safer - you get to defer the deletion until after the
successful creation.

BTW, that is also what the mutt mailreader does if you edit a message.

Cheers,
&lt;/pre&gt;</description>
    <dc:creator>Cameron Simpson</dc:creator>
    <dc:date>2012-05-19T22:41:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5623">
    <title>What happens when contents of a mail message change?</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5623</link>
    <description>&lt;pre&gt;Thanks for offlineimap; I'm using it with mu4e, a new email client for
emacs (http://www.djcbsoftware.nl/code/mu/mu4e.html).

I'd like to investigate whether I can reliably delete attachments from
email, based on e.g. python scripts like
http://code.activestate.com/recipes/302086/

But I'm just wondering -- can offlineimap detect and sync cases when a
Maildir file has changed its content (e.g. after deleting an
attachment, or by adding a X-Tag: header).  Is it better to keep the
original filename, or create a new file with the edited message and
delete the original file?

Best wishes, Stephen


_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap

&lt;/pre&gt;</description>
    <dc:creator>Stephen Eglen</dc:creator>
    <dc:date>2012-05-19T20:10:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5622">
    <title>New release due next week</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5622</link>
    <description>&lt;pre&gt;Hi all,

sorry I still haven't been able to catch up on the huge backlog of
email. I am in the process of applying for a job and have been traveling
like crazy.

I will push out the current "next" branch as the new release next week
unless something dramatically happens. It contains enought fixes and
features. Starting WEdnesday next week, I will have more time hopefully
(when job talks are over). All the emails are duefully stored in my
inbox and I'll go through all of them, promised.

THanks for your patience,
Sebastian

_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap

&lt;/pre&gt;</description>
    <dc:creator>Sebastian Spaeth</dc:creator>
    <dc:date>2012-05-18T07:42:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5621">
    <title>Re: Moving to a new imap server</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5621</link>
    <description>&lt;pre&gt;On Tue, May 15, 2012 at 9:00 PM, Nicolas Sebrecht &amp;lt;nicolas.s-dev&amp;lt; at &amp;gt;laposte.net




Thank you Nicolas.

-Sriram
_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap&lt;/pre&gt;</description>
    <dc:creator>Sriram Karra</dc:creator>
    <dc:date>2012-05-16T01:46:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5620">
    <title>Problems with dovecot imap server</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5620</link>
    <description>&lt;pre&gt;Hello,

on my server I've installed a dovecot imap server. Now I want to sync this
mailbox to my local machine. But dovecot doesn't create an inbox folder on
the server so the "cur", "new" and "tmp" folders are located in the mailbox
root directory (~/.maildir/). The problem is that offlineimap doesn't sync
this folders. Although my "cur" folder on the server contains more than
1000 mails the folder on the notebook is empty. All subfolders like
for example ~/.maildir/.news are synched correctly.

Is there anything I can do to fix this issue? I run debian squeeze,,
dovecot v1.1.15 and offlineimap v6.3.4-1 (from the debian testing
repository).

Thanks for help
Regards
Eric

_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap

&lt;/pre&gt;</description>
    <dc:creator>Eric Scheibler</dc:creator>
    <dc:date>2012-05-15T18:45:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5619">
    <title>Re: Moving to a new imap server</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5619</link>
    <description>&lt;pre&gt;
I would do the following:

0. Make a tarball of the local maildir.
1. Write a new offlinerc for newserver.
2. Make a first sync (mostly empty).
3. Untar the archive to the updated maildir of newserver.
4. Have fun with nametrans rules.
5. Sync again to have local mail on newserver.
6. Live happily ever after.

In the past, I've migrated my mails from one server to another this way.

&lt;/pre&gt;</description>
    <dc:creator>Nicolas Sebrecht</dc:creator>
    <dc:date>2012-05-15T15:30:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5618">
    <title>Moving to a new imap server</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5618</link>
    <description>&lt;pre&gt;Due to a very strange manner in which our IT folks have managed a mail
server migration, I am forced to deal with the following situation.

I was using offlineimap to sync my email with 'oldserver' (Lotus Domino)
till now. I have to start using 'newserver' (on Courier) from now on. None
of my email has been migrated from oldserver to newserver. However since I
have all my mail on my local drive, I was hoping something along the
following lines should work:


   1. Update .offlinerc RemoteRepository account details with credentials
   of newserver
   2. Update nametrans to deal with differences between Lotus and Courier
   3. Clear any synchronization state on Local so the next run will trigger
   a bulk copy from Local to newserver
   4. Live happily ever after.

Can someone suggest if this approach can work in practise or theory? If
yes, what exactly should I do for Step 3?

Thanks.
Karra
_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap&lt;/pre&gt;</description>
    <dc:creator>Sriram ET.</dc:creator>
    <dc:date>2012-05-15T09:42:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5617">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5617</link>
    <description>&lt;pre&gt;give it

Would a systemd service be easier/harder (sounds like such a wrapper script
would basically be in rc.d).

Am not very familiar with systemd, just started using it, but AFAIK it can
monitor the processes it runs, though I'm not sure what degree of control
it has.
_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap&lt;/pre&gt;</description>
    <dc:creator>Oon-Ee Ng</dc:creator>
    <dc:date>2012-05-15T01:03:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5616">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5616</link>
    <description>&lt;pre&gt;
There is one version of this in my mail guide:

http://dev.gentoo.org/~tomka/mail.html

under "the mail-update script".  It's a bit outdated, but you should get
the idea and tweak it for yourself.

Cheers,
Thomas




&lt;/pre&gt;</description>
    <dc:creator>Thomas Kahle</dc:creator>
    <dc:date>2012-05-14T18:20:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5615">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5615</link>
    <description>&lt;pre&gt;
Actually, it seems I mispoke.  I *used* to use some script like that for 
several years, up until alst fall.  I still have that script but I can't 
vouch that it works anymore.  I was forced to stop using it because an 
upgrade to OS X made a change which impacted how offlineimap got the 
account passwords.  So I moved to running it in single mode.

It still does hang periodically for unknown reasons (once every 2-3 
weeks), but I've not yet automated restarting it.  If I notice my mail 
not coming in, I kill it and remove the lock file.  I could repurpose 
the original script, but haven't gotten around to it.

All the script really did was to write a simple file with the time of 
last sync, PID of offlineimap, and my IP address.  offlineimap was then 
started.  Upon the next run, if the information existed but hadn't 
changed and the timeout hadn't elapsed (either because it was too recent 
or because offlineimap was syncing properly) then the script exited and 
let the current offlineimap process live.  If the time of last sync was 
greater than some timeout limit, or my IP address was changed, the 
process was killed and restarted.  Since offlineimap doesn't write your 
IP address to a file, nor the time of last syncing, I had called it from 
the same script, and recorded that information if it didn't exist.  I 
also had a line calling nmap to query if I had a connection to my mail 
server.  If not, offlineimap (and getmail) weren't run at all.

I've attached the script anyway.  It's no work of art, but it more or 
less worked until OS X 10.7.  And would have continued to work had I 
left my IMAP passwd in the offlineimap rc file.
_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap&lt;/pre&gt;</description>
    <dc:creator>Tim Gray</dc:creator>
    <dc:date>2012-05-14T17:36:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5614">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5614</link>
    <description>&lt;pre&gt;


Can you share you wrapper scripts? Others have similar issues could give it
a try, and we could possibly include it in the main distribution?
_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap&lt;/pre&gt;</description>
    <dc:creator>Sriram ET.</dc:creator>
    <dc:date>2012-05-14T17:06:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5613">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5613</link>
    <description>&lt;pre&gt;
I like offlineimap and have been using it for years, but definitely have 
some issues with it hanging.  Most of these happen when I put my laptop 
to sleep and/or change networks and offlineimap is in the middle of a 
sync.  I use to run it in the background as a process, but eventually 
had to move to running it in single sync mode every 5 minutes.  This of 
course precludes using it in IDLE mode.  Just sticking it in my cronfile 
wasn't enough; I had to wrap it in a shell script that checked for 
network connectivity, checked to see if it had hung, etc.

It works great now and I can close my laptop with impunity, but it was a 
process that took a fair amount of time to iron out which could have 
been saved if offlineimap handled that situation better.  I'm not 
blaming offlineimap for not including those capabilities - it does what 
it says on the box.  But it certainly would be a welcome addition since 
it's an issue many users of offlineimap probably run into.

_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap

&lt;/pre&gt;</description>
    <dc:creator>Tim Gray</dc:creator>
    <dc:date>2012-05-14T16:42:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5612">
    <title>Error in UIDMapping file</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5612</link>
    <description>&lt;pre&gt;Hello OfflineIMAP people

Here's some information about an error with OfflineIMAP 6.5.2.1 which 
might possibly be helpful for future debugging.

I started getting the following error for one user, but not for others:

----------------------------------------------------------
OfflineIMAP 6.5.2.1
   Licensed under the GNU GPL v2+ (v2 or any later version)
*** Processing account 1and1
Establishing connection to imap.1and1.co.uk:993
Establishing connection to localhost:143
ERROR: While attempting to sync account '1and1'
   need more than 1 value to unpack
*** Finished account '1and1' in 0:00
----------------------------------------------------------

I then noticed that 
~/offlineimap-meta/Repository-LocalIMAP/UIDMapping/INBOX contained this 
near then end:

----------------------------------------------------------
[many lines deleted]
18424:800
18425:801
18427:803
18428:804
22526:3308

18430:806
[end of file]
----------------------------------------------------------

Note the blank line before the last line; yes it's really blank, just 
two 0x0A characters in a row.

So I deleted the blank line, and it all started working again.  (In 
fact, in came up with errors the first few times, but settled down 
eventually -- I can provide details of the errors if anyone's interested.)

I don't know what caused the blank line in the first place.  The run 
before the first error message completed normally.

Would it be possible for the code that reads the UIDMapping files to be 
made more robust, so that it doesn't just give up at the first sign of 
trouble?

cheers

Chris
&lt;/pre&gt;</description>
    <dc:creator>Chris Dennis</dc:creator>
    <dc:date>2012-05-14T16:40:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5611">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5611</link>
    <description>&lt;pre&gt;



Perhaps my views are a bit old fashioned, but non-constructive criticism
and tough language are generally better received from users who do other
than just bitch about the 'good old days' or the general poor state of
affairs.
_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap&lt;/pre&gt;</description>
    <dc:creator>Sriram ET.</dc:creator>
    <dc:date>2012-05-14T14:46:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5610">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5610</link>
    <description>&lt;pre&gt;
It is an extremely useful piece of software and it is very actively
maintained.

But concurrency issues are subtle and without formal methods it is
exceedingly hard to diagnose such problems. As in this case, they tend
to show up in rare cases, and developers generally don't see them. If
they did, they would find a solution - often something that works
for the vast majority.

So almost by definition, only a few people see them in rare
circumstances. Most people using the software are very happy.

That the problems have a root in race conditions can only be
speculation. There is also the issue of all the different
implementations of the imap protocol and whether they conform
to an imprecise specification.

I run a number of different machines with widely varying speeds and 
architectures. offlineimap behaves differently on all and the apparent
deadlocks may only occur on 1 or 2 of the systems. But which often
changes with the offlineimap release. This, and the fact that others see
such problems, all smacks strongly of race problems. But I could be
wrong and have no right to criticize (which I am not doing). I hope
one day to have time to investigate, but I do not expect it to be 
easy :-(

ael


_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap

&lt;/pre&gt;</description>
    <dc:creator>ael</dc:creator>
    <dc:date>2012-05-14T14:16:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5609">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5609</link>
    <description>&lt;pre&gt;this
anyone uses

Ditto that. For me the new updates fixed some annoying infinite timeouts.
If that's not your experience then you'd be better served debugging it than
making unfounded speculative comments...
_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap&lt;/pre&gt;</description>
    <dc:creator>Oon-Ee Ng</dc:creator>
    <dc:date>2012-05-13T21:43:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5608">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5608</link>
    <description>&lt;pre&gt;[...]


There's also the possibility that other people use offlineimap without
many problems.

I am running offlineimap every 5 minutes using a cronjob.  It checks for
an internet connection and already running instances so that it never
runs twice (although it also has internal checks, but better safe than
sorry).  I use the -o option, to make offlineimap quit after one sync.
Additionally I use the option

socktimeout = 120

in my offlineimaprc to ensure that it dies if the socket is silent for 2
minutes.  This configuration is running without any major trouble for a
couple of years now.

Cheers,
Thomas



&lt;/pre&gt;</description>
    <dc:creator>Thomas Kahle</dc:creator>
    <dc:date>2012-05-13T20:00:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5607">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5607</link>
    <description>&lt;pre&gt;On Sat, May 12, 2012 at 12:58:26PM +0100, ael spake thusly:

That's a real shame. I use imapfilter to sort my mail and as approximately the
same class of program it has been highly reliable. I wish offlineimap could be
as solid.


I have tried reducing maxsyncaccounts to 1 thinking that would prevent
simultaneous syncing and remove the possibility of race conditions but the
current behavior of that option seems to limit the number of accounts on the
accounts= line to be synced. This seems fairly useless to me.

I'll give the -1 option a try. I hadn't noticed that before. It has probably
been continuing to use multiple connections/threads per account.

I'm surprised these problems have persisted for so long. The offlineimap
website and docs actually make it look like someone really cares about this
project. But the persistent bugs suggest otherwise or that hardly anyone uses
this piece of software.

&lt;/pre&gt;</description>
    <dc:creator>Tracy Reed</dc:creator>
    <dc:date>2012-05-13T18:15:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5606">
    <title>Re: Reliability and shutdown</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5606</link>
    <description>&lt;pre&gt;
You are not alone. offlineimap has shown these sorts of problems for
many years. Mostly it is possible to work around the faults, but the
latest version seems to have got somewhat worse.

Using the "-1" option usually modifies the behaviour but does not
consistently fix the problems in the latest version.

I know that this is not a very helpful answer - for anyone. But
it seems clear that there is some sort of underlying design problem
which I strongly suspect involves races. If only I had time to spare...

ael


_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap

&lt;/pre&gt;</description>
    <dc:creator>ael</dc:creator>
    <dc:date>2012-05-12T11:58:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5605">
    <title>Re: better nametrans documentation available</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.offlineimap.general/5605</link>
    <description>&lt;pre&gt;
The example for reverse nametrans against a Courier server converts "INBOX" to "INBOXINBOX".

Could be fixed along the following lines:

diff --git a/docs/doc-src/nametrans.rst b/docs/doc-src/nametrans.rst
index ca25345..3400b22 100644
--- a/docs/doc-src/nametrans.rst
+++ b/docs/doc-src/nametrans.rst
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -104,9 +104,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Take the above examples. If your remote nametrans setting was::
 
    nametrans = lambda folder: re.sub('^INBOX\.', '', folder)
 
-then you will want to have this in your local repository, prepending "INBOX" to any local folder name::
+then you will want to have this in your local repository, prepending "INBOX" to
+any local folder name (apart from "INBOX" itself)::
 
-   nametrans = lambda folder: 'INBOX' + folder
+   nametrans = lambda folder: folder if folder == 'INBOX' else 'INBOX.' + folder
 
 Failure to set the local nametrans rule will lead to weird-looking error messages of -for instance- this type::

cheers,

John


_______________________________________________
OfflineIMAP-project mailing list
OfflineIMAP-project&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepage: http://software.complete.org/offlineimap

&lt;/pre&gt;</description>
    <dc:creator>John Steele Scott</dc:creator>
    <dc:date>2012-05-12T10:26:38</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.mail.imap.offlineimap.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.mail.imap.offlineimap.general</link>
  </textinput>
</rdf:RDF>

