Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List Special Use doesn't work properly #119

Open
richwaters opened this issue Jul 17, 2020 · 6 comments · May be fixed by #140
Open

List Special Use doesn't work properly #119

richwaters opened this issue Jul 17, 2020 · 6 comments · May be fixed by #140
Labels
question Further information is requested

Comments

@richwaters
Copy link

According to RFC 6154, LIST "" "%" RETURN (SPECIAL-USE) should return all folders, with the special ones indicated, but Davmail returns only the special folders.

In that same RFC, LIST (SPECIAL-USE) "" "*" should return only the special use folders, but Davmail responds with 'Folder not found'

Section 5.2 of that RFC has examples of how these requests should work.

@naegling
Copy link

naegling commented Dec 23, 2020

Can I provide any additional info to help resolve this issue? This prevents geary from displaying all email folders through Davmail.
From davmail.log:

2020-12-22 18:33:24,958 DEBUG [ImapConnection-47108] davmail  - < a004 LIST "" "%" return (special-use)
2020-12-22 18:33:25,110 DEBUG [ImapConnection-47108] davmail  - > * LIST (\Trash \HasNoChildren) "/" "Trash"
2020-12-22 18:33:25,111 DEBUG [ImapConnection-47108] davmail  - > * LIST (\Drafts \HasNoChildren) "/" "Drafts"
2020-12-22 18:33:25,111 DEBUG [ImapConnection-47108] davmail  - > * LIST (\Junk \HasNoChildren) "/" "Junk"
2020-12-22 18:33:25,112 DEBUG [ImapConnection-47108] davmail  - > * LIST (\Sent \HasNoChildren) "/" "Sent"
2020-12-22 18:33:25,112 DEBUG [ImapConnection-47108] davmail  - > a004 OK LIST completed

geary then only displays these four folders.

@naegling naegling linked a pull request Dec 23, 2020 that will close this issue
@neumannjan
Copy link

@naegling Does geary work for you after applying the patch? I'm curious because I want to make davmail work with geary

@naegling
Copy link

@naegling Does geary work for you after applying the patch? I'm curious because I want to make davmail work with geary

No idea, I gave up on davmail and moved on...

@felix-engelmann
Copy link

I tried to connect with e/OS mail (K-9 fork) and it had problems with the SPECIAL-USE too. It looks like it just queries EWS for this folder which does not exist.

DavMail released version: 6.0.1-3390

2022-03-16 14:39:45,615 DEBUG [davmail.imap.ImapServer] davmail  - Connection from /172.31.0.1 on port 1143
2022-03-16 14:39:45,617 INFO  [davmail.imap.ImapServer] davmail.connection  - CONNECT - 172.31.0.1:40906 
2022-03-16 14:39:45,628 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Connecting socket to outlook.office365.com/52.98.151.82:443 with timeout 10000
2022-03-16 14:39:45,643 DEBUG [ImapConnection-40906] davmail.http.DavGatewaySSLSocketFactory  - createSocket outlook.office365.com 443
2022-03-16 14:39:45,644 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
2022-03-16 14:39:45,644 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
2022-03-16 14:39:45,644 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Starting handshake
2022-03-16 14:39:45,705 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Secure session established
2022-03-16 14:39:45,705 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  negotiated protocol: TLSv1.2
2022-03-16 14:39:45,705 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
2022-03-16 14:39:45,705 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  peer principal: CN=outlook.com, O=Microsoft Corporation, L=Redmond, ST=Washington, C=US
2022-03-16 14:39:45,705 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  peer alternative names: [*.clo.footprintdns.com, *.hotmail.com, *.internal.outlook.com, *.live.com, *.nrb.footprintdns.com, *.office.com, *.office365.com, *.outlook.com, *.outlook.office365.com, attachment.outlook.live.net, attachment.outlook.office.net, attachment.outlook.officeppe.net, attachments.office.net, attachments-sdf.office.net, ccs.login.microsoftonline.com, ccs-sdf.login.microsoftonline.com, hotmail.com, mail.services.live.com, office365.com, outlook.com, outlook.office.com, substrate.office.com, substrate-sdf.office.com]
2022-03-16 14:39:45,705 DEBUG [ImapConnection-40906] org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  issuer principal: CN=DigiCert Cloud Services CA-1, O=DigiCert Inc, C=US
2022-03-16 14:39:45,706 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 >> "GET /EWS/Exchange.asmx HTTP/1.1[\r][\n]"
2022-03-16 14:39:45,706 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 >> "Host: outlook.office365.com[\r][\n]"
2022-03-16 14:39:45,706 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 >> "Connection: Keep-Alive[\r][\n]"
2022-03-16 14:39:45,706 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 >> "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.49[\r][\n]"
2022-03-16 14:39:45,706 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2022-03-16 14:39:45,706 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 >> "[\r][\n]"
2022-03-16 14:39:45,721 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "HTTP/1.1 401 Unauthorized[\r][\n]"
2022-03-16 14:39:45,721 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "Server: Microsoft-IIS/10.0[\r][\n]"
2022-03-16 14:39:45,721 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "request-id: **********[\r][\n]"
2022-03-16 14:39:45,721 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "Alt-Svc: h3=":443",h3-29=":443"[\r][\n]"
2022-03-16 14:39:45,721 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "X-WSSecurity-Enabled: True[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "X-WSSecurity-For: Logon[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "X-FederationTrustTokenIssuerUri: urn:federation:MicrosoftOnline[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "X-WSSecurity-SymmetricKey-Enabled: True[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "X-WSSecurity-X509Cert-Enabled: True[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "X-OAuth-Enabled: True[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "X-FirstHopCafeEFZ: GVX[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "X-Powered-By: ASP.NET[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "X-FEServer: GV3P280CA0038[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "WWW-Authenticate: Basic Realm=""[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "Date: Wed, 16 Mar 2022 14:39:45 GMT[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "Content-Length: 0[\r][\n]"
2022-03-16 14:39:45,722 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-17 << "[\r][\n]"
2022-03-16 14:39:45,723 DEBUG [ImapConnection-40906] davmail.exchange.ExchangeSession  - Test configuration status: 401
2022-03-16 14:39:45,724 DEBUG [ImapConnection-40906] davmail  - > * OK [CAPABILITY IMAP4REV1 AUTH=LOGIN MOVE SPECIAL-USE] IMAP4rev1 DavMail 6.0.1-3390 server ready
2022-03-16 14:39:45,887 DEBUG [ImapConnection-40906] davmail  - < LOGIN ********
2022-03-16 14:39:45,887 DEBUG [ImapConnection-40906] davmail.exchange.ExchangeSession  - Got session davmail.exchange.ews.EwsExchangeSession@5b9c0c0b from cache
2022-03-16 14:39:45,891 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "[read] I/O error: Read timed out"
2022-03-16 14:39:45,891 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "POST /ews/exchange.asmx HTTP/1.1[\r][\n]"
2022-03-16 14:39:45,892 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Authorization: Bearer ******[\r][\n]"
2022-03-16 14:39:45,892 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Content-Length: 1171[\r][\n]"
2022-03-16 14:39:45,892 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
2022-03-16 14:39:45,893 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Host: outlook.office365.com[\r][\n]"
2022-03-16 14:39:45,893 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
2022-03-16 14:39:45,894 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.49[\r][\n]"
2022-03-16 14:39:45,894 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Cookie: exchangecookie=*******[\r][\n]"
2022-03-16 14:39:45,895 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2022-03-16 14:39:45,895 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "[\r][\n]"
2022-03-16 14:39:45,896 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages"><soap:Header><t:RequestServerVersion Version="Exchange2013_SP1"/></soap:Header><soap:Body><m:GetFolder><m:FolderShape><t:BaseShape>IdOnly</t:BaseShape><t:AdditionalProperties><t:ExtendedFieldURI PropertyTag="0x3603" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x3613" PropertyType="String"/><t:ExtendedFieldURI PropertyTag="0x360a" PropertyType="Boolean"/><t:ExtendedFieldURI PropertyTag="0x10f3" PropertyType="String"/><t:FieldURI FieldURI="folder:DisplayName"/><t:ExtendedFieldURI PropertyTag="0x3602" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x3008" PropertyType="SystemTime"/><t:ExtendedFieldURI PropertyTag="0x6751" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x6752" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x670a" PropertyType="SystemTime"/></t:AdditionalProperties></m:FolderShape><m:FolderIds><t:DistinguishedFolderId Id="msgfolderroot"/></m:FolderIds></m:GetFolder></soap:Body></soap:Envelope>"
2022-03-16 14:39:45,974 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]"
2022-03-16 14:39:45,974 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Cache-Control: private[\r][\n]"
2022-03-16 14:39:45,975 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Transfer-Encoding: chunked[\r][\n]"
2022-03-16 14:39:45,975 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Content-Type: text/xml; charset=utf-8[\r][\n]"
2022-03-16 14:39:45,976 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Server: Microsoft-IIS/10.0[\r][\n]"
2022-03-16 14:39:45,976 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "request-id: ********[\r][\n]"
2022-03-16 14:39:45,977 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Alt-Svc: h3=":443",h3-29=":443"[\r][\n]"
2022-03-16 14:39:45,977 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-CalculatedFETarget: DU2P251CU001.internal.outlook.com[\r][\n]"
2022-03-16 14:39:45,978 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BackEndHttpStatus: 200[\r][\n]"
2022-03-16 14:39:45,978 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Set-Cookie: exchangecookie=*****; path=/; secure[\r][\n]"
2022-03-16 14:39:45,979 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FEProxyInfo: DU2P251CA0025.EURP251.PROD.OUTLOOK.COM[\r][\n]"
2022-03-16 14:39:45,979 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-CalculatedBETarget: DU2PR02MB7543.eurprd02.PROD.OUTLOOK.COM[\r][\n]"
2022-03-16 14:39:45,980 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BackEndHttpStatus: 200[\r][\n]"
2022-03-16 14:39:45,980 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-RUM-Validated: 1[\r][\n]"
2022-03-16 14:39:45,981 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "x-ms-appId: ****[\r][\n]"
2022-03-16 14:39:45,981 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "x-EwsHandler: GetFolder[\r][\n]"
2022-03-16 14:39:45,981 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-AspNet-Version: 4.0.30319[\r][\n]"
2022-03-16 14:39:45,982 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BeSku: WCS6[\r][\n]"
2022-03-16 14:39:45,982 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-DiagInfo: DU2PR02MB7543[\r][\n]"
2022-03-16 14:39:45,982 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BEServer: DU2PR02MB7543[\r][\n]"
2022-03-16 14:39:45,983 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-Proxy-RoutingCorrectness: 1[\r][\n]"
2022-03-16 14:39:45,983 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-Proxy-BackendServerStatus: 200[\r][\n]"
2022-03-16 14:39:45,984 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FEServer: DU2P251CA0025[\r][\n]"
2022-03-16 14:39:45,984 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FirstHopCafeEFZ: GVX[\r][\n]"
2022-03-16 14:39:45,984 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-Powered-By: ASP.NET[\r][\n]"
2022-03-16 14:39:45,984 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FEServer: GV3P280CA0049[\r][\n]"
2022-03-16 14:39:45,984 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Date: Wed, 16 Mar 2022 14:39:45 GMT[\r][\n]"
2022-03-16 14:39:45,985 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "[\r][\n]"
2022-03-16 14:39:45,985 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "195[\r][\n]"
2022-03-16 14:39:45,985 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "<?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="20" MajorBuildNumber="5081" MinorBuildNumber="14" Version="V2018_01_08" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>[\r][\n]"
2022-03-16 14:39:45,985 DEBUG [ImapConnection-40906] davmail.http.HttpClientAdapter  - Add cookie [version: 0][name: exchangecookie][value: **********][domain: outlook.office365.com][path: /][expiry: null]
2022-03-16 14:39:45,987 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "ef[\r][\n]"
2022-03-16 14:39:45,987 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "</s:Header><s:Body><m:GetFolderResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.micro[\r][\n]"
2022-03-16 14:39:45,987 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "bc[\r][\n]"
2022-03-16 14:39:45,987 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "soft.com/exchange/services/2006/types"><m:ResponseMessages><m:GetFolderResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:Folders><t:Folder><t:FolderId Id="[\r][\n]"
2022-03-16 14:39:45,988 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "1e4[\r][\n]"
2022-03-16 14:39:45,988 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "****" ChangeKey="****"/><t:DisplayName>Oberste Ebene des Informationsspeichers</t:DisplayName><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x3603" PropertyType="Integer"/><t:Value>0</t:Value></t:ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x360a" PropertyType="Boolean"/><t:Value>true</t:Value></t:[\r][\n]"
2022-03-16 14:39:45,988 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "1de[\r][\n]"
2022-03-16 14:39:45,988 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x3602" PropertyType="Integer"/><t:Value>0</t:Value></t:ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x3008" PropertyType="SystemTime"/><t:Value>2022-03-01T10:22:47Z</t:Value></t:ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x6751" PropertyType="Integer"/><t:Value>2</t:Value></t:ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x670a" [\r][\n]"
2022-03-16 14:39:45,988 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "b6[\r][\n]"
2022-03-16 14:39:45,988 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "PropertyType="SystemTime"/><t:Value>2022-03-16T10:23:42Z</t:Value></t:ExtendedProperty></t:Folder></m:Folders></m:GetFolderResponseMessage></m:ResponseMessages></m:GetFolderResponse>[\r][\n]"
2022-03-16 14:39:45,989 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "16[\r][\n]"
2022-03-16 14:39:45,989 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "</s:Body></s:Envelope>[\r][\n]"
2022-03-16 14:39:45,989 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "0[\r][\n]"
2022-03-16 14:39:45,989 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "[\r][\n]"
2022-03-16 14:39:45,989 INFO  [ImapConnection-40906] davmail.connection  - LOGON - 172.31.0.1:40906 <user>@custom-domain.tld
2022-03-16 14:39:45,990 DEBUG [ImapConnection-40906] davmail  - > 1 OK Authenticated
2022-03-16 14:39:46,060 DEBUG [ImapConnection-40906] davmail  - < 2 CAPABILITY
2022-03-16 14:39:46,060 DEBUG [ImapConnection-40906] davmail  - > * CAPABILITY IMAP4REV1 AUTH=LOGIN MOVE SPECIAL-USE
2022-03-16 14:39:46,061 DEBUG [ImapConnection-40906] davmail  - > 2 OK CAPABILITY completed
2022-03-16 14:39:46,065 DEBUG [ImapConnection-40906] davmail  - < 3 LIST (SPECIAL-USE) "" "*"
2022-03-16 14:39:46,067 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "POST /ews/exchange.asmx HTTP/1.1[\r][\n]"
2022-03-16 14:39:46,068 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Authorization: Bearer ******[\r][\n]"
2022-03-16 14:39:46,068 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Content-Length: 1171[\r][\n]"
2022-03-16 14:39:46,069 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
2022-03-16 14:39:46,069 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Host: outlook.office365.com[\r][\n]"
2022-03-16 14:39:46,070 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
2022-03-16 14:39:46,070 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.49[\r][\n]"
2022-03-16 14:39:46,071 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Cookie: exchangecookie=******[\r][\n]"
2022-03-16 14:39:46,071 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2022-03-16 14:39:46,071 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "[\r][\n]"
2022-03-16 14:39:46,072 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages"><soap:Header><t:RequestServerVersion Version="Exchange2013_SP1"/></soap:Header><soap:Body><m:GetFolder><m:FolderShape><t:BaseShape>IdOnly</t:BaseShape><t:AdditionalProperties><t:ExtendedFieldURI PropertyTag="0x3603" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x3613" PropertyType="String"/><t:ExtendedFieldURI PropertyTag="0x360a" PropertyType="Boolean"/><t:ExtendedFieldURI PropertyTag="0x10f3" PropertyType="String"/><t:FieldURI FieldURI="folder:DisplayName"/><t:ExtendedFieldURI PropertyTag="0x3602" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x3008" PropertyType="SystemTime"/><t:ExtendedFieldURI PropertyTag="0x6751" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x6752" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x670a" PropertyType="SystemTime"/></t:AdditionalProperties></m:FolderShape><m:FolderIds><t:DistinguishedFolderId Id="msgfolderroot"/></m:FolderIds></m:GetFolder></soap:Body></soap:Envelope>"
2022-03-16 14:39:46,161 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]"
2022-03-16 14:39:46,161 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Cache-Control: private[\r][\n]"
2022-03-16 14:39:46,161 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Transfer-Encoding: chunked[\r][\n]"
2022-03-16 14:39:46,161 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Content-Type: text/xml; charset=utf-8[\r][\n]"
2022-03-16 14:39:46,161 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Server: Microsoft-IIS/10.0[\r][\n]"
2022-03-16 14:39:46,161 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "request-id: *****[\r][\n]"
2022-03-16 14:39:46,161 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Alt-Svc: h3=":443",h3-29=":443"[\r][\n]"
2022-03-16 14:39:46,161 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-CalculatedFETarget: DU2PR04CU001.internal.outlook.com[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BackEndHttpStatus: 200[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Set-Cookie: exchangecookie=******; path=/; secure[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FEProxyInfo: DU2PR04CA0009.EURPRD04.PROD.OUTLOOK.COM[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-CalculatedBETarget: DU2PR02MB7543.eurprd02.PROD.OUTLOOK.COM[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BackEndHttpStatus: 200[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-RUM-Validated: 1[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "x-ms-appId: ****[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "x-EwsHandler: GetFolder[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-AspNet-Version: 4.0.30319[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BeSku: WCS6[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-DiagInfo: DU2PR02MB7543[\r][\n]"
2022-03-16 14:39:46,162 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BEServer: DU2PR02MB7543[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-Proxy-RoutingCorrectness: 1[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-Proxy-BackendServerStatus: 200[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FEServer: DU2PR04CA0009[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FirstHopCafeEFZ: GVX[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-Powered-By: ASP.NET[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FEServer: GV3P280CA0049[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Date: Wed, 16 Mar 2022 14:39:46 GMT[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "131[\r][\n]"
2022-03-16 14:39:46,163 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "<?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="20" MajorBuildNumber="5081" MinorBuildNumber="14" Version="V2018_01_08" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" [\r][\n]"
2022-03-16 14:39:46,164 DEBUG [ImapConnection-40906] davmail.http.HttpClientAdapter  - Add cookie [version: 0][name: exchangecookie][value: *******][domain: outlook.office365.com][path: /][expiry: null]
2022-03-16 14:39:46,166 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "64[\r][\n]"
2022-03-16 14:39:46,166 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>[\r][\n]"
2022-03-16 14:39:46,167 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "1ab[\r][\n]"
2022-03-16 14:39:46,167 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "</s:Header><s:Body><m:GetFolderResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:GetFolderResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:Folders><t:Folder><t:FolderId Id="[\r][\n]"
2022-03-16 14:39:46,168 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "1e4[\r][\n]"
2022-03-16 14:39:46,168 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "*****" ChangeKey="******"/><t:DisplayName>Oberste Ebene des Informationsspeichers</t:DisplayName><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x3603" PropertyType="Integer"/><t:Value>0</t:Value></t:ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x360a" PropertyType="Boolean"/><t:Value>true</t:Value></t:[\r][\n]"
2022-03-16 14:39:46,169 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "c9[\r][\n]"
2022-03-16 14:39:46,169 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x3602" PropertyType="Integer"/><t:Value>0</t:Value></t:ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x300[\r][\n]"
2022-03-16 14:39:46,170 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "115[\r][\n]"
2022-03-16 14:39:46,170 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "8" PropertyType="SystemTime"/><t:Value>2022-03-01T10:22:47Z</t:Value></t:ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x6751" PropertyType="Integer"/><t:Value>2</t:Value></t:ExtendedProperty><t:ExtendedProperty><t:ExtendedFieldURI PropertyTag="0x670a" [\r][\n]"
2022-03-16 14:39:46,170 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "b6[\r][\n]"
2022-03-16 14:39:46,170 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "PropertyType="SystemTime"/><t:Value>2022-03-16T10:23:42Z</t:Value></t:ExtendedProperty></t:Folder></m:Folders></m:GetFolderResponseMessage></m:ResponseMessages></m:GetFolderResponse>[\r][\n]"
2022-03-16 14:39:46,171 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "16[\r][\n]"
2022-03-16 14:39:46,171 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "</s:Body></s:Envelope>[\r][\n]"
2022-03-16 14:39:46,171 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "0[\r][\n]"
2022-03-16 14:39:46,172 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "POST /ews/exchange.asmx HTTP/1.1[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Authorization: Bearer *****[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Content-Length: 1466[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Host: outlook.office365.com[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Connection: Keep-Alive[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.49[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Cookie: exchangecookie=******[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "[\r][\n]"
2022-03-16 14:39:46,174 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 >> "<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages"><soap:Header><t:RequestServerVersion Version="Exchange2013_SP1"/></soap:Header><soap:Body><m:FindFolder Traversal="Shallow"><m:FolderShape><t:BaseShape>IdOnly</t:BaseShape><t:AdditionalProperties><t:ExtendedFieldURI PropertyTag="0x3603" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x3613" PropertyType="String"/><t:ExtendedFieldURI PropertyTag="0x360a" PropertyType="Boolean"/><t:ExtendedFieldURI PropertyTag="0x10f3" PropertyType="String"/><t:FieldURI FieldURI="folder:DisplayName"/><t:ExtendedFieldURI PropertyTag="0x3602" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x3008" PropertyType="SystemTime"/><t:ExtendedFieldURI PropertyTag="0x6751" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x6752" PropertyType="Integer"/><t:ExtendedFieldURI PropertyTag="0x670a" PropertyType="SystemTime"/></t:AdditionalProperties></m:FolderShape><m:IndexedPageFolderView MaxEntriesReturned="1" Offset="0" BasePoint="Beginning"/><m:Restriction><t:IsEqualTo><t:FieldURI FieldURI="folder:DisplayName"/><t:FieldURIOrConstant><t:Constant Value="SPECIAL-USE"/></t:FieldURIOrConstant></t:IsEqualTo></m:Restriction><m:ParentFolderIds><t:DistinguishedFolderId Id="msgfolderroot"/></m:ParentFolderIds></m:FindFolder></soap:Body></soap:Envelope>"
2022-03-16 14:39:46,248 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]"
2022-03-16 14:39:46,248 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Cache-Control: private[\r][\n]"
2022-03-16 14:39:46,248 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Transfer-Encoding: chunked[\r][\n]"
2022-03-16 14:39:46,248 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Content-Type: text/xml; charset=utf-8[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Server: Microsoft-IIS/10.0[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "request-id: ******[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Alt-Svc: h3=":443",h3-29=":443"[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-CalculatedFETarget: DU2PR04CU008.internal.outlook.com[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BackEndHttpStatus: 200[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Set-Cookie: exchangecookie=******; path=/; secure[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FEProxyInfo: DU2PR04CA0234.EURPRD04.PROD.OUTLOOK.COM[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-CalculatedBETarget: DU2PR02MB7543.eurprd02.PROD.OUTLOOK.COM[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BackEndHttpStatus: 200[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-RUM-Validated: 1[\r][\n]"
2022-03-16 14:39:46,249 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "x-ms-appId: ******[\r][\n]"
2022-03-16 14:39:46,250 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "x-EwsHandler: FindFolder[\r][\n]"
2022-03-16 14:39:46,250 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-AspNet-Version: 4.0.30319[\r][\n]"
2022-03-16 14:39:46,250 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BeSku: WCS6[\r][\n]"
2022-03-16 14:39:46,250 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-DiagInfo: DU2PR02MB7543[\r][\n]"
2022-03-16 14:39:46,251 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-BEServer: DU2PR02MB7543[\r][\n]"
2022-03-16 14:39:46,251 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-Proxy-RoutingCorrectness: 1[\r][\n]"
2022-03-16 14:39:46,252 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-Proxy-BackendServerStatus: 200[\r][\n]"
2022-03-16 14:39:46,252 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FEServer: DU2PR04CA0234[\r][\n]"
2022-03-16 14:39:46,253 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FirstHopCafeEFZ: GVX[\r][\n]"
2022-03-16 14:39:46,253 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-Powered-By: ASP.NET[\r][\n]"
2022-03-16 14:39:46,253 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "X-FEServer: GV3P280CA0049[\r][\n]"
2022-03-16 14:39:46,253 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "Date: Wed, 16 Mar 2022 14:39:46 GMT[\r][\n]"
2022-03-16 14:39:46,253 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "[\r][\n]"
2022-03-16 14:39:46,254 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "195[\r][\n]"
2022-03-16 14:39:46,254 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "<?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:ServerVersionInfo MajorVersion="15" MinorVersion="20" MajorBuildNumber="5081" MinorBuildNumber="14" Version="V2018_01_08" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>[\r][\n]"
2022-03-16 14:39:46,255 DEBUG [ImapConnection-40906] davmail.http.HttpClientAdapter  - Add cookie [version: 0][name: exchangecookie][value: ******][domain: outlook.office365.com][path: /][expiry: null]
2022-03-16 14:39:46,257 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "1c3[\r][\n]"
2022-03-16 14:39:46,257 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "</s:Header><s:Body><m:FindFolderResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"><m:ResponseMessages><m:FindFolderResponseMessage ResponseClass="Success"><m:ResponseCode>NoError</m:ResponseCode><m:RootFolder IndexedPagingOffset="0" TotalItemsInView="0" [\r][\n]"
2022-03-16 14:39:46,257 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "84[\r][\n]"
2022-03-16 14:39:46,257 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "IncludesLastItemInRange="true"><t:Folders/></m:RootFolder></m:FindFolderResponseMessage></m:ResponseMessages></m:FindFolderResponse>[\r][\n]"
2022-03-16 14:39:46,258 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "16[\r][\n]"
2022-03-16 14:39:46,258 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "</s:Body></s:Envelope>[\r][\n]"
2022-03-16 14:39:46,258 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "0[\r][\n]"
2022-03-16 14:39:46,258 DEBUG [ImapConnection-40906] org.apache.http.wire  - http-outgoing-6 << "[\r][\n]"
2022-03-16 14:39:46,259 DEBUG [ImapConnection-40906] davmail  - Folder SPECIAL-USE not found
2022-03-16 14:39:46,259 DEBUG [ImapConnection-40906] davmail  - > 3 NO Folder not found
2022-03-16 14:39:54,079 INFO  [ImapConnection-40906] davmail.connection  - DISCONNECT - 172.31.0.1:40906

@felix-engelmann
Copy link

To get K-9 mail to create an account, it is sufficient to create a top level, empty folder named SPECIAL-USE

@mguessan
Copy link
Owner

Special use patch merged, hopefully this is still relevant

@mguessan mguessan added the question Further information is requested label Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants