Feed Advanced Search

Aug 11 2018

cmollekopf added a comment to T8346: Kube not detecting INBOX folder (Fastmail).

Regarding the Inbox issue, I've found that some services do not subscribe to the INBOX by default, and Kube only shows subscribed folders.
I think having INBOX not subscribed by default is a very bad default, but I've worked around that particular issue by ignoring the subscription state for that particular folder, so inbox is always shown.

Aug 11 2018, 3:25 PM · Kube: Bugs
cmollekopf added a comment to T8346: Kube not detecting INBOX folder (Fastmail).

My bad, I forgot to adjust the download urls accordingly. Should be fixed now.

Aug 11 2018, 3:22 PM · Kube: Bugs

Aug 8 2018

phedlund added a comment to T8346: Kube not detecting INBOX folder (Fastmail).

https://kube-project.com/getit.html advertises nightly macOS builds, but all I ever get is the same July 7 build. What gives? I want to try the fix for the Inbox issue. Also where is Kube storing user data on macOS? I can't find it in any of the usual places.

Aug 8 2018, 3:45 PM · Kube: Bugs

Jul 31 2018

jhampton triaged T9296: Certificate Approval Dialog as Wishlist priority.
Jul 31 2018, 5:35 PM · Kube: Bugs
jhampton created T9296: Certificate Approval Dialog.
Jul 31 2018, 5:34 PM · Kube: Bugs

Jul 26 2018

cmollekopf triaged T8722: gmail: work with "app passwords" as Normal priority.
Jul 26 2018, 12:44 AM · Kube: Bugs
cmollekopf added a comment to T8722: gmail: work with "app passwords".

Kube will remember passwords for as long as it runs. There is currently no keyring integration to save passwords for longer. It looks like the recommended way by google would be to simply regenerate a new password whenever you need one, kube won't care.

Jul 26 2018, 12:44 AM · Kube: Bugs
cmollekopf closed T6664: IMAP account log in is not always equal to email address as Resolved.

A separate field for a username has now been implemented (will appear in the next builds, probably tomorrow).

Jul 26 2018, 12:40 AM · Kube: Bugs

Jul 16 2018

cmollekopf added a comment to T8346: Kube not detecting INBOX folder (Fastmail).

given that I've tested fastmail and we have not recieved further debug output (such as from "sinksh list folder") I'm assuming it's also a subscription issue.

Jul 16 2018, 1:41 PM · Kube: Bugs
cmollekopf added a comment to T8346: Kube not detecting INBOX folder (Fastmail).

at least on mailbox.org there is the problem that INBOX is not subscribed by default (which seems like a weird choice).
To counter that kube now ignores the subscription state for inbox and always enables it.
Building a new macos image is still pending.

Jul 16 2018, 1:40 PM · Kube: Bugs
cmollekopf closed T8189: Some messages pgp-signed messages take quite a while to load. as Wontfix.

It was because of gpg's auto-key-retrieve feature. Not much we can do about it.

Jul 16 2018, 12:36 PM · Kube: Bugs

Jul 13 2018

cmollekopf closed T8120: Resource crash on connecting to Riseup SMTP server as Resolved.
Jul 13 2018, 8:56 PM · Kube: Bugs
cmollekopf closed T8653: We don't deal with utf8 sequences in From headers (and probably other sender/recipients) as Invalid.

This is actually just an invalid From: header.

Jul 13 2018, 9:08 AM · Kube: Bugs, Sink

Jul 12 2018

cmollekopf added a comment to T8653: We don't deal with utf8 sequences in From headers (and probably other sender/recipients).

https://dmorgan.info/posts/encoded-word-syntax/

Jul 12 2018, 8:43 AM · Kube: Bugs, Sink
cmollekopf edited projects for T6997: Kube should not download external images by default, added: Kube (0.8); removed Kube (0.7).
Jul 12 2018, 7:55 AM · Kube (0.8), Kube: Bugs

Jul 5 2018

cmollekopf closed T9065: Conversation view query does not always update as Resolved.
Jul 5 2018, 3:08 PM · Kube: Bugs

Jul 4 2018

cmollekopf added a comment to T8677: Kube action buttons are elided in HiDPI.

Looks like the implicit width of the label of the button is too small.

Jul 4 2018, 10:52 AM · Kube: Bugs

Jul 2 2018

cmollekopf moved T8722: gmail: work with "app passwords" from New to Triaged on the Kube: Bugs board.
Jul 2 2018, 11:23 AM · Kube: Bugs
cmollekopf added a comment to T8722: gmail: work with "app passwords".

Right now we simply support regular passwords. Fastmail contains a similar mechanism and at least there I tested it that it works, no idea about google.
There is no keyring integration atm. so you will indeed have to remember the password and enter it every time.

Jul 2 2018, 11:23 AM · Kube: Bugs
cmollekopf triaged T8677: Kube action buttons are elided in HiDPI as Low priority.
Jul 2 2018, 11:21 AM · Kube: Bugs
cmollekopf closed T8190: Some mails load greyed out as Resolved.

Messages are now correctly marked as read. We'll keep the highlighting for now, even though you will rarely see it since we immediately mark as read.

Jul 2 2018, 11:20 AM · Kube: Bugs
cmollekopf closed T8739: Sending an encrypted mail with attachment results in an invalid mime message as Resolved.
Jul 2 2018, 11:19 AM · Kube: Bugs

Jun 25 2018

cmollekopf added a comment to T9078: Lack of conflict resolution ends up overwriting local modifications.

Strategies to avoid the problem:

  • Rebase local changes when new changes from the server appear. This would break with the current concept of an always increasing revision number and would thus require changes in how query updates are handled. Probably not a good idea.
  • Always apply modifications to a specific revision so we can detect conflicts, generate a diff, and hope that there is no conflict.
Jun 25 2018, 9:38 AM · Kube: Bugs
cmollekopf triaged T9078: Lack of conflict resolution ends up overwriting local modifications as Normal priority.
Jun 25 2018, 9:17 AM · Kube: Bugs
cmollekopf added a comment to T9065: Conversation view query does not always update.

The problem of lost updates due to missing some revisions in the incremental update has just been fixed. The problem of modifications being overwritten by fetching the full payload is a separate issue that remains to be fixed.

Jun 25 2018, 9:14 AM · Kube: Bugs
cmollekopf added a commit to T9065: Conversation view query does not always update: R9:121c3bc96a27: Fixed the lost update scenario.
Jun 25 2018, 9:11 AM · Kube: Bugs

Jun 22 2018

cmollekopf added a comment to T9065: Conversation view query does not always update.

There might be a race between marking as read and fetching the full payload. If the full payload arrives after the local modification we potentially revert the previous modification.

Jun 22 2018, 2:50 PM · Kube: Bugs
cmollekopf triaged T9065: Conversation view query does not always update as Normal priority.
Jun 22 2018, 7:54 AM · Kube: Bugs

Jun 18 2018

phedlund added a comment to T8346: Kube not detecting INBOX folder (Fastmail).

I have the same issue for an imap account on mailbox.org (using the macOS build of Kube) with the Inbox simply not showing in the list of folders.

Jun 18 2018, 9:50 PM · Kube: Bugs

May 17 2018

rnicole closed T8132: Attachements are not encrypted when sending encrypted messages as Resolved.

Correct! This is no longer the case

May 17 2018, 6:37 PM · Kube: Bugs
cmollekopf triaged T8132: Attachements are not encrypted when sending encrypted messages as Normal priority.
May 17 2018, 6:35 PM · Kube: Bugs
cmollekopf assigned T8132: Attachements are not encrypted when sending encrypted messages to rnicole.

As far as I can tell this is no longer the case? Please close the ticket if you agree.

May 17 2018, 6:34 PM · Kube: Bugs
cmollekopf closed T8737: assert during query update as Resolved.
May 17 2018, 4:17 PM · Kube: Bugs
cmollekopf moved T8739: Sending an encrypted mail with attachment results in an invalid mime message from New to Confirmed on the Kube: Bugs board.
May 17 2018, 4:17 PM · Kube: Bugs
cmollekopf triaged T8739: Sending an encrypted mail with attachment results in an invalid mime message as Normal priority.
May 17 2018, 4:17 PM · Kube: Bugs
cmollekopf added a project to T6997: Kube should not download external images by default: Kube (0.7).

We will:

  • Not download images by default
  • Add a button per message to trigger the download of messages
  • Add a switch visible in the conversation view (as floating button), to alter the global default of not downloading.
May 17 2018, 10:53 AM · Kube (0.8), Kube: Bugs
cmollekopf moved T8737: assert during query update from New to Confirmed on the Kube: Bugs board.
May 17 2018, 10:45 AM · Kube: Bugs
cmollekopf triaged T8737: assert during query update as Normal priority.
May 17 2018, 10:45 AM · Kube: Bugs

May 16 2018

rutledge added a comment to T8722: gmail: work with "app passwords".

It needs to remember the password, I guess, because it's a generated password, and there doesn't seem to be a way to get it again later, only to generate a new one.

May 16 2018, 7:56 AM · Kube: Bugs
rutledge added a comment to T6664: IMAP account log in is not always equal to email address.

Oh it started working after restarting kube, with these addresses:

May 16 2018, 7:46 AM · Kube: Bugs
rutledge created T8722: gmail: work with "app passwords".
May 16 2018, 7:38 AM · Kube: Bugs
rutledge added a comment to T6664: IMAP account log in is not always equal to email address.

In the case of Dreamhost email https://help.dreamhost.com/hc/en-us/articles/215612887#Example_setup_using_a_secure_IMAP_connection the username should be the full email address. E.g. my working mutt config has

May 16 2018, 7:28 AM · Kube: Bugs

May 14 2018

cmollekopf moved T8653: We don't deal with utf8 sequences in From headers (and probably other sender/recipients) from Triaged to Confirmed on the Kube: Bugs board.
May 14 2018, 1:01 PM · Kube: Bugs, Sink
cmollekopf added a comment to T6997: Kube should not download external images by default.

This would be useful as counter-spam measure and in light of T8699.

May 14 2018, 12:33 PM · Kube (0.8), Kube: Bugs

May 11 2018

knambiar created T8677: Kube action buttons are elided in HiDPI.
May 11 2018, 7:28 AM · Kube: Bugs

May 7 2018

cmollekopf closed T8606: Kube fails to synchronize GMail inbox as Resolved.

Thanks for the report.

May 7 2018, 2:44 PM · Kube: Bugs
cmollekopf moved T8653: We don't deal with utf8 sequences in From headers (and probably other sender/recipients) from New to Triaged on the Kube: Bugs board.
May 7 2018, 2:38 PM · Kube: Bugs, Sink
cmollekopf added a comment to T8653: We don't deal with utf8 sequences in From headers (and probably other sender/recipients).

http://dogmamix.com/MimeHeadersDecoder/

May 7 2018, 1:55 PM · Kube: Bugs, Sink
cmollekopf triaged T8653: We don't deal with utf8 sequences in From headers (and probably other sender/recipients) as Low priority.
May 7 2018, 1:41 PM · Kube: Bugs, Sink

May 2 2018

knambiar assigned T8606: Kube fails to synchronize GMail inbox to cmollekopf.
May 2 2018, 5:39 AM · Kube: Bugs

Apr 28 2018

knambiar updated the task description for T8606: Kube fails to synchronize GMail inbox.
Apr 28 2018, 8:29 AM · Kube: Bugs
knambiar created T8606: Kube fails to synchronize GMail inbox.
Apr 28 2018, 8:27 AM · Kube: Bugs

Apr 17 2018

cmollekopf closed T7181: Removing the last account sometimes crashes Kube as Invalid.

Can't reproduce, please reopen if you can and provide a backtrace.

Apr 17 2018, 10:39 AM · Kube: Bugs
cmollekopf moved T8544: QML VisualDataModel: Error creating delegate from New to Confirmed on the Kube: Bugs board.
Apr 17 2018, 9:11 AM · Kube: Bugs
cmollekopf edited projects for T8544: QML VisualDataModel: Error creating delegate, added: Kube: Bugs; removed Kube.
Apr 17 2018, 9:11 AM · Kube: Bugs

Apr 9 2018

cmollekopf closed T8442: Doe we fail to generate buffer includes before compiling in parallel builds? as Resolved.

I think this was caused by the newly added webdavcommon library. It lacked a dependency on sink_common, but depended on the generated headers.

Apr 9 2018, 2:40 PM · Sink, Kube: Bugs
cmollekopf closed T8442: Doe we fail to generate buffer includes before compiling in parallel builds?, a subtask of T8438: Missing file in Sink manual build?, as Resolved.
Apr 9 2018, 2:40 PM · Kube: Bugs
jopetersen added a comment to T8348: Can't send messages with Fastmail.

Apologies for lack of clarity.

Apr 9 2018, 11:51 AM · Kube: Bugs
cmollekopf reopened T8348: Can't send messages with Fastmail as "Open".

At the very least we are not doing very well with reporting what the actual problem is.

Apr 9 2018, 10:24 AM · Kube: Bugs

Apr 7 2018

jopetersen closed T8347: Kube chokes on large mailboxes as Resolved.
Apr 7 2018, 1:51 PM · Kube: Bugs
jopetersen added a comment to T8348: Can't send messages with Fastmail.

In my case everything but Kolab Now works. Gmail won't work, nor Fastmail.

Apr 7 2018, 1:45 PM · Kube: Bugs
jopetersen added a comment to T8347: Kube chokes on large mailboxes.

After upgrading to the new version, Kube no longer chokes. Everything syncs just fine. We could close this now.

Apr 7 2018, 1:43 PM · Kube: Bugs

Apr 5 2018

cmollekopf assigned T8190: Some mails load greyed out to mbohlender.

This is from the commit "highlight unread mails in conversation view"

Apr 5 2018, 4:58 PM · Kube: Bugs
cmollekopf moved T8442: Doe we fail to generate buffer includes before compiling in parallel builds? from New to Triaged on the Kube: Bugs board.
Apr 5 2018, 2:12 PM · Sink, Kube: Bugs
cmollekopf closed T8438: Missing file in Sink manual build? as Resolved.

We'll track the potential cmake dependency issue in a separate ticket: T8442

Apr 5 2018, 2:12 PM · Kube: Bugs
cmollekopf triaged T8442: Doe we fail to generate buffer includes before compiling in parallel builds? as Normal priority.
Apr 5 2018, 2:11 PM · Sink, Kube: Bugs
cmollekopf added a comment to T8438: Missing file in Sink manual build?.

Great, thanks for the info, I'll add a note to the documentation.

Apr 5 2018, 2:02 PM · Kube: Bugs
sharvey added a comment to T8438: Missing file in Sink manual build?.

If there's an apt package for Ubuntu, I couldn't find it. Even searched on Launchpad to see if it was for an older version, since I'm on Kubuntu 18.04 Beta. No luck.

Apr 5 2018, 12:41 PM · Kube: Bugs
cmollekopf added a comment to T8438: Missing file in Sink manual build?.

Great =)
Yeah, I'd be interested in what problems you were facing. Normally you shouldn't have to do anything else than installing it from your distro.

Apr 5 2018, 12:22 PM · Kube: Bugs
sharvey added a comment to T8438: Missing file in Sink manual build?.

Hard to believe that my puny Core i5 1.6gHz chip can be too fast ;)

Apr 5 2018, 12:10 PM · Kube: Bugs
rnicole added a comment to T8438: Missing file in Sink manual build?.

I think I've had this problem when enabling parallel building, it would sometimes compile files that uses thing_generated.h before it is created, but I haven't looked into it. Can you try building with 1 job, or building in parallel several times in a row?

Apr 5 2018, 11:51 AM · Kube: Bugs
sharvey added a comment to T8438: Missing file in Sink manual build?.

Will do. I'll pull fresh copies and give it another shot.

Apr 5 2018, 11:45 AM · Kube: Bugs
cmollekopf added a comment to T8438: Missing file in Sink manual build?.

Hey Scott, that file should be generated by the sink build system and ends up in the common subdirectory of the sink build directory for me. So I'm not sure why that isn't working.
To track development please build the develop branch on both the sink and kube repository, but that file should be generated on all branches...

Apr 5 2018, 11:42 AM · Kube: Bugs
sharvey created T8438: Missing file in Sink manual build?.
Apr 5 2018, 11:26 AM · Kube: Bugs

Apr 4 2018

cmollekopf lowered the priority of T8189: Some messages pgp-signed messages take quite a while to load. from Normal to Low.
Apr 4 2018, 1:57 PM · Kube: Bugs
cmollekopf lowered the priority of T8413: Keyboard navigation doesn't ignore invisible entries from Normal to Low.
Apr 4 2018, 1:57 PM · Kube: Bugs
cmollekopf lowered the priority of T8113: Too many encrypted/signed icons from Normal to Low.
Apr 4 2018, 1:57 PM · Kube: Bugs
cmollekopf lowered the priority of T8190: Some mails load greyed out from Normal to Low.
Apr 4 2018, 1:57 PM · Kube: Bugs
cmollekopf lowered the priority of T7046: The treeview does not work with a touch device from Normal to Low.
Apr 4 2018, 1:57 PM · Kube: Bugs

Apr 3 2018

cmollekopf triaged T8413: Keyboard navigation doesn't ignore invisible entries as Normal priority.
Apr 3 2018, 2:32 PM · Kube: Bugs
cmollekopf closed T8399: Crash in resource as Resolved.

Fixed by using QApplication again.

Apr 3 2018, 12:14 PM · Kube: Bugs
cmollekopf closed T6849: Crash in webengine with SIGBUS as Resolved.

Haven't seen this in forever.

Apr 3 2018, 12:13 PM · Kube: Bugs
rnicole added a comment to T8120: Resource crash on connecting to Riseup SMTP server.

Right, sorry about that.

Apr 3 2018, 10:14 AM · Kube: Bugs
cmollekopf closed T8147: Email sent in both plain text and encrypted when choosing both "encrypt" and "sign" as Resolved.
Apr 3 2018, 9:24 AM · Kube: Bugs
cmollekopf closed T8133: Buildfailure on osx as Resolved.

We linked against an ancient readline version.

Apr 3 2018, 9:23 AM · Kube: Bugs
cmollekopf moved T8120: Resource crash on connecting to Riseup SMTP server from New to Waiting on external on the Kube: Bugs board.
Apr 3 2018, 9:22 AM · Kube: Bugs
cmollekopf added a comment to T8120: Resource crash on connecting to Riseup SMTP server.

fwiw, we're using libcurl, so if you manage to send a mail with the curl commandline utility it should work with kube (barring some setting adjustments).

Apr 3 2018, 9:22 AM · Kube: Bugs
cmollekopf added a comment to T8120: Resource crash on connecting to Riseup SMTP server.

The paste is no longer available, please always add stacktraces to the bugreport directly.

Apr 3 2018, 9:20 AM · Kube: Bugs
cmollekopf triaged T8347: Kube chokes on large mailboxes as Normal priority.
Apr 3 2018, 9:19 AM · Kube: Bugs
cmollekopf triaged T8399: Crash in resource as Low priority.
Apr 3 2018, 9:19 AM · Kube: Bugs
cmollekopf added a comment to T8347: Kube chokes on large mailboxes.

I just fixed a crash that was triggered in the resource while indexing some html mails, which was probably the problem. I have otherwise no problem with mailboxes with 50k+ mails inside.
The fix is not yet available on osx, but will be within the week.

Apr 3 2018, 9:19 AM · Kube: Bugs
cmollekopf moved T8346: Kube not detecting INBOX folder (Fastmail) from Triaged to Waiting on external on the Kube: Bugs board.
Apr 3 2018, 9:17 AM · Kube: Bugs
cmollekopf triaged T8346: Kube not detecting INBOX folder (Fastmail) as Normal priority.
Apr 3 2018, 9:17 AM · Kube: Bugs
cmollekopf added a comment to T8346: Kube not detecting INBOX folder (Fastmail).

How does this problem show up? I get my INBOX just fine and a "sinksh list folder" gives me an INBOX folder with a specialpurpose value of "inbox".

Apr 3 2018, 9:17 AM · Kube: Bugs
cmollekopf closed T8348: Can't send messages with Fastmail as Resolved.

Nevermind, after generating a new app password (mail, calendar, contacts) it works. Seems to have been a problem on the fastmail side.

Apr 3 2018, 9:14 AM · Kube: Bugs
cmollekopf added a comment to T8348: Can't send messages with Fastmail.

fastmail and curl don't mix right now. I don't know right now why fastmail claims that the credentials are incorrect.

Apr 3 2018, 9:07 AM · Kube: Bugs
cmollekopf triaged T8348: Can't send messages with Fastmail as Low priority.
Apr 3 2018, 9:06 AM · Kube: Bugs

Apr 2 2018

cmollekopf added a comment to T8399: Crash in resource.

as suspected:
#0 0x00007f94a9c30431 in nanosleep () from /lib64/libc.so.6
#1 0x0000000000409b00 in std::this_thread::sleep_for<long, std::ratio<1l, 1l> > (__rtime=...)

at /usr/bin/../lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/thread:373

#2 0x0000000000406a4b in crashHandler (signal=11) at /src/sink/synchronizer/main.cpp:107
#3 <signal handler called>
#4 0x00007f94aafa5f0c in initPalette() () from /lib64/libQt5Gui.so.5 #5 0x00007f94aafa72d9 in QGuiApplication::palette() () from /lib64/libQt5Gui.so.5 #6 0x00007f94ab0b3a85 in standardDeclarationForNode(QTextHtmlParserNode const&) () from /lib64/libQt5Gui.so.5 #7 0x00007f94ab0b438c in QTextHtmlParser::declarationsForNode(int) const () from /lib64/libQt5Gui.so.5
#8 0x00007f94ab0b7993 in QTextHtmlParser::parseTag() () from /lib64/libQt5Gui.so.5
#9 0x00007f94ab0b7eb0 in QTextHtmlParser::parse() () from /lib64/libQt5Gui.so.5 #10 0x00007f94ab0d474c in QTextHtmlImporter::QTextHtmlImporter(QTextDocument*, QString const&, QTextHtmlImporter::ImportMode, QTextDocument const*) ()

from /lib64/libQt5Gui.so.5                                                                                                                                  #11 0x00007f94ab09a3dd in QTextDocument::setHtml(QString const&) () from /lib64/libQt5Gui.so.5                                                                 #12 0x00007f94ac2683a6 in processPart (content=0x1230680) at /src/sink/common/mailpreprocessor.cpp:62                                                          #13 0x00007f94ac267809 in MailPropertyExtractor::updatedIndexedProperties (mail=...,                                  
 data="Return-Path: <msprvs1=17619nlLgu19x=bounces-28140@spmailtechno.com>\r\nReceived: from compute1.internal (compute1.nyi.internal [10.202.2.41])\r\n\t b

y sloti36d2t28 (Cyrus 3.1.3-345-gfe48802-fastmail) with "... = {...}) at /src/sink/common/mailpreprocessor.cpp:134

Apr 2 2018, 8:25 PM · Kube: Bugs
cmollekopf created T8399: Crash in resource.
Apr 2 2018, 8:15 PM · Kube: Bugs

Mar 29 2018

jopetersen edited projects for T8346: Kube not detecting INBOX folder (Fastmail), added: Kube: Bugs; removed Kube.
Mar 29 2018, 12:57 PM · Kube: Bugs