Sha256: 52ec2db8c698a2cbe56e369a5829b2ea92042f7d3b283ff447bb778a01116679

Contents?: true

Size: 590 Bytes

Versions: 16

Compression:

Stored size: 590 Bytes

Contents

{
  "subject": "mailto:nov@example.com",
  "links": [{
    "rel": "http://example.net/rel/smtp-server",
    "properties": {
      "http://example.net/email/host": "smtp.example.com",
      "http://example.net/email/port": "587",
      "http://example.net/email/login-required": "yes",
      "http://example.net/email/transport": "starttls"
    }
  }, {
    "rel": "http://example.net/rel/imap-server",
    "properties": {
      "http://example.net/email/host": "imap.example.com",
      "http://example.net/email/port": "993",
      "http://example.net/email/transport": "ssl"
    }
  }]
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
webfinger-2.1.3 spec/mock_json/email_config.json
webfinger-2.1.2 spec/mock_json/email_config.json
webfinger-2.1.1 spec/mock_json/email_config.json
webfinger-2.1.0 spec/mock_json/email_config.json
webfinger-2.0.0 spec/mock_json/email_config.json
webfinger-1.2.0 spec/mock_json/email_config.json
webfinger-1.1.0 spec/mock_json/email_config.json
webfinger-1.0.2 spec/mock_json/email_config.json
webfinger-1.0.1 spec/mock_json/email_config.json
webfinger-1.0.0 spec/mock_json/email_config.json
webfinger-0.0.5 spec/mock_json/email_config.json
webfinger-0.0.4 spec/mock_json/email_config.json
webfinger-0.0.3 spec/mock_json/email_config.json
webfinger-0.0.2 spec/mock_json/email_config.json
webfinger-0.0.1 spec/mock_json/email_config.json
webfinger-0.0.0 spec/mock_json/email_config.json