Re: Sync from imap to imap server?

2016-10-04 Thread Oswald Buddenhagen
On Tue, Oct 04, 2016 at 10:02:26AM +0200, Rainer M Krug wrote: > I found many examples of using isync to sync from gmail to a local > Maildir, but can I also sync from gmail to a local imap server? If > yes, can somebody provide an example > even the shipped mbsyncrc.sample shows this. > (all gmai

Sync from imap to imap server?

2016-10-04 Thread Rainer M Krug
Hi I an at the moment using offlineimap but I am thinking of moveing to isync (different reasons why). I am sure I have a ton of questions, but I'll start with the easy one: At the moment I am syncing from gmail to a local dovecot server as I prefer the local imap server (Maildir storage format)

Re: Sync remote INBOX to different local name (IMAP-to-IMAP)?

2013-05-06 Thread John Goggan
I think I just figured this out myself. I changed my Pattern line to exclude INBOX -- and it still gets the messages from my Gmail INBOX and puts them into INBOX-gmail as desired -- but does not put them into my local INBOX also. I had misunderstood how the Pattern line would work. I thought

Re: Sync remote INBOX to different local name (IMAP-to-IMAP)?

2013-05-06 Thread John Goggan
On 5/4/2013 3:01 AM, Oswald Buddenhagen wrote: > On Fri, May 03, 2013 at 03:00:54PM -0400, John Goggan wrote: >> Things work GREAT for everything except the main INBOX. I can't find >> a way to put those messages into a DIFFERENTLY NAMED box at the slave >> end. I can use MapInbox to specify a n

Re: INTERNALDATE from IMAP to IMAP

2013-05-06 Thread Oswald Buddenhagen
hi, On Mon, May 06, 2013 at 03:09:25PM +0200, MacXperte wrote: > it doesn't work! > probably because you are assigning a string without detaching it from the parent structure, so it gets freed. there are various examples how to do it (the BODY one being closest. NAMESPACE possibly as well). anywa

INTERNALDATE from IMAP to IMAP

2013-05-06 Thread MacXperte
Because a lot of IMAP clients are not easily convinced to ignore the internaldate and also because it cannot be changed on an IMAP server (other than recreating the message with a new UID), I looked into syncing the INTERNALDATE from IMAP to IMAP. What I did is quite similar to the patch that was

Re: Sync remote INBOX to different local name (IMAP-to-IMAP)?

2013-05-04 Thread Oswald Buddenhagen
On Fri, May 03, 2013 at 03:00:54PM -0400, John Goggan wrote: > Things work GREAT for everything except the main INBOX. I can't find > a way to put those messages into a DIFFERENTLY NAMED box at the slave > end. I can use MapInbox to specify a new INBOX name at the slave end > -- but that appears

Sync remote INBOX to different local name (IMAP-to-IMAP)?

2013-05-03 Thread John Goggan
I've just started using isync/mbsync today. My goal is to make periodic one-way backups of my Gmail account -- and later be able to easily access them from various IMAP clients. Therefore, I am doing a one-way (master to slave only) IMAP-to-IMAP transfer using mbsync by using "

Re: IMAP-to-IMAP

2008-08-22 Thread Oswald Buddenhagen
On Fri, Aug 22, 2008 at 09:59:44AM +0100, Daniel Skinner wrote: > * OK [UIDVALIDITY 0] > whoops, i assumed that this is not permitted, but section 2.3.1.1 of rfc3501 (IMAPv4) does indeed not say so - it just makes it appear unlikely to be used by someone. i will have to make several smaller change

Re: IMAP-to-IMAP

2008-08-22 Thread Daniel Skinner
Oswald Buddenhagen wrote: > On Fri, Aug 22, 2008 at 12:21:59AM +0100, Daniel Skinner wrote: > >> "Selecting slave INBOX... IMAP error: malformed UIDVALIDITY status" >> >> > please re-run with the -V option and send me the output. > > # mbsync -V main * OK [CAPABILITY IMAP4rev1 UIDPLUS

Re: IMAP-to-IMAP

2008-08-21 Thread Oswald Buddenhagen
On Fri, Aug 22, 2008 at 12:21:59AM +0100, Daniel Skinner wrote: > "Selecting slave INBOX... IMAP error: malformed UIDVALIDITY status" > please re-run with the -V option and send me the output. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Confusion, chaos, panic - my w

IMAP-to-IMAP

2008-08-21 Thread Daniel Skinner
Hi, I am trying to sync IMAP to IMAP but am having trouble solving the following error: "Selecting slave INBOX... IMAP error: malformed UIDVALIDITY status" Any ideas? # cat ~/.mbsyncrc IMAPAccount acwcnserver Host slave User william Pass x RequireSSL no UseIMAPS no UseTLSv1 no