|
37 | 37 |
|
38 | 38 | Microsoft Exchange is issuing an invalid resp-text-code, but net-imap |
39 | 39 | should fallback to `resp-text = text` when resp-text-code fails to parse. |
40 | | - :debug: false # current version of backtracking still prints parse_errors |
41 | 40 | :response: "RUBY0001 OK [Error=\"Microsoft.Exchange.Data.Storage.WrongServerException: |
42 | 41 | Cross Server access is not allowed for mailbox xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\" |
43 | 42 | AuthResultFromPopImapEnd=0 Proxy=XXXXXXXXXXXXX.EURXXXX.PROD.OUTLOOK.COM:1993:SSL |
44 | 43 | MailboxBE=XXXXXXXXXXXXX.EURXXXX.PROD.OUTLOOK.COM |
45 | 44 | Service=Imap4] AUTHENTICATE completed.\r\n" |
46 | 45 | :expected: !ruby/struct:Net::IMAP::TaggedResponse |
47 | | - tag: RUBY0001 |
| 46 | + tag: RUBY0001 |
48 | 47 | name: OK |
49 | | - data: '[Error="Microsoft.Exchange.Data.Storage.WrongServerException: Cross Server |
50 | | - access is not allowed for mailbox xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" |
51 | | - AuthResultFromPopImapEnd=0 |
52 | | - Proxy=XXXXXXXXXXXXX.EURXXXX.PROD.OUTLOOK.COM:1993:SSL |
53 | | - MailboxBE=XXXXXXXXXXXXX.EURXXXX.PROD.OUTLOOK.COM Service=Imap4] |
54 | | - AUTHENTICATE completed.' |
| 48 | + data: !ruby/struct:Net::IMAP::ResponseText |
| 49 | + code: |
| 50 | + text: '[Error="Microsoft.Exchange.Data.Storage.WrongServerException: Cross Server |
| 51 | + access is not allowed for mailbox xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" AuthResultFromPopImapEnd=0 |
| 52 | + Proxy=XXXXXXXXXXXXX.EURXXXX.PROD.OUTLOOK.COM:1993:SSL MailboxBE=XXXXXXXXXXXXX.EURXXXX.PROD.OUTLOOK.COM |
| 53 | + Service=Imap4] AUTHENTICATE completed.' |
55 | 54 | raw_data: "RUBY0001 OK [Error=\"Microsoft.Exchange.Data.Storage.WrongServerException: |
56 | 55 | Cross Server access is not allowed for mailbox xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\" |
57 | 56 | AuthResultFromPopImapEnd=0 Proxy=XXXXXXXXXXXXX.EURXXXX.PROD.OUTLOOK.COM:1993:SSL |
|
0 commit comments