Project

General

Profile

Actions

Patch #1724

closed

rdm-mailhandler.rb can't handle https url

Added by Frotran Def over 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
Start date:
2008-07-31
Due date:
% Done:

0%

Estimated time:

Description

When I tried to use the rdm-mailhanlder.rb script with a https URL, I got the following error.

/usr/lib/ruby/1.8/net/http.rb:2022:in `read_status_line': wrong status line: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">" (Net::HTTPBadResponse)
        from /usr/lib/ruby/1.8/net/http.rb:2009:in `read_new'
        from /usr/lib/ruby/1.8/net/http.rb:1050:in `request'
        from /usr/lib/ruby/1.8/net/http.rb:405:in `post_form'
        from /usr/lib/ruby/1.8/net/http.rb:543:in `start'
        from /usr/lib/ruby/1.8/net/http.rb:404:in `post_form'
        from /opt/rails/redmine/extra/mail_handler/rdm-mailhandler.rb:62:in `submit'
        from /opt/rails/redmine/extra/mail_handler/rdm-mailhandler.rb:112

I search around the internet and created a patch for this. Based on http://www.missiondata.com/blog/ruby/65/building-a-better-world-with-google-spreadsheets/.

Redmine version: trunk (revision 1711)
rdm-mailhandler.rb: revision 1643
Ruby version: ruby 1.8.6 (2007-09-24 patchlevel 111)


Files

rdm-mailhandler.rb.patch (910 Bytes) rdm-mailhandler.rb.patch Allow the use of https url Frotran Def, 2008-07-31 16:35
rdm-mailhandler.rb.patch (999 Bytes) rdm-mailhandler.rb.patch enhanced version with distinction between http and https Frotran Def, 2008-08-01 08:57
Actions #1

Updated by Frotran Def over 15 years ago

I enhanced the patch to distinguish between http and https connection.
It's a quick and dirty hack, a option is probably a better soultion.

Actions #2

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Target version set to 0.8

Fixed in r1715 with a slightly different patch.
Thanks for pointing out.

Actions #3

Updated by Jean-Philippe Lang over 14 years ago

  • Category changed from Email notifications to Email receiving
Actions

Also available in: Atom PDF