tdiary 5.4.0 → 5.5.0.beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (641) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +25 -2
  3. data/Gemfile.lock +211 -61
  4. data/README.md +4 -4
  5. data/doc/HOWTO-make-plugin.md +1 -1
  6. data/doc/HOWTO-testing-tDiary.md +2 -2
  7. data/doc/INSTALL-cgi.md +7 -0
  8. data/doc/INSTALL-paas.md +11 -11
  9. data/doc/INSTALL.md +2 -2
  10. data/doc/README.en.md +1 -1
  11. data/doc/README.md +1 -1
  12. data/lib/aws/pa_api.rb +6 -2
  13. data/lib/tdiary/admin.rb +6 -4
  14. data/lib/tdiary/application.rb +17 -17
  15. data/lib/tdiary/author_only_base.rb +6 -13
  16. data/lib/tdiary/base.rb +52 -16
  17. data/lib/tdiary/cgi_adapter.rb +86 -0
  18. data/lib/tdiary/cgi_compat.rb +189 -0
  19. data/lib/tdiary/configuration.rb +1 -1
  20. data/lib/tdiary/core_ext.rb +4 -53
  21. data/lib/tdiary/diary_container.rb +23 -11
  22. data/lib/tdiary/dispatcher/index_main.rb +16 -16
  23. data/lib/tdiary/dispatcher/update_main.rb +16 -16
  24. data/lib/tdiary/dispatcher.rb +4 -28
  25. data/lib/tdiary/environment.rb +12 -0
  26. data/lib/tdiary/filter.rb +5 -2
  27. data/lib/tdiary/io/pstore.rb +6 -3
  28. data/lib/tdiary/plugin/00default.rb +10 -14
  29. data/lib/tdiary/plugin/05referer.rb +6 -6
  30. data/lib/tdiary/plugin/60sf.rb +1 -1
  31. data/lib/tdiary/plugin.rb +76 -16
  32. data/lib/tdiary/request.rb +11 -353
  33. data/lib/tdiary/tasks/db.rake +17 -4
  34. data/lib/tdiary/tasks/heroku.rake +9 -0
  35. data/lib/tdiary/tasks/release.rake +126 -146
  36. data/lib/tdiary/version.rb +1 -1
  37. data/lib/tdiary/view.rb +3 -3
  38. data/lib/tdiary.rb +3 -1
  39. data/misc/convert2.rb +3 -0
  40. data/misc/migrate.rb +3 -0
  41. data/misc/plugin/a.rb +1 -6
  42. data/misc/plugin/amazon.rb +5 -4
  43. data/misc/plugin/calendar2.rb +1 -1
  44. data/misc/plugin/en/disp_referrer.rb +1 -1
  45. data/misc/plugin/ja/disp_referrer.rb +1 -1
  46. data/misc/plugin/kw.rb +2 -21
  47. data/misc/plugin/makelirs.rb +1 -4
  48. data/tdiary.conf.sample +8 -0
  49. data/theme/base.css +15 -0
  50. data/vendor/bundle/ruby/3.4.0/bin/emot +29 -0
  51. data/vendor/bundle/ruby/3.4.0/bin/hikidoc +29 -0
  52. data/vendor/bundle/ruby/3.4.0/bin/rackup +29 -0
  53. data/vendor/bundle/ruby/3.4.0/bin/rake +29 -0
  54. data/vendor/bundle/ruby/3.4.0/bin/thor +29 -0
  55. data/vendor/bundle/ruby/3.4.0/cache/base64-0.3.0.gem +0 -0
  56. data/vendor/bundle/ruby/3.4.0/cache/cgi-0.5.2.gem +0 -0
  57. data/vendor/bundle/ruby/3.4.0/cache/date-3.5.1.gem +0 -0
  58. data/vendor/bundle/ruby/3.4.0/cache/emot-0.0.4.gem +0 -0
  59. data/vendor/bundle/ruby/3.4.0/cache/fastimage-2.4.1.gem +0 -0
  60. data/vendor/bundle/ruby/3.4.0/cache/hikidoc-0.1.1.gem +0 -0
  61. data/vendor/bundle/ruby/3.4.0/cache/logger-1.7.0.gem +0 -0
  62. data/vendor/bundle/ruby/3.4.0/cache/mail-2.9.1.gem +0 -0
  63. data/vendor/bundle/ruby/3.4.0/cache/mini_mime-1.1.5.gem +0 -0
  64. data/vendor/bundle/ruby/3.4.0/cache/net-imap-0.5.15.gem +0 -0
  65. data/vendor/bundle/ruby/3.4.0/cache/net-pop-0.1.2.gem +0 -0
  66. data/vendor/bundle/ruby/3.4.0/cache/net-protocol-0.2.2.gem +0 -0
  67. data/vendor/bundle/ruby/3.4.0/cache/net-smtp-0.5.1.gem +0 -0
  68. data/vendor/bundle/ruby/3.4.0/cache/pstore-0.2.1.gem +0 -0
  69. data/vendor/bundle/ruby/3.4.0/cache/rack-3.2.6.gem +0 -0
  70. data/vendor/bundle/ruby/3.4.0/cache/rack-session-2.1.2.gem +0 -0
  71. data/vendor/bundle/ruby/3.4.0/cache/rackup-2.3.1.gem +0 -0
  72. data/vendor/bundle/ruby/3.4.0/cache/rake-13.4.2.gem +0 -0
  73. data/vendor/bundle/ruby/3.4.0/cache/thor-1.5.0.gem +0 -0
  74. data/vendor/bundle/ruby/3.4.0/cache/timeout-0.6.1.gem +0 -0
  75. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/cgi-0.5.2/cgi/escape.so +0 -0
  76. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/cgi-0.5.2/gem.build_complete +0 -0
  77. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/cgi-0.5.2/gem_make.out +18 -0
  78. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/date-3.5.1/date_core.so +0 -0
  79. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/date-3.5.1/gem.build_complete +0 -0
  80. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/date-3.5.1/gem_make.out +24 -0
  81. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/date-3.5.1/mkmf.log +93 -0
  82. data/vendor/bundle/ruby/3.4.0/gems/base64-0.3.0/BSDL +22 -0
  83. data/vendor/bundle/ruby/3.4.0/gems/base64-0.3.0/COPYING +56 -0
  84. data/vendor/bundle/ruby/3.4.0/gems/base64-0.3.0/LEGAL +60 -0
  85. data/vendor/bundle/ruby/3.4.0/gems/base64-0.3.0/README.md +48 -0
  86. data/vendor/bundle/ruby/3.4.0/gems/base64-0.3.0/lib/base64.rb +381 -0
  87. data/vendor/bundle/ruby/3.4.0/gems/base64-0.3.0/sig/base64.rbs +355 -0
  88. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/BSDL +22 -0
  89. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/COPYING +56 -0
  90. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/README.md +98 -0
  91. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/ext/cgi/escape/Makefile +275 -0
  92. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/ext/cgi/escape/depend +2 -0
  93. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/ext/cgi/escape/escape.c +487 -0
  94. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/ext/cgi/escape/extconf.rb +7 -0
  95. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/lib/cgi/cookie.rb +212 -0
  96. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/lib/cgi/core.rb +1273 -0
  97. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/lib/cgi/escape.rb +227 -0
  98. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/lib/cgi/escape.so +0 -0
  99. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/lib/cgi/html.rb +1040 -0
  100. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/lib/cgi/session/pstore.rb +91 -0
  101. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/lib/cgi/session.rb +574 -0
  102. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/lib/cgi/util.rb +48 -0
  103. data/vendor/bundle/ruby/3.4.0/gems/cgi-0.5.2/lib/cgi.rb +310 -0
  104. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/BSDL +22 -0
  105. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/COPYING +56 -0
  106. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/README.md +102 -0
  107. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/Makefile +273 -0
  108. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/date_core.c +10065 -0
  109. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/date_parse.c +3086 -0
  110. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/date_strftime.c +638 -0
  111. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/date_strptime.c +704 -0
  112. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/date_tmx.h +56 -0
  113. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/extconf.rb +13 -0
  114. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/prereq.mk +19 -0
  115. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/zonetab.h +1564 -0
  116. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/ext/date/zonetab.list +330 -0
  117. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/lib/date.rb +70 -0
  118. data/vendor/bundle/ruby/3.4.0/gems/date-3.5.1/lib/date_core.so +0 -0
  119. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/Gemfile +4 -0
  120. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/LICENSE.txt +22 -0
  121. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/README.md +87 -0
  122. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/Rakefile +7 -0
  123. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/bin/emot +5 -0
  124. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/emot.gemspec +26 -0
  125. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/lib/emot/cli.rb +62 -0
  126. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/lib/emot/map.rb +894 -0
  127. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/lib/emot/symbol_ext.rb +11 -0
  128. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/lib/emot/version.rb +3 -0
  129. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/lib/emot.rb +34 -0
  130. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/spec/cli_spec.rb +56 -0
  131. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/spec/emot_spec.rb +50 -0
  132. data/vendor/bundle/ruby/3.4.0/gems/emot-0.0.4/spec/spec_helper.rb +2 -0
  133. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/MIT-LICENSE +20 -0
  134. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/README.md +209 -0
  135. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage.rb +471 -0
  136. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/avif.rb +12 -0
  137. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/bmp.rb +17 -0
  138. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/exif.rb +76 -0
  139. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/fiber_stream.rb +58 -0
  140. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/gif.rb +63 -0
  141. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/heic.rb +8 -0
  142. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/ico.rb +9 -0
  143. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/image_base.rb +17 -0
  144. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/iso_bmff.rb +176 -0
  145. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/jpeg.rb +52 -0
  146. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/jxl.rb +13 -0
  147. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/jxlc.rb +75 -0
  148. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/png.rb +26 -0
  149. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/psd.rb +7 -0
  150. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/stream_util.rb +19 -0
  151. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/svg.rb +69 -0
  152. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/tiff.rb +16 -0
  153. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/type_parser.rb +74 -0
  154. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/fastimage_parsing/webp.rb +60 -0
  155. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage/version.rb +5 -0
  156. data/vendor/bundle/ruby/3.4.0/gems/fastimage-2.4.1/lib/fastimage.rb +73 -0
  157. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/COPYING +28 -0
  158. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/Gemfile +4 -0
  159. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/NEWS +36 -0
  160. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/NEWS.ja +36 -0
  161. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/README +95 -0
  162. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/README.ja +92 -0
  163. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/README.ja.md +112 -0
  164. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/README.md +114 -0
  165. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/Rakefile +18 -0
  166. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/TextFormattingRules +320 -0
  167. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/TextFormattingRules.ja +318 -0
  168. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/TextFormattingRules.ja.md +385 -0
  169. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/TextFormattingRules.md +388 -0
  170. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/bin/hikidoc +70 -0
  171. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/hikidoc.gemspec +24 -0
  172. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/lib/hikidoc.rb +912 -0
  173. data/vendor/bundle/ruby/3.4.0/gems/hikidoc-0.1.1/test/hikidoc_test.rb +514 -0
  174. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/BSDL +22 -0
  175. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/COPYING +56 -0
  176. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/README.md +104 -0
  177. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
  178. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
  179. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
  180. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
  181. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
  182. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
  183. data/vendor/bundle/ruby/3.4.0/gems/logger-1.7.0/lib/logger.rb +789 -0
  184. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/MIT-LICENSE +20 -0
  185. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/README.md +771 -0
  186. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/attachments_list.rb +109 -0
  187. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/body.rb +305 -0
  188. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/configuration.rb +78 -0
  189. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/constants.rb +79 -0
  190. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/address.rb +258 -0
  191. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/address_list.rb +34 -0
  192. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/content_disposition_element.rb +20 -0
  193. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/content_location_element.rb +17 -0
  194. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/content_transfer_encoding_element.rb +13 -0
  195. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/content_type_element.rb +25 -0
  196. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/date_time_element.rb +15 -0
  197. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/envelope_from_element.rb +39 -0
  198. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/message_ids_element.rb +31 -0
  199. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/mime_version_element.rb +15 -0
  200. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/phrase_list.rb +19 -0
  201. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements/received_element.rb +35 -0
  202. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/elements.rb +15 -0
  203. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/encodings/7bit.rb +27 -0
  204. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/encodings/8bit.rb +18 -0
  205. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/encodings/base64.rb +38 -0
  206. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/encodings/binary.rb +13 -0
  207. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/encodings/identity.rb +24 -0
  208. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/encodings/quoted_printable.rb +45 -0
  209. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/encodings/transfer_encoding.rb +77 -0
  210. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/encodings/unix_to_unix.rb +20 -0
  211. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/encodings.rb +314 -0
  212. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/envelope.rb +28 -0
  213. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/field.rb +313 -0
  214. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/field_list.rb +87 -0
  215. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/bcc_field.rb +49 -0
  216. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/cc_field.rb +33 -0
  217. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/comments_field.rb +31 -0
  218. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/common_address_field.rb +162 -0
  219. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/common_date_field.rb +56 -0
  220. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/common_field.rb +77 -0
  221. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/common_message_id_field.rb +41 -0
  222. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/content_description_field.rb +12 -0
  223. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/content_disposition_field.rb +44 -0
  224. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/content_id_field.rb +35 -0
  225. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/content_location_field.rb +28 -0
  226. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/content_transfer_encoding_field.rb +44 -0
  227. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/content_type_field.rb +171 -0
  228. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/date_field.rb +28 -0
  229. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/from_field.rb +33 -0
  230. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/in_reply_to_field.rb +45 -0
  231. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/keywords_field.rb +30 -0
  232. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/message_id_field.rb +36 -0
  233. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/mime_version_field.rb +42 -0
  234. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/named_structured_field.rb +10 -0
  235. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/named_unstructured_field.rb +10 -0
  236. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/optional_field.rb +15 -0
  237. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/parameter_hash.rb +61 -0
  238. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/received_field.rb +61 -0
  239. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/references_field.rb +42 -0
  240. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/reply_to_field.rb +33 -0
  241. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/resent_bcc_field.rb +33 -0
  242. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/resent_cc_field.rb +33 -0
  243. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/resent_date_field.rb +10 -0
  244. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/resent_from_field.rb +33 -0
  245. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/resent_message_id_field.rb +10 -0
  246. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/resent_sender_field.rb +32 -0
  247. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/resent_to_field.rb +33 -0
  248. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/return_path_field.rb +60 -0
  249. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/sender_field.rb +45 -0
  250. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/structured_field.rb +24 -0
  251. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/subject_field.rb +14 -0
  252. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/to_field.rb +33 -0
  253. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields/unstructured_field.rb +189 -0
  254. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/fields.rb +45 -0
  255. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/header.rb +237 -0
  256. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/indifferent_hash.rb +147 -0
  257. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/mail.rb +267 -0
  258. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/matchers/attachment_matchers.rb +44 -0
  259. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/matchers/has_sent_mail.rb +201 -0
  260. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/message.rb +2159 -0
  261. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/multibyte/chars.rb +318 -0
  262. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/multibyte/unicode.rb +405 -0
  263. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/multibyte/utils.rb +44 -0
  264. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/multibyte.rb +82 -0
  265. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/delivery_methods/exim.rb +50 -0
  266. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/delivery_methods/file_delivery.rb +43 -0
  267. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/delivery_methods/logger_delivery.rb +34 -0
  268. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/delivery_methods/sendmail.rb +87 -0
  269. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/delivery_methods/smtp.rb +200 -0
  270. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/delivery_methods/smtp_connection.rb +57 -0
  271. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/delivery_methods/test_mailer.rb +44 -0
  272. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/retriever_methods/base.rb +64 -0
  273. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/retriever_methods/imap.rb +190 -0
  274. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/retriever_methods/pop3.rb +143 -0
  275. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network/retriever_methods/test_retriever.rb +45 -0
  276. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/network.rb +16 -0
  277. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parser_tools.rb +15 -0
  278. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/address_lists_parser.rb +33245 -0
  279. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/address_lists_parser.rl +183 -0
  280. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/content_disposition_parser.rb +904 -0
  281. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/content_disposition_parser.rl +93 -0
  282. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/content_location_parser.rb +825 -0
  283. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/content_location_parser.rl +82 -0
  284. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/content_transfer_encoding_parser.rb +525 -0
  285. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/content_transfer_encoding_parser.rl +75 -0
  286. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/content_type_parser.rb +1051 -0
  287. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/content_type_parser.rl +94 -0
  288. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/date_time_parser.rb +894 -0
  289. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/date_time_parser.rl +73 -0
  290. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/envelope_from_parser.rb +3678 -0
  291. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/envelope_from_parser.rl +93 -0
  292. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/message_ids_parser.rb +5164 -0
  293. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/message_ids_parser.rl +97 -0
  294. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/mime_version_parser.rb +516 -0
  295. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/mime_version_parser.rl +72 -0
  296. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/phrase_lists_parser.rb +887 -0
  297. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/phrase_lists_parser.rl +94 -0
  298. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/received_parser.rb +8785 -0
  299. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/received_parser.rl +95 -0
  300. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc2045_content_transfer_encoding.rl +13 -0
  301. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc2045_content_type.rl +25 -0
  302. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc2045_mime.rl +16 -0
  303. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc2183_content_disposition.rl +15 -0
  304. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc3629_utf8.rl +19 -0
  305. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc5234_abnf_core_rules.rl +22 -0
  306. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc5322.rl +74 -0
  307. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc5322_address.rl +72 -0
  308. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc5322_date_time.rl +37 -0
  309. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers/rfc5322_lexical_tokens.rl +60 -0
  310. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parsers.rb +13 -0
  311. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/part.rb +119 -0
  312. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/parts_list.rb +131 -0
  313. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/smtp_envelope.rb +57 -0
  314. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/utilities.rb +576 -0
  315. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/values/unicode_tables.dat +0 -0
  316. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/version.rb +17 -0
  317. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail/yaml.rb +30 -0
  318. data/vendor/bundle/ruby/3.4.0/gems/mail-2.9.1/lib/mail.rb +65 -0
  319. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/CHANGELOG +65 -0
  320. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/CODE_OF_CONDUCT.md +74 -0
  321. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/Gemfile +9 -0
  322. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/LICENSE.txt +21 -0
  323. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/README.md +114 -0
  324. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/Rakefile +97 -0
  325. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/bench/bench.rb +51 -0
  326. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/bin/console +15 -0
  327. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/bin/db_pull_request +20 -0
  328. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/bin/setup +8 -0
  329. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/lib/db/content_type_mime.db +880 -0
  330. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/lib/db/ext_mime.db +1201 -0
  331. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/lib/mini_mime/version.rb +4 -0
  332. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/lib/mini_mime.rb +186 -0
  333. data/vendor/bundle/ruby/3.4.0/gems/mini_mime-1.1.5/mini_mime.gemspec +31 -0
  334. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/BSDL +22 -0
  335. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/COPYING +56 -0
  336. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/Gemfile +25 -0
  337. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/LICENSE.txt +65 -0
  338. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/README.md +77 -0
  339. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/Rakefile +13 -0
  340. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/docs/styles.css +85 -0
  341. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/authenticators.rb +37 -0
  342. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/command_data.rb +507 -0
  343. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/config/attr_accessors.rb +75 -0
  344. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/config/attr_inheritance.rb +90 -0
  345. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/config/attr_type_coercion.rb +74 -0
  346. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/config/attr_version_defaults.rb +93 -0
  347. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/config.rb +500 -0
  348. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/connection_state.rb +48 -0
  349. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/data_encoding.rb +214 -0
  350. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/data_lite.rb +226 -0
  351. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/deprecated_client_options.rb +142 -0
  352. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/errors.rb +118 -0
  353. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/esearch_result.rb +219 -0
  354. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/fetch_data.rb +597 -0
  355. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/flags.rb +262 -0
  356. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/response_data.rb +1113 -0
  357. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/response_parser/parser_utils.rb +245 -0
  358. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/response_parser.rb +2282 -0
  359. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/response_reader.rb +92 -0
  360. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/anonymous_authenticator.rb +69 -0
  361. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/authentication_exchange.rb +139 -0
  362. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/authenticators.rb +122 -0
  363. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/client_adapter.rb +123 -0
  364. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/cram_md5_authenticator.rb +61 -0
  365. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/digest_md5_authenticator.rb +342 -0
  366. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/external_authenticator.rb +83 -0
  367. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/gs2_header.rb +80 -0
  368. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/login_authenticator.rb +56 -0
  369. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/oauthbearer_authenticator.rb +199 -0
  370. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/plain_authenticator.rb +101 -0
  371. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/protocol_adapters.rb +101 -0
  372. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/scram_algorithm.rb +58 -0
  373. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/scram_authenticator.rb +361 -0
  374. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/stringprep.rb +12 -0
  375. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl/xoauth2_authenticator.rb +106 -0
  376. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl.rb +182 -0
  377. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sasl_adapter.rb +20 -0
  378. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/search_result.rb +145 -0
  379. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/sequence_set.rb +1952 -0
  380. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/stringprep/nameprep.rb +70 -0
  381. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/stringprep/saslprep.rb +69 -0
  382. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/stringprep/saslprep_tables.rb +96 -0
  383. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/stringprep/tables.rb +146 -0
  384. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/stringprep/trace.rb +85 -0
  385. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/stringprep.rb +159 -0
  386. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/uidplus_data.rb +244 -0
  387. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap/vanished_data.rb +65 -0
  388. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/lib/net/imap.rb +3968 -0
  389. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/net-imap.gemspec +38 -0
  390. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/rakelib/benchmarks.rake +91 -0
  391. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/rakelib/rdoc.rake +70 -0
  392. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/rakelib/rfcs.rake +170 -0
  393. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/rakelib/saslprep.rake +30 -0
  394. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/rakelib/string_prep_tables_generator.rb +449 -0
  395. data/vendor/bundle/ruby/3.4.0/gems/net-imap-0.5.15/sample/net-imap.rb +167 -0
  396. data/vendor/bundle/ruby/3.4.0/gems/net-pop-0.1.2/Gemfile +7 -0
  397. data/vendor/bundle/ruby/3.4.0/gems/net-pop-0.1.2/LICENSE.txt +22 -0
  398. data/vendor/bundle/ruby/3.4.0/gems/net-pop-0.1.2/README.md +66 -0
  399. data/vendor/bundle/ruby/3.4.0/gems/net-pop-0.1.2/Rakefile +17 -0
  400. data/vendor/bundle/ruby/3.4.0/gems/net-pop-0.1.2/lib/net/pop.rb +1025 -0
  401. data/vendor/bundle/ruby/3.4.0/gems/net-pop-0.1.2/net-pop.gemspec +32 -0
  402. data/vendor/bundle/ruby/3.4.0/gems/net-protocol-0.2.2/Gemfile +7 -0
  403. data/vendor/bundle/ruby/3.4.0/gems/net-protocol-0.2.2/LICENSE.txt +22 -0
  404. data/vendor/bundle/ruby/3.4.0/gems/net-protocol-0.2.2/README.md +29 -0
  405. data/vendor/bundle/ruby/3.4.0/gems/net-protocol-0.2.2/Rakefile +10 -0
  406. data/vendor/bundle/ruby/3.4.0/gems/net-protocol-0.2.2/bin/console +14 -0
  407. data/vendor/bundle/ruby/3.4.0/gems/net-protocol-0.2.2/bin/setup +8 -0
  408. data/vendor/bundle/ruby/3.4.0/gems/net-protocol-0.2.2/lib/net/protocol.rb +544 -0
  409. data/vendor/bundle/ruby/3.4.0/gems/net-protocol-0.2.2/net-protocol.gemspec +33 -0
  410. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/LICENSE.txt +2 -0
  411. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/NEWS.md +133 -0
  412. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/README.md +97 -0
  413. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/auth_cram_md5.rb +48 -0
  414. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/auth_login.rb +11 -0
  415. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/auth_plain.rb +9 -0
  416. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/auth_xoauth2.rb +17 -0
  417. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp/authenticator.rb +57 -0
  418. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp.rb +1164 -0
  419. data/vendor/bundle/ruby/3.4.0/gems/net-smtp-0.5.1/net-smtp.gemspec +31 -0
  420. data/vendor/bundle/ruby/3.4.0/gems/pstore-0.2.1/BSDL +22 -0
  421. data/vendor/bundle/ruby/3.4.0/gems/pstore-0.2.1/COPYING +56 -0
  422. data/vendor/bundle/ruby/3.4.0/gems/pstore-0.2.1/Gemfile +10 -0
  423. data/vendor/bundle/ruby/3.4.0/gems/pstore-0.2.1/README.md +95 -0
  424. data/vendor/bundle/ruby/3.4.0/gems/pstore-0.2.1/Rakefile +10 -0
  425. data/vendor/bundle/ruby/3.4.0/gems/pstore-0.2.1/bin/console +14 -0
  426. data/vendor/bundle/ruby/3.4.0/gems/pstore-0.2.1/bin/setup +8 -0
  427. data/vendor/bundle/ruby/3.4.0/gems/pstore-0.2.1/lib/pstore.rb +736 -0
  428. data/vendor/bundle/ruby/3.4.0/gems/pstore-0.2.1/pstore.gemspec +32 -0
  429. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/CHANGELOG.md +1346 -0
  430. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/CONTRIBUTING.md +144 -0
  431. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/MIT-LICENSE +20 -0
  432. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/README.md +384 -0
  433. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/SPEC.rdoc +258 -0
  434. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/auth/abstract/handler.rb +41 -0
  435. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/auth/abstract/request.rb +51 -0
  436. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/auth/basic.rb +58 -0
  437. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/bad_request.rb +8 -0
  438. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/body_proxy.rb +63 -0
  439. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/builder.rb +296 -0
  440. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/cascade.rb +67 -0
  441. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/common_logger.rb +89 -0
  442. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/conditional_get.rb +87 -0
  443. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/config.rb +22 -0
  444. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/constants.rb +68 -0
  445. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/content_length.rb +34 -0
  446. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/content_type.rb +33 -0
  447. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/deflater.rb +158 -0
  448. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/directory.rb +208 -0
  449. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/etag.rb +71 -0
  450. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/events.rb +172 -0
  451. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/files.rb +216 -0
  452. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/head.rb +25 -0
  453. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/headers.rb +238 -0
  454. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/lint.rb +964 -0
  455. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/lock.rb +29 -0
  456. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/media_type.rb +52 -0
  457. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/method_override.rb +56 -0
  458. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/mime.rb +694 -0
  459. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/mock.rb +3 -0
  460. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/mock_request.rb +161 -0
  461. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/mock_response.rb +156 -0
  462. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/multipart/generator.rb +99 -0
  463. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/multipart/parser.rb +621 -0
  464. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/multipart/uploaded_file.rb +82 -0
  465. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/multipart.rb +77 -0
  466. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/null_logger.rb +48 -0
  467. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/query_parser.rb +261 -0
  468. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/recursive.rb +66 -0
  469. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/reloader.rb +112 -0
  470. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/request.rb +790 -0
  471. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/response.rb +403 -0
  472. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/rewindable_input.rb +116 -0
  473. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/runtime.rb +35 -0
  474. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/sendfile.rb +197 -0
  475. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/show_exceptions.rb +409 -0
  476. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/show_status.rb +121 -0
  477. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/static.rb +192 -0
  478. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/tempfile_reaper.rb +33 -0
  479. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/urlmap.rb +99 -0
  480. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/utils.rb +714 -0
  481. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack/version.rb +17 -0
  482. data/vendor/bundle/ruby/3.4.0/gems/rack-3.2.6/lib/rack.rb +64 -0
  483. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/lib/rack/session/abstract/id.rb +535 -0
  484. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/lib/rack/session/constants.rb +13 -0
  485. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/lib/rack/session/cookie.rb +315 -0
  486. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/lib/rack/session/encryptor.rb +415 -0
  487. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/lib/rack/session/pool.rb +82 -0
  488. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/lib/rack/session/version.rb +10 -0
  489. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/lib/rack/session.rb +12 -0
  490. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/license.md +72 -0
  491. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/readme.md +47 -0
  492. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/releases.md +31 -0
  493. data/vendor/bundle/ruby/3.4.0/gems/rack-session-2.1.2/security.md +3 -0
  494. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/bin/rackup +5 -0
  495. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/lib/rackup/handler/cgi.rb +61 -0
  496. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/lib/rackup/handler/webrick.rb +196 -0
  497. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/lib/rackup/handler.rb +113 -0
  498. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/lib/rackup/lobster.rb +81 -0
  499. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/lib/rackup/server.rb +462 -0
  500. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/lib/rackup/stream.rb +199 -0
  501. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/lib/rackup/version.rb +8 -0
  502. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/lib/rackup.rb +21 -0
  503. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/license.md +80 -0
  504. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/readme.md +82 -0
  505. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/releases.md +28 -0
  506. data/vendor/bundle/ruby/3.4.0/gems/rackup-2.3.1/security.md +3 -0
  507. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/History.rdoc +2454 -0
  508. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/MIT-LICENSE +21 -0
  509. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/README.rdoc +155 -0
  510. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/command_line_usage.rdoc +171 -0
  511. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/example/Rakefile1 +38 -0
  512. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/example/Rakefile2 +35 -0
  513. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/example/a.c +6 -0
  514. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/example/b.c +6 -0
  515. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/example/main.c +11 -0
  516. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/glossary.rdoc +42 -0
  517. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/jamis.rb +592 -0
  518. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/proto_rake.rdoc +127 -0
  519. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/rake.1 +156 -0
  520. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/rakefile.rdoc +635 -0
  521. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/doc/rational.rdoc +151 -0
  522. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/exe/rake +27 -0
  523. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/application.rb +847 -0
  524. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/backtrace.rb +25 -0
  525. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/clean.rb +78 -0
  526. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/cloneable.rb +17 -0
  527. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/cpu_counter.rb +122 -0
  528. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/default_loader.rb +15 -0
  529. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/dsl_definition.rb +196 -0
  530. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/early_time.rb +22 -0
  531. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/ext/core.rb +26 -0
  532. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/ext/string.rb +176 -0
  533. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/file_creation_task.rb +25 -0
  534. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/file_list.rb +435 -0
  535. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/file_task.rb +58 -0
  536. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/file_utils.rb +137 -0
  537. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/file_utils_ext.rb +135 -0
  538. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/invocation_chain.rb +57 -0
  539. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/invocation_exception_mixin.rb +17 -0
  540. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/late_time.rb +18 -0
  541. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/linked_list.rb +112 -0
  542. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/loaders/makefile.rb +54 -0
  543. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/multi_task.rb +14 -0
  544. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/name_space.rb +38 -0
  545. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/options.rb +31 -0
  546. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/packagetask.rb +222 -0
  547. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/phony.rb +16 -0
  548. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/private_reader.rb +21 -0
  549. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/promise.rb +100 -0
  550. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/pseudo_status.rb +30 -0
  551. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/rake_module.rb +67 -0
  552. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/rake_test_loader.rb +27 -0
  553. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
  554. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/scope.rb +43 -0
  555. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/task.rb +434 -0
  556. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/task_argument_error.rb +8 -0
  557. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/task_arguments.rb +113 -0
  558. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/task_manager.rb +333 -0
  559. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/tasklib.rb +12 -0
  560. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/testtask.rb +192 -0
  561. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/thread_history_display.rb +49 -0
  562. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/thread_pool.rb +157 -0
  563. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/trace_output.rb +23 -0
  564. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/version.rb +10 -0
  565. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake/win32.rb +17 -0
  566. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/lib/rake.rb +69 -0
  567. data/vendor/bundle/ruby/3.4.0/gems/rake-13.4.2/rake.gemspec +102 -0
  568. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/CONTRIBUTING.md +32 -0
  569. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/LICENSE.md +20 -0
  570. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/README.md +44 -0
  571. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/bin/thor +6 -0
  572. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/actions/create_file.rb +105 -0
  573. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/actions/create_link.rb +61 -0
  574. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/actions/directory.rb +108 -0
  575. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/actions/empty_directory.rb +143 -0
  576. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/actions/file_manipulation.rb +407 -0
  577. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/actions/inject_into_file.rb +163 -0
  578. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/actions.rb +340 -0
  579. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/base.rb +826 -0
  580. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/command.rb +151 -0
  581. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/core_ext/hash_with_indifferent_access.rb +107 -0
  582. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/error.rb +106 -0
  583. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/group.rb +292 -0
  584. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/invocation.rb +178 -0
  585. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/line_editor/basic.rb +37 -0
  586. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/line_editor/readline.rb +88 -0
  587. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/line_editor.rb +17 -0
  588. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/nested_context.rb +29 -0
  589. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/parser/argument.rb +86 -0
  590. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/parser/arguments.rb +195 -0
  591. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/parser/option.rb +178 -0
  592. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/parser/options.rb +294 -0
  593. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/parser.rb +4 -0
  594. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/rake_compat.rb +72 -0
  595. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/runner.rb +335 -0
  596. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/shell/basic.rb +392 -0
  597. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/shell/color.rb +117 -0
  598. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/shell/column_printer.rb +29 -0
  599. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/shell/html.rb +84 -0
  600. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/shell/lcs_diff.rb +49 -0
  601. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/shell/table_printer.rb +118 -0
  602. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/shell/terminal.rb +42 -0
  603. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/shell/wrapped_printer.rb +38 -0
  604. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/shell.rb +81 -0
  605. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/util.rb +285 -0
  606. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor/version.rb +3 -0
  607. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/lib/thor.rb +707 -0
  608. data/vendor/bundle/ruby/3.4.0/gems/thor-1.5.0/thor.gemspec +33 -0
  609. data/vendor/bundle/ruby/3.4.0/gems/timeout-0.6.1/BSDL +22 -0
  610. data/vendor/bundle/ruby/3.4.0/gems/timeout-0.6.1/COPYING +56 -0
  611. data/vendor/bundle/ruby/3.4.0/gems/timeout-0.6.1/Gemfile +10 -0
  612. data/vendor/bundle/ruby/3.4.0/gems/timeout-0.6.1/README.md +39 -0
  613. data/vendor/bundle/ruby/3.4.0/gems/timeout-0.6.1/lib/timeout.rb +314 -0
  614. data/vendor/bundle/ruby/3.4.0/gems/timeout-0.6.1/timeout.gemspec +33 -0
  615. data/vendor/bundle/ruby/3.4.0/specifications/base64-0.3.0.gemspec +23 -0
  616. data/vendor/bundle/ruby/3.4.0/specifications/cgi-0.5.2.gemspec +25 -0
  617. data/vendor/bundle/ruby/3.4.0/specifications/date-3.5.1.gemspec +25 -0
  618. data/vendor/bundle/ruby/3.4.0/specifications/emot-0.0.4.gemspec +30 -0
  619. data/vendor/bundle/ruby/3.4.0/specifications/fastimage-2.4.1.gemspec +32 -0
  620. data/vendor/bundle/ruby/3.4.0/specifications/hikidoc-0.1.1.gemspec +28 -0
  621. data/vendor/bundle/ruby/3.4.0/specifications/logger-1.7.0.gemspec +22 -0
  622. data/vendor/bundle/ruby/3.4.0/specifications/mail-2.9.1.gemspec +38 -0
  623. data/vendor/bundle/ruby/3.4.0/specifications/mini_mime-1.1.5.gemspec +30 -0
  624. data/vendor/bundle/ruby/3.4.0/specifications/net-imap-0.5.15.gemspec +28 -0
  625. data/vendor/bundle/ruby/3.4.0/specifications/net-pop-0.1.2.gemspec +26 -0
  626. data/vendor/bundle/ruby/3.4.0/specifications/net-protocol-0.2.2.gemspec +26 -0
  627. data/vendor/bundle/ruby/3.4.0/specifications/net-smtp-0.5.1.gemspec +26 -0
  628. data/vendor/bundle/ruby/3.4.0/specifications/pstore-0.2.1.gemspec +22 -0
  629. data/vendor/bundle/ruby/3.4.0/specifications/rack-3.2.6.gemspec +31 -0
  630. data/vendor/bundle/ruby/3.4.0/specifications/rack-session-2.1.2.gemspec +30 -0
  631. data/vendor/bundle/ruby/3.4.0/specifications/rackup-2.3.1.gemspec +26 -0
  632. data/vendor/bundle/ruby/3.4.0/specifications/rake-13.4.2.gemspec +26 -0
  633. data/vendor/bundle/ruby/3.4.0/specifications/thor-1.5.0.gemspec +28 -0
  634. data/vendor/bundle/ruby/3.4.0/specifications/timeout-0.6.1.gemspec +22 -0
  635. metadata +595 -20
  636. data/js/02edit.js +0 -15
  637. data/lib/tdiary/compatible.rb +0 -56
  638. data/misc/lib/fcgi_patch.rb +0 -89
  639. data/misc/paas/heroku/Gemfile.local +0 -12
  640. data/misc/paas/heroku/Gemfile.lock +0 -287
  641. data/public/index.rdf +0 -22
@@ -0,0 +1,694 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Rack
4
+ module Mime
5
+ # Returns String with mime type if found, otherwise use +fallback+.
6
+ # +ext+ should be filename extension in the '.ext' format that
7
+ # File.extname(file) returns.
8
+ # +fallback+ may be any object
9
+ #
10
+ # Also see the documentation for MIME_TYPES
11
+ #
12
+ # Usage:
13
+ # Rack::Mime.mime_type('.foo')
14
+ #
15
+ # This is a shortcut for:
16
+ # Rack::Mime::MIME_TYPES.fetch('.foo', 'application/octet-stream')
17
+
18
+ def mime_type(ext, fallback = 'application/octet-stream')
19
+ MIME_TYPES.fetch(ext.to_s.downcase, fallback)
20
+ end
21
+ module_function :mime_type
22
+
23
+ # Returns true if the given value is a mime match for the given mime match
24
+ # specification, false otherwise.
25
+ #
26
+ # Rack::Mime.match?('text/html', 'text/*') => true
27
+ # Rack::Mime.match?('text/plain', '*') => true
28
+ # Rack::Mime.match?('text/html', 'application/json') => false
29
+
30
+ def match?(value, matcher)
31
+ v1, v2 = value.split('/', 2)
32
+ m1, m2 = matcher.split('/', 2)
33
+
34
+ (m1 == '*' || v1 == m1) && (m2.nil? || m2 == '*' || m2 == v2)
35
+ end
36
+ module_function :match?
37
+
38
+ # List of most common mime-types, selected various sources
39
+ # according to their usefulness in a webserving scope for Ruby
40
+ # users.
41
+ #
42
+ # To amend this list with your local mime.types list you can use:
43
+ #
44
+ # require 'webrick/httputils'
45
+ # list = WEBrick::HTTPUtils.load_mime_types('/etc/mime.types')
46
+ # Rack::Mime::MIME_TYPES.merge!(list)
47
+ #
48
+ # N.B. On Ubuntu the mime.types file does not include the leading period, so
49
+ # users may need to modify the data before merging into the hash.
50
+
51
+ MIME_TYPES = {
52
+ ".123" => "application/vnd.lotus-1-2-3",
53
+ ".3dml" => "text/vnd.in3d.3dml",
54
+ ".3g2" => "video/3gpp2",
55
+ ".3gp" => "video/3gpp",
56
+ ".a" => "application/octet-stream",
57
+ ".acc" => "application/vnd.americandynamics.acc",
58
+ ".ace" => "application/x-ace-compressed",
59
+ ".acu" => "application/vnd.acucobol",
60
+ ".aep" => "application/vnd.audiograph",
61
+ ".afp" => "application/vnd.ibm.modcap",
62
+ ".ai" => "application/postscript",
63
+ ".aif" => "audio/x-aiff",
64
+ ".aiff" => "audio/x-aiff",
65
+ ".ami" => "application/vnd.amiga.ami",
66
+ ".apng" => "image/apng",
67
+ ".appcache" => "text/cache-manifest",
68
+ ".apr" => "application/vnd.lotus-approach",
69
+ ".asc" => "application/pgp-signature",
70
+ ".asf" => "video/x-ms-asf",
71
+ ".asm" => "text/x-asm",
72
+ ".aso" => "application/vnd.accpac.simply.aso",
73
+ ".asx" => "video/x-ms-asf",
74
+ ".atc" => "application/vnd.acucorp",
75
+ ".atom" => "application/atom+xml",
76
+ ".atomcat" => "application/atomcat+xml",
77
+ ".atomsvc" => "application/atomsvc+xml",
78
+ ".atx" => "application/vnd.antix.game-component",
79
+ ".au" => "audio/basic",
80
+ ".avi" => "video/x-msvideo",
81
+ ".avif" => "image/avif",
82
+ ".bat" => "application/x-msdownload",
83
+ ".bcpio" => "application/x-bcpio",
84
+ ".bdm" => "application/vnd.syncml.dm+wbxml",
85
+ ".bh2" => "application/vnd.fujitsu.oasysprs",
86
+ ".bin" => "application/octet-stream",
87
+ ".bmi" => "application/vnd.bmi",
88
+ ".bmp" => "image/bmp",
89
+ ".box" => "application/vnd.previewsystems.box",
90
+ ".btif" => "image/prs.btif",
91
+ ".bz" => "application/x-bzip",
92
+ ".bz2" => "application/x-bzip2",
93
+ ".c" => "text/x-c",
94
+ ".c4g" => "application/vnd.clonk.c4group",
95
+ ".cab" => "application/vnd.ms-cab-compressed",
96
+ ".cc" => "text/x-c",
97
+ ".ccxml" => "application/ccxml+xml",
98
+ ".cdbcmsg" => "application/vnd.contact.cmsg",
99
+ ".cdkey" => "application/vnd.mediastation.cdkey",
100
+ ".cdx" => "chemical/x-cdx",
101
+ ".cdxml" => "application/vnd.chemdraw+xml",
102
+ ".cdy" => "application/vnd.cinderella",
103
+ ".cer" => "application/pkix-cert",
104
+ ".cgm" => "image/cgm",
105
+ ".chat" => "application/x-chat",
106
+ ".chm" => "application/vnd.ms-htmlhelp",
107
+ ".chrt" => "application/vnd.kde.kchart",
108
+ ".cif" => "chemical/x-cif",
109
+ ".cii" => "application/vnd.anser-web-certificate-issue-initiation",
110
+ ".cil" => "application/vnd.ms-artgalry",
111
+ ".cla" => "application/vnd.claymore",
112
+ ".class" => "application/octet-stream",
113
+ ".clkk" => "application/vnd.crick.clicker.keyboard",
114
+ ".clkp" => "application/vnd.crick.clicker.palette",
115
+ ".clkt" => "application/vnd.crick.clicker.template",
116
+ ".clkw" => "application/vnd.crick.clicker.wordbank",
117
+ ".clkx" => "application/vnd.crick.clicker",
118
+ ".clp" => "application/x-msclip",
119
+ ".cmc" => "application/vnd.cosmocaller",
120
+ ".cmdf" => "chemical/x-cmdf",
121
+ ".cml" => "chemical/x-cml",
122
+ ".cmp" => "application/vnd.yellowriver-custom-menu",
123
+ ".cmx" => "image/x-cmx",
124
+ ".com" => "application/x-msdownload",
125
+ ".conf" => "text/plain",
126
+ ".cpio" => "application/x-cpio",
127
+ ".cpp" => "text/x-c",
128
+ ".cpt" => "application/mac-compactpro",
129
+ ".crd" => "application/x-mscardfile",
130
+ ".crl" => "application/pkix-crl",
131
+ ".crt" => "application/x-x509-ca-cert",
132
+ ".csh" => "application/x-csh",
133
+ ".csml" => "chemical/x-csml",
134
+ ".csp" => "application/vnd.commonspace",
135
+ ".css" => "text/css",
136
+ ".csv" => "text/csv",
137
+ ".curl" => "application/vnd.curl",
138
+ ".cww" => "application/prs.cww",
139
+ ".cxx" => "text/x-c",
140
+ ".daf" => "application/vnd.mobius.daf",
141
+ ".davmount" => "application/davmount+xml",
142
+ ".dcr" => "application/x-director",
143
+ ".dd2" => "application/vnd.oma.dd2+xml",
144
+ ".ddd" => "application/vnd.fujixerox.ddd",
145
+ ".deb" => "application/x-debian-package",
146
+ ".der" => "application/x-x509-ca-cert",
147
+ ".dfac" => "application/vnd.dreamfactory",
148
+ ".diff" => "text/x-diff",
149
+ ".dis" => "application/vnd.mobius.dis",
150
+ ".djv" => "image/vnd.djvu",
151
+ ".djvu" => "image/vnd.djvu",
152
+ ".dll" => "application/x-msdownload",
153
+ ".dmg" => "application/octet-stream",
154
+ ".dna" => "application/vnd.dna",
155
+ ".doc" => "application/msword",
156
+ ".docm" => "application/vnd.ms-word.document.macroEnabled.12",
157
+ ".docx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
158
+ ".dot" => "application/msword",
159
+ ".dotm" => "application/vnd.ms-word.template.macroEnabled.12",
160
+ ".dotx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
161
+ ".dp" => "application/vnd.osgi.dp",
162
+ ".dpg" => "application/vnd.dpgraph",
163
+ ".dsc" => "text/prs.lines.tag",
164
+ ".dtd" => "application/xml-dtd",
165
+ ".dts" => "audio/vnd.dts",
166
+ ".dtshd" => "audio/vnd.dts.hd",
167
+ ".dv" => "video/x-dv",
168
+ ".dvi" => "application/x-dvi",
169
+ ".dwf" => "model/vnd.dwf",
170
+ ".dwg" => "image/vnd.dwg",
171
+ ".dxf" => "image/vnd.dxf",
172
+ ".dxp" => "application/vnd.spotfire.dxp",
173
+ ".ear" => "application/java-archive",
174
+ ".ecelp4800" => "audio/vnd.nuera.ecelp4800",
175
+ ".ecelp7470" => "audio/vnd.nuera.ecelp7470",
176
+ ".ecelp9600" => "audio/vnd.nuera.ecelp9600",
177
+ ".ecma" => "application/ecmascript",
178
+ ".edm" => "application/vnd.novadigm.edm",
179
+ ".edx" => "application/vnd.novadigm.edx",
180
+ ".efif" => "application/vnd.picsel",
181
+ ".ei6" => "application/vnd.pg.osasli",
182
+ ".eml" => "message/rfc822",
183
+ ".eol" => "audio/vnd.digital-winds",
184
+ ".eot" => "application/vnd.ms-fontobject",
185
+ ".eps" => "application/postscript",
186
+ ".es3" => "application/vnd.eszigno3+xml",
187
+ ".esf" => "application/vnd.epson.esf",
188
+ ".etx" => "text/x-setext",
189
+ ".exe" => "application/x-msdownload",
190
+ ".ext" => "application/vnd.novadigm.ext",
191
+ ".ez" => "application/andrew-inset",
192
+ ".ez2" => "application/vnd.ezpix-album",
193
+ ".ez3" => "application/vnd.ezpix-package",
194
+ ".f" => "text/x-fortran",
195
+ ".f77" => "text/x-fortran",
196
+ ".f90" => "text/x-fortran",
197
+ ".fbs" => "image/vnd.fastbidsheet",
198
+ ".fdf" => "application/vnd.fdf",
199
+ ".fe_launch" => "application/vnd.denovo.fcselayout-link",
200
+ ".fg5" => "application/vnd.fujitsu.oasysgp",
201
+ ".fli" => "video/x-fli",
202
+ ".flif" => "image/flif",
203
+ ".flo" => "application/vnd.micrografx.flo",
204
+ ".flv" => "video/x-flv",
205
+ ".flw" => "application/vnd.kde.kivio",
206
+ ".flx" => "text/vnd.fmi.flexstor",
207
+ ".fly" => "text/vnd.fly",
208
+ ".fm" => "application/vnd.framemaker",
209
+ ".fnc" => "application/vnd.frogans.fnc",
210
+ ".for" => "text/x-fortran",
211
+ ".fpx" => "image/vnd.fpx",
212
+ ".fsc" => "application/vnd.fsc.weblaunch",
213
+ ".fst" => "image/vnd.fst",
214
+ ".ftc" => "application/vnd.fluxtime.clip",
215
+ ".fti" => "application/vnd.anser-web-funds-transfer-initiation",
216
+ ".fvt" => "video/vnd.fvt",
217
+ ".fzs" => "application/vnd.fuzzysheet",
218
+ ".g3" => "image/g3fax",
219
+ ".gac" => "application/vnd.groove-account",
220
+ ".gdl" => "model/vnd.gdl",
221
+ ".gem" => "application/octet-stream",
222
+ ".gemspec" => "text/x-script.ruby",
223
+ ".ghf" => "application/vnd.groove-help",
224
+ ".gif" => "image/gif",
225
+ ".gim" => "application/vnd.groove-identity-message",
226
+ ".gmx" => "application/vnd.gmx",
227
+ ".gph" => "application/vnd.flographit",
228
+ ".gqf" => "application/vnd.grafeq",
229
+ ".gram" => "application/srgs",
230
+ ".grv" => "application/vnd.groove-injector",
231
+ ".grxml" => "application/srgs+xml",
232
+ ".gtar" => "application/x-gtar",
233
+ ".gtm" => "application/vnd.groove-tool-message",
234
+ ".gtw" => "model/vnd.gtw",
235
+ ".gv" => "text/vnd.graphviz",
236
+ ".gz" => "application/x-gzip",
237
+ ".h" => "text/x-c",
238
+ ".h261" => "video/h261",
239
+ ".h263" => "video/h263",
240
+ ".h264" => "video/h264",
241
+ ".hbci" => "application/vnd.hbci",
242
+ ".hdf" => "application/x-hdf",
243
+ ".heic" => "image/heic",
244
+ ".heics" => "image/heic-sequence",
245
+ ".heif" => "image/heif",
246
+ ".heifs" => "image/heif-sequence",
247
+ ".hh" => "text/x-c",
248
+ ".hlp" => "application/winhlp",
249
+ ".hpgl" => "application/vnd.hp-hpgl",
250
+ ".hpid" => "application/vnd.hp-hpid",
251
+ ".hps" => "application/vnd.hp-hps",
252
+ ".hqx" => "application/mac-binhex40",
253
+ ".htc" => "text/x-component",
254
+ ".htke" => "application/vnd.kenameaapp",
255
+ ".htm" => "text/html",
256
+ ".html" => "text/html",
257
+ ".hvd" => "application/vnd.yamaha.hv-dic",
258
+ ".hvp" => "application/vnd.yamaha.hv-voice",
259
+ ".hvs" => "application/vnd.yamaha.hv-script",
260
+ ".icc" => "application/vnd.iccprofile",
261
+ ".ice" => "x-conference/x-cooltalk",
262
+ ".ico" => "image/vnd.microsoft.icon",
263
+ ".ics" => "text/calendar",
264
+ ".ief" => "image/ief",
265
+ ".ifb" => "text/calendar",
266
+ ".ifm" => "application/vnd.shana.informed.formdata",
267
+ ".igl" => "application/vnd.igloader",
268
+ ".igs" => "model/iges",
269
+ ".igx" => "application/vnd.micrografx.igx",
270
+ ".iif" => "application/vnd.shana.informed.interchange",
271
+ ".imp" => "application/vnd.accpac.simply.imp",
272
+ ".ims" => "application/vnd.ms-ims",
273
+ ".ipk" => "application/vnd.shana.informed.package",
274
+ ".irm" => "application/vnd.ibm.rights-management",
275
+ ".irp" => "application/vnd.irepository.package+xml",
276
+ ".iso" => "application/octet-stream",
277
+ ".itp" => "application/vnd.shana.informed.formtemplate",
278
+ ".ivp" => "application/vnd.immervision-ivp",
279
+ ".ivu" => "application/vnd.immervision-ivu",
280
+ ".jad" => "text/vnd.sun.j2me.app-descriptor",
281
+ ".jam" => "application/vnd.jam",
282
+ ".jar" => "application/java-archive",
283
+ ".java" => "text/x-java-source",
284
+ ".jisp" => "application/vnd.jisp",
285
+ ".jlt" => "application/vnd.hp-jlyt",
286
+ ".jnlp" => "application/x-java-jnlp-file",
287
+ ".joda" => "application/vnd.joost.joda-archive",
288
+ ".jp2" => "image/jp2",
289
+ ".jpeg" => "image/jpeg",
290
+ ".jpg" => "image/jpeg",
291
+ ".jpgv" => "video/jpeg",
292
+ ".jpm" => "video/jpm",
293
+ ".js" => "text/javascript",
294
+ ".json" => "application/json",
295
+ ".karbon" => "application/vnd.kde.karbon",
296
+ ".kfo" => "application/vnd.kde.kformula",
297
+ ".kia" => "application/vnd.kidspiration",
298
+ ".kml" => "application/vnd.google-earth.kml+xml",
299
+ ".kmz" => "application/vnd.google-earth.kmz",
300
+ ".kne" => "application/vnd.kinar",
301
+ ".kon" => "application/vnd.kde.kontour",
302
+ ".kpr" => "application/vnd.kde.kpresenter",
303
+ ".ksp" => "application/vnd.kde.kspread",
304
+ ".ktz" => "application/vnd.kahootz",
305
+ ".kwd" => "application/vnd.kde.kword",
306
+ ".latex" => "application/x-latex",
307
+ ".lbd" => "application/vnd.llamagraphics.life-balance.desktop",
308
+ ".lbe" => "application/vnd.llamagraphics.life-balance.exchange+xml",
309
+ ".les" => "application/vnd.hhe.lesson-player",
310
+ ".link66" => "application/vnd.route66.link66+xml",
311
+ ".log" => "text/plain",
312
+ ".lostxml" => "application/lost+xml",
313
+ ".lrm" => "application/vnd.ms-lrm",
314
+ ".ltf" => "application/vnd.frogans.ltf",
315
+ ".lvp" => "audio/vnd.lucent.voice",
316
+ ".lwp" => "application/vnd.lotus-wordpro",
317
+ ".m3u" => "audio/x-mpegurl",
318
+ ".m3u8" => "application/x-mpegurl",
319
+ ".m4a" => "audio/mp4a-latm",
320
+ ".m4v" => "video/mp4",
321
+ ".ma" => "application/mathematica",
322
+ ".mag" => "application/vnd.ecowin.chart",
323
+ ".man" => "text/troff",
324
+ ".manifest" => "text/cache-manifest",
325
+ ".mathml" => "application/mathml+xml",
326
+ ".mbk" => "application/vnd.mobius.mbk",
327
+ ".mbox" => "application/mbox",
328
+ ".mc1" => "application/vnd.medcalcdata",
329
+ ".mcd" => "application/vnd.mcd",
330
+ ".mdb" => "application/x-msaccess",
331
+ ".mdi" => "image/vnd.ms-modi",
332
+ ".mdoc" => "text/troff",
333
+ ".me" => "text/troff",
334
+ ".mfm" => "application/vnd.mfmp",
335
+ ".mgz" => "application/vnd.proteus.magazine",
336
+ ".mid" => "audio/midi",
337
+ ".midi" => "audio/midi",
338
+ ".mif" => "application/vnd.mif",
339
+ ".mime" => "message/rfc822",
340
+ ".mj2" => "video/mj2",
341
+ ".mjs" => "text/javascript",
342
+ ".mlp" => "application/vnd.dolby.mlp",
343
+ ".mmd" => "application/vnd.chipnuts.karaoke-mmd",
344
+ ".mmf" => "application/vnd.smaf",
345
+ ".mml" => "application/mathml+xml",
346
+ ".mmr" => "image/vnd.fujixerox.edmics-mmr",
347
+ ".mng" => "video/x-mng",
348
+ ".mny" => "application/x-msmoney",
349
+ ".mov" => "video/quicktime",
350
+ ".movie" => "video/x-sgi-movie",
351
+ ".mp3" => "audio/mpeg",
352
+ ".mp4" => "video/mp4",
353
+ ".mp4a" => "audio/mp4",
354
+ ".mp4s" => "application/mp4",
355
+ ".mp4v" => "video/mp4",
356
+ ".mpc" => "application/vnd.mophun.certificate",
357
+ ".mpd" => "application/dash+xml",
358
+ ".mpeg" => "video/mpeg",
359
+ ".mpg" => "video/mpeg",
360
+ ".mpga" => "audio/mpeg",
361
+ ".mpkg" => "application/vnd.apple.installer+xml",
362
+ ".mpm" => "application/vnd.blueice.multipass",
363
+ ".mpn" => "application/vnd.mophun.application",
364
+ ".mpp" => "application/vnd.ms-project",
365
+ ".mpy" => "application/vnd.ibm.minipay",
366
+ ".mqy" => "application/vnd.mobius.mqy",
367
+ ".mrc" => "application/marc",
368
+ ".ms" => "text/troff",
369
+ ".mscml" => "application/mediaservercontrol+xml",
370
+ ".mseq" => "application/vnd.mseq",
371
+ ".msf" => "application/vnd.epson.msf",
372
+ ".msh" => "model/mesh",
373
+ ".msi" => "application/x-msdownload",
374
+ ".msl" => "application/vnd.mobius.msl",
375
+ ".msty" => "application/vnd.muvee.style",
376
+ ".mts" => "model/vnd.mts",
377
+ ".mus" => "application/vnd.musician",
378
+ ".mvb" => "application/x-msmediaview",
379
+ ".mwf" => "application/vnd.mfer",
380
+ ".mxf" => "application/mxf",
381
+ ".mxl" => "application/vnd.recordare.musicxml",
382
+ ".mxml" => "application/xv+xml",
383
+ ".mxs" => "application/vnd.triscape.mxs",
384
+ ".mxu" => "video/vnd.mpegurl",
385
+ ".n" => "application/vnd.nokia.n-gage.symbian.install",
386
+ ".nc" => "application/x-netcdf",
387
+ ".ngdat" => "application/vnd.nokia.n-gage.data",
388
+ ".nlu" => "application/vnd.neurolanguage.nlu",
389
+ ".nml" => "application/vnd.enliven",
390
+ ".nnd" => "application/vnd.noblenet-directory",
391
+ ".nns" => "application/vnd.noblenet-sealer",
392
+ ".nnw" => "application/vnd.noblenet-web",
393
+ ".npx" => "image/vnd.net-fpx",
394
+ ".nsf" => "application/vnd.lotus-notes",
395
+ ".oa2" => "application/vnd.fujitsu.oasys2",
396
+ ".oa3" => "application/vnd.fujitsu.oasys3",
397
+ ".oas" => "application/vnd.fujitsu.oasys",
398
+ ".obd" => "application/x-msbinder",
399
+ ".oda" => "application/oda",
400
+ ".odc" => "application/vnd.oasis.opendocument.chart",
401
+ ".odf" => "application/vnd.oasis.opendocument.formula",
402
+ ".odg" => "application/vnd.oasis.opendocument.graphics",
403
+ ".odi" => "application/vnd.oasis.opendocument.image",
404
+ ".odp" => "application/vnd.oasis.opendocument.presentation",
405
+ ".ods" => "application/vnd.oasis.opendocument.spreadsheet",
406
+ ".odt" => "application/vnd.oasis.opendocument.text",
407
+ ".oga" => "audio/ogg",
408
+ ".ogg" => "application/ogg",
409
+ ".ogv" => "video/ogg",
410
+ ".ogx" => "application/ogg",
411
+ ".org" => "application/vnd.lotus-organizer",
412
+ ".otc" => "application/vnd.oasis.opendocument.chart-template",
413
+ ".otf" => "font/otf",
414
+ ".otg" => "application/vnd.oasis.opendocument.graphics-template",
415
+ ".oth" => "application/vnd.oasis.opendocument.text-web",
416
+ ".oti" => "application/vnd.oasis.opendocument.image-template",
417
+ ".otm" => "application/vnd.oasis.opendocument.text-master",
418
+ ".ots" => "application/vnd.oasis.opendocument.spreadsheet-template",
419
+ ".ott" => "application/vnd.oasis.opendocument.text-template",
420
+ ".oxt" => "application/vnd.openofficeorg.extension",
421
+ ".p" => "text/x-pascal",
422
+ ".p10" => "application/pkcs10",
423
+ ".p12" => "application/x-pkcs12",
424
+ ".p7b" => "application/x-pkcs7-certificates",
425
+ ".p7m" => "application/pkcs7-mime",
426
+ ".p7r" => "application/x-pkcs7-certreqresp",
427
+ ".p7s" => "application/pkcs7-signature",
428
+ ".pas" => "text/x-pascal",
429
+ ".pbd" => "application/vnd.powerbuilder6",
430
+ ".pbm" => "image/x-portable-bitmap",
431
+ ".pcl" => "application/vnd.hp-pcl",
432
+ ".pclxl" => "application/vnd.hp-pclxl",
433
+ ".pcx" => "image/x-pcx",
434
+ ".pdb" => "chemical/x-pdb",
435
+ ".pdf" => "application/pdf",
436
+ ".pem" => "application/x-x509-ca-cert",
437
+ ".pfr" => "application/font-tdpfr",
438
+ ".pgm" => "image/x-portable-graymap",
439
+ ".pgn" => "application/x-chess-pgn",
440
+ ".pgp" => "application/pgp-encrypted",
441
+ ".pic" => "image/x-pict",
442
+ ".pict" => "image/pict",
443
+ ".pkg" => "application/octet-stream",
444
+ ".pki" => "application/pkixcmp",
445
+ ".pkipath" => "application/pkix-pkipath",
446
+ ".pl" => "text/x-script.perl",
447
+ ".plb" => "application/vnd.3gpp.pic-bw-large",
448
+ ".plc" => "application/vnd.mobius.plc",
449
+ ".plf" => "application/vnd.pocketlearn",
450
+ ".pls" => "application/pls+xml",
451
+ ".pm" => "text/x-script.perl-module",
452
+ ".pml" => "application/vnd.ctc-posml",
453
+ ".png" => "image/png",
454
+ ".pnm" => "image/x-portable-anymap",
455
+ ".pntg" => "image/x-macpaint",
456
+ ".portpkg" => "application/vnd.macports.portpkg",
457
+ ".pot" => "application/vnd.ms-powerpoint",
458
+ ".potm" => "application/vnd.ms-powerpoint.template.macroEnabled.12",
459
+ ".potx" => "application/vnd.openxmlformats-officedocument.presentationml.template",
460
+ ".ppa" => "application/vnd.ms-powerpoint",
461
+ ".ppam" => "application/vnd.ms-powerpoint.addin.macroEnabled.12",
462
+ ".ppd" => "application/vnd.cups-ppd",
463
+ ".ppm" => "image/x-portable-pixmap",
464
+ ".pps" => "application/vnd.ms-powerpoint",
465
+ ".ppsm" => "application/vnd.ms-powerpoint.slideshow.macroEnabled.12",
466
+ ".ppsx" => "application/vnd.openxmlformats-officedocument.presentationml.slideshow",
467
+ ".ppt" => "application/vnd.ms-powerpoint",
468
+ ".pptm" => "application/vnd.ms-powerpoint.presentation.macroEnabled.12",
469
+ ".pptx" => "application/vnd.openxmlformats-officedocument.presentationml.presentation",
470
+ ".prc" => "application/vnd.palm",
471
+ ".pre" => "application/vnd.lotus-freelance",
472
+ ".prf" => "application/pics-rules",
473
+ ".ps" => "application/postscript",
474
+ ".psb" => "application/vnd.3gpp.pic-bw-small",
475
+ ".psd" => "image/vnd.adobe.photoshop",
476
+ ".ptid" => "application/vnd.pvi.ptid1",
477
+ ".pub" => "application/x-mspublisher",
478
+ ".pvb" => "application/vnd.3gpp.pic-bw-var",
479
+ ".pwn" => "application/vnd.3m.post-it-notes",
480
+ ".py" => "text/x-script.python",
481
+ ".pya" => "audio/vnd.ms-playready.media.pya",
482
+ ".pyv" => "video/vnd.ms-playready.media.pyv",
483
+ ".qam" => "application/vnd.epson.quickanime",
484
+ ".qbo" => "application/vnd.intu.qbo",
485
+ ".qfx" => "application/vnd.intu.qfx",
486
+ ".qps" => "application/vnd.publishare-delta-tree",
487
+ ".qt" => "video/quicktime",
488
+ ".qtif" => "image/x-quicktime",
489
+ ".qxd" => "application/vnd.quark.quarkxpress",
490
+ ".ra" => "audio/x-pn-realaudio",
491
+ ".rake" => "text/x-script.ruby",
492
+ ".ram" => "audio/x-pn-realaudio",
493
+ ".rar" => "application/x-rar-compressed",
494
+ ".ras" => "image/x-cmu-raster",
495
+ ".rb" => "text/x-script.ruby",
496
+ ".rcprofile" => "application/vnd.ipunplugged.rcprofile",
497
+ ".rdf" => "application/rdf+xml",
498
+ ".rdz" => "application/vnd.data-vision.rdz",
499
+ ".rep" => "application/vnd.businessobjects",
500
+ ".rgb" => "image/x-rgb",
501
+ ".rif" => "application/reginfo+xml",
502
+ ".rl" => "application/resource-lists+xml",
503
+ ".rlc" => "image/vnd.fujixerox.edmics-rlc",
504
+ ".rld" => "application/resource-lists-diff+xml",
505
+ ".rm" => "application/vnd.rn-realmedia",
506
+ ".rmp" => "audio/x-pn-realaudio-plugin",
507
+ ".rms" => "application/vnd.jcp.javame.midlet-rms",
508
+ ".rnc" => "application/relax-ng-compact-syntax",
509
+ ".roff" => "text/troff",
510
+ ".rpm" => "application/x-redhat-package-manager",
511
+ ".rpss" => "application/vnd.nokia.radio-presets",
512
+ ".rpst" => "application/vnd.nokia.radio-preset",
513
+ ".rq" => "application/sparql-query",
514
+ ".rs" => "application/rls-services+xml",
515
+ ".rsd" => "application/rsd+xml",
516
+ ".rss" => "application/rss+xml",
517
+ ".rtf" => "application/rtf",
518
+ ".rtx" => "text/richtext",
519
+ ".ru" => "text/x-script.ruby",
520
+ ".s" => "text/x-asm",
521
+ ".saf" => "application/vnd.yamaha.smaf-audio",
522
+ ".sbml" => "application/sbml+xml",
523
+ ".sc" => "application/vnd.ibm.secure-container",
524
+ ".scd" => "application/x-msschedule",
525
+ ".scm" => "application/vnd.lotus-screencam",
526
+ ".scq" => "application/scvp-cv-request",
527
+ ".scs" => "application/scvp-cv-response",
528
+ ".sdkm" => "application/vnd.solent.sdkm+xml",
529
+ ".sdp" => "application/sdp",
530
+ ".see" => "application/vnd.seemail",
531
+ ".sema" => "application/vnd.sema",
532
+ ".semd" => "application/vnd.semd",
533
+ ".semf" => "application/vnd.semf",
534
+ ".setpay" => "application/set-payment-initiation",
535
+ ".setreg" => "application/set-registration-initiation",
536
+ ".sfd" => "application/vnd.hydrostatix.sof-data",
537
+ ".sfs" => "application/vnd.spotfire.sfs",
538
+ ".sgm" => "text/sgml",
539
+ ".sgml" => "text/sgml",
540
+ ".sh" => "application/x-sh",
541
+ ".shar" => "application/x-shar",
542
+ ".shf" => "application/shf+xml",
543
+ ".sig" => "application/pgp-signature",
544
+ ".sit" => "application/x-stuffit",
545
+ ".sitx" => "application/x-stuffitx",
546
+ ".skp" => "application/vnd.koan",
547
+ ".slt" => "application/vnd.epson.salt",
548
+ ".smi" => "application/smil+xml",
549
+ ".snd" => "audio/basic",
550
+ ".so" => "application/octet-stream",
551
+ ".spf" => "application/vnd.yamaha.smaf-phrase",
552
+ ".spl" => "application/x-futuresplash",
553
+ ".spot" => "text/vnd.in3d.spot",
554
+ ".spp" => "application/scvp-vp-response",
555
+ ".spq" => "application/scvp-vp-request",
556
+ ".src" => "application/x-wais-source",
557
+ ".srt" => "text/srt",
558
+ ".srx" => "application/sparql-results+xml",
559
+ ".sse" => "application/vnd.kodak-descriptor",
560
+ ".ssf" => "application/vnd.epson.ssf",
561
+ ".ssml" => "application/ssml+xml",
562
+ ".stf" => "application/vnd.wt.stf",
563
+ ".stk" => "application/hyperstudio",
564
+ ".str" => "application/vnd.pg.format",
565
+ ".sus" => "application/vnd.sus-calendar",
566
+ ".sv4cpio" => "application/x-sv4cpio",
567
+ ".sv4crc" => "application/x-sv4crc",
568
+ ".svd" => "application/vnd.svd",
569
+ ".svg" => "image/svg+xml",
570
+ ".svgz" => "image/svg+xml",
571
+ ".swf" => "application/x-shockwave-flash",
572
+ ".swi" => "application/vnd.arastra.swi",
573
+ ".t" => "text/troff",
574
+ ".tao" => "application/vnd.tao.intent-module-archive",
575
+ ".tar" => "application/x-tar",
576
+ ".tbz" => "application/x-bzip-compressed-tar",
577
+ ".tcap" => "application/vnd.3gpp2.tcap",
578
+ ".tcl" => "application/x-tcl",
579
+ ".tex" => "application/x-tex",
580
+ ".texi" => "application/x-texinfo",
581
+ ".texinfo" => "application/x-texinfo",
582
+ ".text" => "text/plain",
583
+ ".tif" => "image/tiff",
584
+ ".tiff" => "image/tiff",
585
+ ".tmo" => "application/vnd.tmobile-livetv",
586
+ ".torrent" => "application/x-bittorrent",
587
+ ".tpl" => "application/vnd.groove-tool-template",
588
+ ".tpt" => "application/vnd.trid.tpt",
589
+ ".tr" => "text/troff",
590
+ ".tra" => "application/vnd.trueapp",
591
+ ".trm" => "application/x-msterminal",
592
+ ".ts" => "video/mp2t",
593
+ ".tsv" => "text/tab-separated-values",
594
+ ".ttf" => "font/ttf",
595
+ ".twd" => "application/vnd.simtech-mindmapper",
596
+ ".txd" => "application/vnd.genomatix.tuxedo",
597
+ ".txf" => "application/vnd.mobius.txf",
598
+ ".txt" => "text/plain",
599
+ ".ufd" => "application/vnd.ufdl",
600
+ ".umj" => "application/vnd.umajin",
601
+ ".unityweb" => "application/vnd.unity",
602
+ ".uoml" => "application/vnd.uoml+xml",
603
+ ".uri" => "text/uri-list",
604
+ ".ustar" => "application/x-ustar",
605
+ ".utz" => "application/vnd.uiq.theme",
606
+ ".uu" => "text/x-uuencode",
607
+ ".vcd" => "application/x-cdlink",
608
+ ".vcf" => "text/x-vcard",
609
+ ".vcg" => "application/vnd.groove-vcard",
610
+ ".vcs" => "text/x-vcalendar",
611
+ ".vcx" => "application/vnd.vcx",
612
+ ".vis" => "application/vnd.visionary",
613
+ ".viv" => "video/vnd.vivo",
614
+ ".vrml" => "model/vrml",
615
+ ".vsd" => "application/vnd.visio",
616
+ ".vsf" => "application/vnd.vsf",
617
+ ".vtt" => "text/vtt",
618
+ ".vtu" => "model/vnd.vtu",
619
+ ".vxml" => "application/voicexml+xml",
620
+ ".war" => "application/java-archive",
621
+ ".wasm" => "application/wasm",
622
+ ".wav" => "audio/x-wav",
623
+ ".wax" => "audio/x-ms-wax",
624
+ ".wbmp" => "image/vnd.wap.wbmp",
625
+ ".wbs" => "application/vnd.criticaltools.wbs+xml",
626
+ ".wbxml" => "application/vnd.wap.wbxml",
627
+ ".webm" => "video/webm",
628
+ ".webp" => "image/webp",
629
+ ".wm" => "video/x-ms-wm",
630
+ ".wma" => "audio/x-ms-wma",
631
+ ".wmd" => "application/x-ms-wmd",
632
+ ".wmf" => "application/x-msmetafile",
633
+ ".wml" => "text/vnd.wap.wml",
634
+ ".wmlc" => "application/vnd.wap.wmlc",
635
+ ".wmls" => "text/vnd.wap.wmlscript",
636
+ ".wmlsc" => "application/vnd.wap.wmlscriptc",
637
+ ".wmv" => "video/x-ms-wmv",
638
+ ".wmx" => "video/x-ms-wmx",
639
+ ".wmz" => "application/x-ms-wmz",
640
+ ".woff" => "font/woff",
641
+ ".woff2" => "font/woff2",
642
+ ".wpd" => "application/vnd.wordperfect",
643
+ ".wpl" => "application/vnd.ms-wpl",
644
+ ".wps" => "application/vnd.ms-works",
645
+ ".wqd" => "application/vnd.wqd",
646
+ ".wri" => "application/x-mswrite",
647
+ ".wrl" => "model/vrml",
648
+ ".wsdl" => "application/wsdl+xml",
649
+ ".wspolicy" => "application/wspolicy+xml",
650
+ ".wtb" => "application/vnd.webturbo",
651
+ ".wvx" => "video/x-ms-wvx",
652
+ ".x3d" => "application/vnd.hzn-3d-crossword",
653
+ ".xar" => "application/vnd.xara",
654
+ ".xbd" => "application/vnd.fujixerox.docuworks.binder",
655
+ ".xbm" => "image/x-xbitmap",
656
+ ".xdm" => "application/vnd.syncml.dm+xml",
657
+ ".xdp" => "application/vnd.adobe.xdp+xml",
658
+ ".xdw" => "application/vnd.fujixerox.docuworks",
659
+ ".xenc" => "application/xenc+xml",
660
+ ".xer" => "application/patch-ops-error+xml",
661
+ ".xfdf" => "application/vnd.adobe.xfdf",
662
+ ".xfdl" => "application/vnd.xfdl",
663
+ ".xhtml" => "application/xhtml+xml",
664
+ ".xif" => "image/vnd.xiff",
665
+ ".xla" => "application/vnd.ms-excel",
666
+ ".xlam" => "application/vnd.ms-excel.addin.macroEnabled.12",
667
+ ".xls" => "application/vnd.ms-excel",
668
+ ".xlsb" => "application/vnd.ms-excel.sheet.binary.macroEnabled.12",
669
+ ".xlsx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
670
+ ".xlsm" => "application/vnd.ms-excel.sheet.macroEnabled.12",
671
+ ".xlt" => "application/vnd.ms-excel",
672
+ ".xltx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.template",
673
+ ".xml" => "application/xml",
674
+ ".xo" => "application/vnd.olpc-sugar",
675
+ ".xop" => "application/xop+xml",
676
+ ".xpm" => "image/x-xpixmap",
677
+ ".xpr" => "application/vnd.is-xpr",
678
+ ".xps" => "application/vnd.ms-xpsdocument",
679
+ ".xpw" => "application/vnd.intercon.formnet",
680
+ ".xsl" => "application/xml",
681
+ ".xslt" => "application/xslt+xml",
682
+ ".xsm" => "application/vnd.syncml+xml",
683
+ ".xspf" => "application/xspf+xml",
684
+ ".xul" => "application/vnd.mozilla.xul+xml",
685
+ ".xwd" => "image/x-xwindowdump",
686
+ ".xyz" => "chemical/x-xyz",
687
+ ".yaml" => "text/yaml",
688
+ ".yml" => "text/yaml",
689
+ ".zaz" => "application/vnd.zzazz.deck+xml",
690
+ ".zip" => "application/zip",
691
+ ".zmm" => "application/vnd.handheld-entertainment+xml",
692
+ }
693
+ end
694
+ end