Package: evolution Version: 3.12.9~git20141130.241663-1+b1 Severity: normal
Dear Maintainer, When setting the http_proxy environment variable appropriately, in my case to "http://ash:3128", evolution reports "Proxy protocol 'http' is not supported." while attempting to access an IMAP account. If the variable is set to "x", no such error occurs. A log of debugging output is below. (evolution:22957): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files Database succesfully opened =========== DB SQL operation [ATTACH DATABASE ':memory:' AS mem] started Camel SQL Exec: ATTACH DATABASE ':memory:' AS mem DB Operation ended. Time Taken : 0.002819 ########### =========== DB SQL operation [CREATE TABLE IF NOT EXISTS folders ( folder_name TEXT PRIMARY KEY, version REAL, flags INTEGER, nextuid INTEGER, time NUMERIC, saved_count INTEGER, unread_count INTEGER, deleted_count INTEGER, junk_count INTEGER, visible_count INTEGER, jnd_count INTEGER, bdata TEXT )] started Camel SQL Exec: CREATE TABLE IF NOT EXISTS folders ( folder_name TEXT PRIMARY KEY, version REAL, flags INTEGER, nextuid INTEGER, time NUMERIC, saved_count INTEGER, unread_count INTEGER, deleted_count INTEGER, junk_count INTEGER, visible_count INTEGER, jnd_count INTEGER, bdata TEXT ) DB Operation ended. Time Taken : 0.000020 ########### Database succesfully opened =========== DB SQL operation [ATTACH DATABASE ':memory:' AS mem] started Camel SQL Exec: ATTACH DATABASE ':memory:' AS mem DB Operation ended. Time Taken : 0.001014 ########### =========== DB SQL operation [CREATE TABLE IF NOT EXISTS folders ( folder_name TEXT PRIMARY KEY, version REAL, flags INTEGER, nextuid INTEGER, time NUMERIC, saved_count INTEGER, unread_count INTEGER, deleted_count INTEGER, junk_count INTEGER, visible_count INTEGER, jnd_count INTEGER, bdata TEXT )] started Camel SQL Exec: CREATE TABLE IF NOT EXISTS folders ( folder_name TEXT PRIMARY KEY, version REAL, flags INTEGER, nextuid INTEGER, time NUMERIC, saved_count INTEGER, unread_count INTEGER, deleted_count INTEGER, junk_count INTEGER, visible_count INTEGER, jnd_count INTEGER, bdata TEXT ) DB Operation ended. Time Taken : 0.000029 ########### Database succesfully opened =========== DB SQL operation [ATTACH DATABASE ':memory:' AS mem] started Camel SQL Exec: ATTACH DATABASE ':memory:' AS mem DB Operation ended. Time Taken : 0.000131 ########### =========== DB SQL operation [CREATE TABLE IF NOT EXISTS folders ( folder_name TEXT PRIMARY KEY, version REAL, flags INTEGER, nextuid INTEGER, time NUMERIC, saved_count INTEGER, unread_count INTEGER, deleted_count INTEGER, junk_count INTEGER, visible_count INTEGER, jnd_count INTEGER, bdata TEXT )] started Camel SQL Exec: CREATE TABLE IF NOT EXISTS folders ( folder_name TEXT PRIMARY KEY, version REAL, flags INTEGER, nextuid INTEGER, time NUMERIC, saved_count INTEGER, unread_count INTEGER, deleted_count INTEGER, junk_count INTEGER, visible_count INTEGER, jnd_count INTEGER, bdata TEXT ) DB Operation ended. Time Taken : 0.000019 ########### Creating Collation (null) on dreceived with (nil) camel_db_select: SELECT * FROM folders WHERE folder_name = 'Inbox' =========== DB SQL operation [SELECT * FROM folders WHERE folder_name = 'Inbox'] started Camel SQL Exec: SELECT * FROM folders WHERE folder_name = 'Inbox' DB Operation ended. Time Taken : 0.000059 ########### camel_db_select: SELECT uid,flags FROM 'Inbox' order by dreceived =========== DB SQL operation [SELECT uid,flags FROM 'Inbox' order by dreceived] started Camel SQL Exec: SELECT uid,flags FROM 'Inbox' order by dreceived DB Operation ended. Time Taken : 0.000034 ########### Creating Collation (null) on dreceived with (nil) camel_db_select: SELECT * FROM folders WHERE folder_name = 'Drafts' =========== DB SQL operation [SELECT * FROM folders WHERE folder_name = 'Drafts'] started Camel SQL Exec: SELECT * FROM folders WHERE folder_name = 'Drafts' DB Operation ended. Time Taken : 0.000066 ########### camel_db_select: SELECT uid,flags FROM 'Drafts' order by dreceived =========== DB SQL operation [SELECT uid,flags FROM 'Drafts' order by dreceived] started Camel SQL Exec: SELECT uid,flags FROM 'Drafts' order by dreceived DB Operation ended. Time Taken : 0.000034 ########### Creating Collation (null) on dreceived with (nil) camel_db_select: SELECT * FROM folders WHERE folder_name = 'Outbox' =========== DB SQL operation [SELECT * FROM folders WHERE folder_name = 'Outbox'] started Camel SQL Exec: SELECT * FROM folders WHERE folder_name = 'Outbox' DB Operation ended. Time Taken : 0.000046 ########### camel_db_select: SELECT uid,flags FROM 'Outbox' order by dreceived =========== DB SQL operation [SELECT uid,flags FROM 'Outbox' order by dreceived] started Camel SQL Exec: SELECT uid,flags FROM 'Outbox' order by dreceived DB Operation ended. Time Taken : 0.000032 ########### Creating Collation (null) on dreceived with (nil) camel_db_select: SELECT * FROM folders WHERE folder_name = 'Sent' =========== DB SQL operation [SELECT * FROM folders WHERE folder_name = 'Sent'] started Camel SQL Exec: SELECT * FROM folders WHERE folder_name = 'Sent' read_fir_callback called DB Operation ended. Time Taken : 0.000061 ########### camel_db_select: SELECT uid,flags FROM 'Sent' order by dreceived =========== DB SQL operation [SELECT uid,flags FROM 'Sent' order by dreceived] started Camel SQL Exec: SELECT uid,flags FROM 'Sent' order by dreceived DB Operation ended. Time Taken : 0.000038 ########### Creating Collation (null) on dreceived with (nil) camel_db_select: SELECT * FROM folders WHERE folder_name = 'Templates' =========== DB SQL operation [SELECT * FROM folders WHERE folder_name = 'Templates'] started Camel SQL Exec: SELECT * FROM folders WHERE folder_name = 'Templates' DB Operation ended. Time Taken : 0.000045 ########### camel_db_select: SELECT uid,flags FROM 'Templates' order by dreceived =========== DB SQL operation [SELECT uid,flags FROM 'Templates' order by dreceived] started Camel SQL Exec: SELECT uid,flags FROM 'Templates' order by dreceived DB Operation ended. Time Taken : 0.000039 ########### =========== DB SQL operation [BEGIN] started Camel SQL Exec: BEGIN Camel SQL Exec: CREATE TABLE IF NOT EXISTS Deletes (id INTEGER primary key AUTOINCREMENT not null, uid TEXT, time TEXT, mailbox TEXT) Camel SQL Exec: INSERT OR REPLACE INTO Deletes (uid, mailbox, time) SELECT uid, '.#evolution/Junk', strftime("%s", 'now') FROM '.#evolution/Junk' Error in SQL EXEC statement: INSERT OR REPLACE INTO Deletes (uid, mailbox, time) SELECT uid, '.#evolution/Junk', strftime("%s", 'now') FROM '.#evolution/Junk' [no such table: .#evolution/Junk]. Camel SQL Exec: DELETE FROM folders WHERE folder_name = '.#evolution/Junk' Camel SQL Exec: DROP TABLE '.#evolution/Junk' Error in SQL EXEC statement: DROP TABLE '.#evolution/Junk' [no such table: .#evolution/Junk]. Camel SQL Exec: DROP TABLE '.#evolution/Junk_bodystructure' Error in SQL EXEC statement: DROP TABLE '.#evolution/Junk_bodystructure' [no such table: .#evolution/Junk_bodystructure]. Camel SQL Exec: COMMIT DB Operation ended. Time Taken : 0.000209 ########### sexp is : [(match-all (system-flag "Junk"))] Equivalent sql SELECT uid FROM 'Sent' WHERE (junk = 1) camel_db_select: SELECT uid FROM 'Sent' WHERE (junk = 1) =========== DB SQL operation [SELECT uid FROM 'Sent' WHERE (junk = 1)] started imapx_find_connection_unlocked: for-expensive:0 will return:(nil) cmd-count:-2 has-expensive:-2 found:0; connections opened:0 max:3 Camel SQL Exec: SELECT uid FROM 'Sent' WHERE (junk = 1) DB Operation ended. Time Taken : 0.000066 ########### sexp is : [(match-all (system-flag "Junk"))] Equivalent sql SELECT uid FROM 'Inbox' WHERE (junk = 1) camel_db_select: SELECT uid FROM 'Inbox' WHERE (junk = 1) =========== DB SQL operation [SELECT uid FROM 'Inbox' WHERE (junk = 1)] started Camel SQL Exec: SELECT uid FROM 'Inbox' WHERE (junk = 1) DB Operation ended. Time Taken : 0.000051 ########### sexp is : [(match-all (system-flag "Junk"))] Equivalent sql SELECT uid FROM 'Drafts' WHERE (junk = 1) camel_db_select: SELECT uid FROM 'Drafts' WHERE (junk = 1) =========== DB SQL operation [SELECT uid FROM 'Drafts' WHERE (junk = 1)] started Camel SQL Exec: SELECT uid FROM 'Drafts' WHERE (junk = 1) DB Operation ended. Time Taken : 0.000049 ########### sexp is : [(match-all (system-flag "Junk"))] Equivalent sql SELECT uid FROM 'Templates' WHERE (junk = 1) camel_db_select: SELECT uid FROM 'Templates' WHERE (junk = 1) =========== DB SQL operation [SELECT uid FROM 'Templates' WHERE (junk = 1)] started Camel SQL Exec: SELECT uid FROM 'Templates' WHERE (junk = 1) DB Operation ended. Time Taken : 0.000050 ########### sexp is : [(match-all (system-flag "Junk"))] Equivalent sql SELECT uid FROM 'Outbox' WHERE (junk = 1) camel_db_select: SELECT uid FROM 'Outbox' WHERE (junk = 1) =========== DB SQL operation [SELECT uid FROM 'Outbox' WHERE (junk = 1)] started Camel SQL Exec: SELECT uid FROM 'Outbox' WHERE (junk = 1) DB Operation ended. Time Taken : 0.000050 ########### =========== DB SQL operation [BEGIN] started Camel SQL Exec: BEGIN Camel SQL Exec: CREATE TABLE IF NOT EXISTS Deletes (id INTEGER primary key AUTOINCREMENT not null, uid TEXT, time TEXT, mailbox TEXT) Camel SQL Exec: INSERT OR REPLACE INTO Deletes (uid, mailbox, time) SELECT uid, '.#evolution/Trash', strftime("%s", 'now') FROM '.#evolution/Trash' Error in SQL EXEC statement: INSERT OR REPLACE INTO Deletes (uid, mailbox, time) SELECT uid, '.#evolution/Trash', strftime("%s", 'now') FROM '.#evolution/Trash' [no such table: .#evolution/Trash]. Camel SQL Exec: DELETE FROM folders WHERE folder_name = '.#evolution/Trash' Camel SQL Exec: DROP TABLE '.#evolution/Trash' Error in SQL EXEC statement: DROP TABLE '.#evolution/Trash' [no such table: .#evolution/Trash]. Camel SQL Exec: DROP TABLE '.#evolution/Trash_bodystructure' Error in SQL EXEC statement: DROP TABLE '.#evolution/Trash_bodystructure' [no such table: .#evolution/Trash_bodystructure]. Camel SQL Exec: COMMIT DB Operation ended. Time Taken : 0.000144 ########### sexp is : [(match-all (system-flag "Deleted"))] Equivalent sql SELECT uid FROM 'Sent' WHERE (deleted = 1) camel_db_select: SELECT uid FROM 'Sent' WHERE (deleted = 1) =========== DB SQL operation [SELECT uid FROM 'Sent' WHERE (deleted = 1)] started Camel SQL Exec: SELECT uid FROM 'Sent' WHERE (deleted = 1) DB Operation ended. Time Taken : 0.000054 ########### camel_db_select: SELECT uid, flags, size, dsent, dreceived, subject, mail_from, mail_to, mail_cc, mlist, part, labels, usertags, cinfo, bdata FROM 'Sent' WHERE uid = '1463495963.3203_0.aloe' =========== DB SQL operation [SELECT uid, flags, size, dsent, dreceived, subject, mail_from, mail_to, mail_cc, mlist, part, labels, usertags, cinfo, bdata FROM 'Sent' WHERE uid = '1463495963.3203_0.aloe'] started Camel SQL Exec: SELECT uid, flags, size, dsent, dreceived, subject, mail_from, mail_to, mail_cc, mlist, part, labels, usertags, cinfo, bdata FROM 'Sent' WHERE uid = '1463495963.3203_0.aloe' DB Operation ended. Time Taken : 0.000082 ########### 0x7f90c80a0510: 0 1 0 | 0 0 0 0x7f90c80a0510: 0 1 0 | 0 0 1 sexp is : [(match-all (system-flag "Deleted"))] Equivalent sql SELECT uid FROM 'Inbox' WHERE (deleted = 1) camel_db_select: SELECT uid FROM 'Inbox' WHERE (deleted = 1) =========== DB SQL operation [SELECT uid FROM 'Inbox' WHERE (deleted = 1)] started Camel SQL Exec: SELECT uid FROM 'Inbox' WHERE (deleted = 1) DB Operation ended. Time Taken : 0.000033 ########### sexp is : [(match-all (system-flag "Deleted"))] Equivalent sql SELECT uid FROM 'Drafts' WHERE (deleted = 1) camel_db_select: SELECT uid FROM 'Drafts' WHERE (deleted = 1) =========== DB SQL operation [SELECT uid FROM 'Drafts' WHERE (deleted = 1)] started Camel SQL Exec: SELECT uid FROM 'Drafts' WHERE (deleted = 1) DB Operation ended. Time Taken : 0.000031 ########### sexp is : [(match-all (system-flag "Deleted"))] Equivalent sql SELECT uid FROM 'Templates' WHERE (deleted = 1) camel_db_select: SELECT uid FROM 'Templates' WHERE (deleted = 1) =========== DB SQL operation [SELECT uid FROM 'Templates' WHERE (deleted = 1)] started Camel SQL Exec: SELECT uid FROM 'Templates' WHERE (deleted = 1) DB Operation ended. Time Taken : 0.000030 ########### sexp is : [(match-all (system-flag "Deleted"))] Equivalent sql SELECT uid FROM 'Outbox' WHERE (deleted = 1) camel_db_select: SELECT uid FROM 'Outbox' WHERE (deleted = 1) =========== DB SQL operation [SELECT uid FROM 'Outbox' WHERE (deleted = 1)] started Camel SQL Exec: SELECT uid FROM 'Outbox' WHERE (deleted = 1) DB Operation ended. Time Taken : 0.000034 ########### Thread 0x7f90cbca5320 > Get folder info(0x7f90c80ea260:vfolder, '<null>') = full_name: UNMATCHED flags: 0000006a < 0x7f90cbca5320 > camel_db_select: SELECT * FROM folders WHERE folder_name = '.Drafts' =========== DB SQL operation [SELECT * FROM folders WHERE folder_name = '.Drafts'] started Camel SQL Exec: SELECT * FROM folders WHERE folder_name = '.Drafts' DB Operation ended. Time Taken : 0.000074 ########### Thread 0x7f90cbca5190 > Get folder info(0x7f90c975fb40:local, '<null>') = full_name: Inbox flags: 00000448 full_name: .Drafts flags: 00000008 full_name: Drafts flags: 00000008 full_name: Outbox flags: 00000808 full_name: Sent flags: 00001408 full_name: Templates flags: 00000008 full_name: .#evolution/Trash flags: 00000cf2 full_name: .#evolution/Junk flags: 000010f2 < 0x7f90cbca5190 > [imapx:*] Failed to open a new connection, while having 0 opened, with error: Proxy protocol 'http' is not supported.; will limit connections: no Added extension 'EMailFormatterTextHighlight' for type 'text/plain' Added extension 'EMailFormatterTextHighlight' for type 'text/*' Added extension 'EMailFormatterTextHighlight' for type 'text/x-asm' Added extension 'EMailFormatterTextHighlight' for type 'application/x-bsh' Added extension 'EMailFormatterTextHighlight' for type 'application/x-sh' Added extension 'EMailFormatterTextHighlight' for type 'application/x-shar' Added extension 'EMailFormatterTextHighlight' for type 'application/x-shellscript' Added extension 'EMailFormatterTextHighlight' for type 'text/x-script.sh' Added extension 'EMailFormatterTextHighlight' for type 'text/x-c' Added extension 'EMailFormatterTextHighlight' for type 'text/x-csharp' Added extension 'EMailFormatterTextHighlight' for type 'text/css' Added extension 'EMailFormatterTextHighlight' for type 'text/java-source' Added extension 'EMailFormatterTextHighlight' for type 'text/javascript' Added extension 'EMailFormatterTextHighlight' for type 'application/x-javascript' Added extension 'EMailFormatterTextHighlight' for type 'text/x-diff' Added extension 'EMailFormatterTextHighlight' for type 'text/x-patch' Added extension 'EMailFormatterTextHighlight' for type 'text/x-script.perl' Added extension 'EMailFormatterTextHighlight' for type 'text/x-script.perl-module' Added extension 'EMailFormatterTextHighlight' for type 'application/x-pixclscript' Added extension 'EMailFormatterTextHighlight' for type 'application/x-xpixmap' Added extension 'EMailFormatterTextHighlight' for type 'text/php' Added extension 'EMailFormatterTextHighlight' for type 'text/x-php' Added extension 'EMailFormatterTextHighlight' for type 'application/php' Added extension 'EMailFormatterTextHighlight' for type 'application/x-php' Added extension 'EMailFormatterTextHighlight' for type 'application/x-httpd-php' Added extension 'EMailFormatterTextHighlight' for type 'application/x-httpd-php-source' Added extension 'EMailFormatterTextHighlight' for type 'text/x-script.python' Added extension 'EMailFormatterTextHighlight' for type 'application/x-ruby' Added extension 'EMailFormatterTextHighlight' for type 'text/x-tcl' Added extension 'EMailFormatterTextHighlight' for type 'text/x-tex' Added extension 'EMailFormatterTextHighlight' for type 'text/x-vala' Added extension 'EMailFormatterTextHighlight' for type 'text/xml' Added extension 'EMailFormatterTextHighlight' for type 'application/xml' Added extension 'EMailFormatterTextHighlight' for type 'application/x-xml' Added extension 'EMailFormatterTextHighlight' for type 'text/x-adasrc' Added extension 'EMailFormatterTextHighlight' for type 'text/x-awk' Added extension 'EMailFormatterTextHighlight' for type 'text/x-cobol' Added extension 'EMailFormatterTextHighlight' for type 'text/x-erlang' Added extension 'EMailFormatterTextHighlight' for type 'text/x-fortran' Added extension 'EMailFormatterTextHighlight' for type 'text/x-fortran' Added extension 'EMailFormatterTextHighlight' for type 'text/x-go' Added extension 'EMailFormatterTextHighlight' for type 'text/x-haskell' Added extension 'EMailFormatterTextHighlight' for type 'text/x-jsp' Added extension 'EMailFormatterTextHighlight' for type 'text/x-emacs-lisp' Added extension 'EMailFormatterTextHighlight' for type 'application/vnd.lotus-1-2-3' Added extension 'EMailFormatterTextHighlight' for type 'text/x-lua' Added extension 'EMailFormatterTextHighlight' for type 'text/x-matlab' Added extension 'EMailFormatterTextHighlight' for type 'text/x-objchdr' Added extension 'EMailFormatterTextHighlight' for type 'text/x-objcsrc' Added extension 'EMailFormatterTextHighlight' for type 'text/x-ocaml' Added extension 'EMailFormatterTextHighlight' for type 'text/x-pascal' Added extension 'EMailFormatterTextHighlight' for type 'application/postscript' Added extension 'EMailFormatterTextHighlight' for type 'text/x-rpm-spec' Added extension 'EMailFormatterTextHighlight' for type 'text/x-scala' Added extension 'EMailFormatterTextHighlight' for type 'text/x-vhdl' Added extension 'EMailFormatterItip' for type 'text/calendar' Added extension 'EMailFormatterItip' for type 'application/ics' Added extension 'EMailFormatterVCard' for type 'text/vcard' Added extension 'EMailFormatterVCard' for type 'text/x-vcard' Added extension 'EMailFormatterVCard' for type 'text/directory' Added extension 'EMailFormatterAttachment' for type 'application/vnd.evolution.attachment' Added extension 'EMailFormatterAttachment' for type 'application/vnd.evolution.widget.attachment-button' Added extension 'EMailFormatterAttachmentBar' for type 'application/vnd.evolution.widget.attachment-bar' Added extension 'EMailFormatterAudio' for type 'application/vnd.evolution.widget.audio' Added extension 'EMailFormatterAudio' for type 'audio/ac3' Added extension 'EMailFormatterAudio' for type 'audio/x-ac3' Added extension 'EMailFormatterAudio' for type 'audio/basic' Added extension 'EMailFormatterAudio' for type 'audio/mpeg' Added extension 'EMailFormatterAudio' for type 'audio/x-mpeg' Added extension 'EMailFormatterAudio' for type 'audio/mpeg3' Added extension 'EMailFormatterAudio' for type 'audio/x-mpeg3' Added extension 'EMailFormatterAudio' for type 'audio/mp3' Added extension 'EMailFormatterAudio' for type 'audio/x-mp3' Added extension 'EMailFormatterAudio' for type 'audio/mp4' Added extension 'EMailFormatterAudio' for type 'audio/flac' Added extension 'EMailFormatterAudio' for type 'audio/x-flac' Added extension 'EMailFormatterAudio' for type 'audio/mod' Added extension 'EMailFormatterAudio' for type 'audio/x-mod' Added extension 'EMailFormatterAudio' for type 'audio/x-wav' Added extension 'EMailFormatterAudio' for type 'audio/microsoft-wav' Added extension 'EMailFormatterAudio' for type 'audio/x-wma' Added extension 'EMailFormatterAudio' for type 'audio/x-ms-wma' Added extension 'EMailFormatterAudio' for type 'audio/ogg' Added extension 'EMailFormatterAudio' for type 'audio/x-vorbis+ogg' Added extension 'EMailFormatterAudio' for type 'application/ogg' Added extension 'EMailFormatterAudio' for type 'application/x-ogg' Added extension 'EMailFormatterError' for type 'application/vnd.evolution.error' Added extension 'EMailFormatterHeaders' for type 'application/vnd.evolution.headers' Added extension 'EMailFormatterImage' for type 'image/gif' Added extension 'EMailFormatterImage' for type 'image/jpeg' Added extension 'EMailFormatterImage' for type 'image/png' Added extension 'EMailFormatterImage' for type 'image/x-png' Added extension 'EMailFormatterImage' for type 'image/x-bmp' Added extension 'EMailFormatterImage' for type 'image/bmp' Added extension 'EMailFormatterImage' for type 'image/svg' Added extension 'EMailFormatterImage' for type 'image/x-cmu-raster' Added extension 'EMailFormatterImage' for type 'image/x-ico' Added extension 'EMailFormatterImage' for type 'image/x-portable-anymap' Added extension 'EMailFormatterImage' for type 'image/x-portable-bitmap' Added extension 'EMailFormatterImage' for type 'image/x-portable-graymap' Added extension 'EMailFormatterImage' for type 'image/x-portable-pixmap' Added extension 'EMailFormatterImage' for type 'image/x-xpixmap' Added extension 'EMailFormatterImage' for type 'image/jpg' Added extension 'EMailFormatterImage' for type 'image/pjpeg' Added extension 'EMailFormatterImage' for type 'image/*' Added extension 'EMailFormatterMessageRFC822' for type 'message/rfc822' Added extension 'EMailFormatterMessageRFC822' for type 'application/vnd.evolution.rfc822.end' Added extension 'EMailFormatterSecureButton' for type 'application/vnd.evolution.widget.secure-button' Added extension 'EMailFormatterSource' for type 'application/vnd.evolution.source' Added extension 'EMailFormatterTextEnriched' for type 'text/enriched' Added extension 'EMailFormatterTextEnriched' for type 'text/richtext' Added extension 'EMailFormatterTextHTML' for type 'text/html' Added extension 'EMailFormatterTextPlain' for type 'text/plain' Added extension 'EMailFormatterTextPlain' for type 'text/*' Added extension 'EMailFormatterTextPlain' for type 'message/*' Added extension 'EMailFormatterTextPlain' for type 'application/vnd.evolution.plaintext' Thread 0x7f90380035e0 > Get folder info(0x7f90c80ea260:vfolder, '<null>') = full_name: UNMATCHED flags: 0000006a < 0x7f90380035e0 > imapx_find_connection_unlocked: for-expensive:0 will return:(nil) cmd-count:-2 has-expensive:-2 found:0; connections opened:0 max:3 [imapx:*] Failed to open a new connection, while having 0 opened, with error: Proxy protocol 'http' is not supported.; will limit connections: no (evolution:22957): evolution-mail-WARNING **: receive_update_got_folderinfo: Proxy protocol 'http' is not supported. ** (evolution:22957): WARNING **: Shell not finalized on exit -- Bob Ham <bob....@collabora.com> Software Engineer Collabora >>>>>>>> Open First Collabora is hiring! Please check out our latest opportunities here: http://bit.ly/Collabora-Careers <<<<<<<< -- System Information: Debian Release: 8.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages evolution depends on: ii dbus 1.8.20-0+deb8u1 ii debconf [debconf-2.0] 1.5.56 ii evolution-common 3.12.9~git20141130.241663-1 ii evolution-data-server 3.12.9~git20141128.5242b0-2+deb8u2 ii gnome-icon-theme 3.12.0-1 ii libatk1.0-0 2.14.0-1 ii libc6 2.19-18+deb8u4 ii libcamel-1.2-49 3.12.9~git20141128.5242b0-2+deb8u2 ii libclutter-gtk-1.0-0 1.6.0-1 ii libecal-1.2-16 3.12.9~git20141128.5242b0-2+deb8u2 ii libedataserver-1.2-18 3.12.9~git20141128.5242b0-2+deb8u2 ii libevolution 3.12.9~git20141130.241663-1+b1 ii libglib2.0-0 2.42.1-1+b1 ii libgtk-3-0 3.14.5-1+deb8u1 ii libical1a 1.0-1.3 ii libnotify4 0.7.6-2 ii libsoup2.4-1 2.48.0-1 ii libwebkitgtk-3.0-0 2.4.9-1~deb8u1 ii libxml2 2.9.1+dfsg1-5+deb8u1 ii psmisc 22.21-2 Versions of packages evolution recommends: ii bogofilter 1.2.4+dfsg1-3 ii evolution-plugins 3.12.9~git20141130.241663-1+b1 ii yelp 3.14.1-1 Versions of packages evolution suggests: pn evolution-ews <none> pn evolution-plugins-experimental <none> ii gnupg 1.4.18-7+deb8u1 ii network-manager 0.9.10.0-7 -- debconf information: evolution/kill_processes: evolution/needs_shutdown: