En la fecha mar, 29 sep 2020, Thomas Fitzsimmons escribió: > Hi Domingo, > > Domingo Gómez Pérez writes: > >> I am trying to use excorporate, v. 0.7, so I am trying to locate the >> problem looking at the Info page, section Troubleshooting. > > Thanks for reporting. > > First, Excorporate 0.7.0 is an old release. Are you able to install > Excorporate 0.8.3 and its dependencies from GNU ELPA? There have been a > few compatibility improvements between 0.7.0 and 0.8.3, so it's worth a > try for your specific issue. Dear Thomas, First of all, thank you for your work in excorporate. I don't know what happen, because it used to work just fine for me. > If it doesn't work, can you retry the > Troubleshooting section? It's probably best if you redact the > Authorization headers with [...] before replying. > I remove the part where Authorization appear. I attach here the results of executing (setq URL-STRING "https://correo.unican.es/ews/exchange.asmx") (progn (setq url-debug 1) (url-retrieve-synchronously URL-STRING) (dolist (p (seq-filter (lambda (b) (string-match " *http*" (buffer-name b))) (buffer-list))) (message "HTTP result buffer: \"%s\"\n%s" (buffer-name p) (with-current-buffer p (buffer-string)))) "check *Messages*")