IMAP command 'UID FET)' returned an error

2022-06-12 Thread Marko Bauhardt via isync-devel
Hi all, I wasn‘t sure if the issue tracker or the Mailinglist is the best place to discuss. I created an issue but afterwards I believe the mailinglist is more convinient. Anyway this is a cross post based on https://sourceforge.net/p/isync/bugs/64/ I‘m trying to * fetch mails from mailbox.org

Re: IMAP command 'UID FET)' returned an error

2022-06-13 Thread Marko Bauhardt via isync-devel
> `valgrind --memcheck mbsync ...` > would be the way to approach this (make sure you have a debug build unfortunately i can not install valgrind on netbsd. > you can try the wip/master-next branch and see if the problem persists. when try to build it i'm getting make all-recursive Making a

Re: IMAP command 'UID FET)' returned an error

2022-06-13 Thread Marko Bauhardt via isync-devel
> the problem isn't perl, but make - which is weird, as any non-ancient > (net)bsd make is supposed to understand the $< variable. > you may have better luck with gmake. i'm getting another error ~~~ gmake all-recursive gmake[1]: Entering directory '/home/marko/.local/src/sourceforge.net/isync

Re: IMAP command 'UID FET)' returned an error

2022-06-13 Thread Marko Bauhardt via isync-devel
> git fetch && git reset --hard origin/wip/master-next && gmake gcc -g -O2 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -o mbsync util.o config.o socket.o driver.o drv_proxy.o

Re: IMAP command 'UID FET)' returned an error

2022-06-13 Thread Marko Bauhardt via isync-devel
> anyway, give it another round. thx for your quick help. awesome!! everything compiles, but now i'm getting the same imap command error like i'm getting with 1.4.0 ~~~ F: 5 BAD Error in IMAP command: Invalid command name (0.001 + 0.000 secs). IMAP command 'UID FET)' returned an error: Error i

Re: IMAP command 'UID FET)' returned an error

2022-06-13 Thread Marko Bauhardt via isync-devel
ieb Marko Bauhardt via isync-devel > : > >  >> anyway, give it another round. > > thx for your quick help. awesome!! > everything compiles, but now i'm getting the same imap command error like i'm > getting with 1.4.0 > > ~~~ > F: 5 BAD Error in

Re: M: Callback leave bad store

2022-06-27 Thread Marko Bauhardt via isync-devel
> if that keeps failing, use plain -D … I believe Google drops the connection anyway when trying to pull, i don‘t know, many messages. This was my experience with Googles „all messages“. Marko ___ isync-devel mailing list isync-devel@lists.sourcefo

Re: M: Callback leave bad store

2022-06-27 Thread Marko Bauhardt via isync-devel
> > Do you have a suggested work-around? If I restart it will it pull a few more > each time until eventually it gets them all and then works? I‘m archiving my inbox to keep only the current year. You could create folders for each year and pull them step by step. You could also Sync notmuch

Re: mbsync does not fetch all messages

2022-06-30 Thread Marko Bauhardt via isync-devel
> I usually sync periodically ( 5 minutes via mu4e ) and after not doing so for > 3 days, and start syncing again, those days messages are not fetched by > mbsync, only new messages are. Which flags has these Mails online on your imap Server? ___ is

Re: IMAP command 'UID FET)' returned an error

2022-11-06 Thread Marko Bauhardt via isync-devel
Hi Oswald, > Oswald Buddenhagen hat am 13.06.2022 22:36 CEST > geschrieben: > anyway, it occurs to me that modern gcc and clang versions have some > built-in memory debugger functionality - so recompiling with > --sanitize=address or something similar might actually get us ahead. I compiled w

Re: IMAP command 'UID FET)' returned an error

2022-11-08 Thread Marko Bauhardt via isync-devel
Hi, > that looks like a good start, but you still need to make the addresses > usable: > > gdb mbsync > l *0x650d7c30 > q I executed, $ gdb --args ./src/mbsync -V -D -c ~/.config/isync/config mailbox-inbox (gdb) run Starting program: /home/marko/.local/src/sourceforge.net/isync/isync-isyn

Re: IMAP command 'UID FET)' returned an error

2022-11-14 Thread Marko Bauhardt via isync-devel
> Oswald Buddenhagen hat am 08.11.2022 > > > >I executed, [...] > > > why would you do any of that? the idea was to make the sanitizer dump > readable, for which the above instructions should be adequate. > i have no idea why the test run under gdb crashes, but it doesn't matter > anyway (fo