forwarded_email_parser 0.2.1
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.
- checksums.yaml +7 -0
- data/.byebug_history +223 -0
- data/.rubocop.yml +8 -0
- data/CHANGELOG.md +5 -0
- data/CODE_OF_CONDUCT.md +3 -0
- data/LICENSE.txt +21 -0
- data/README.md +43 -0
- data/Rakefile +12 -0
- data/lib/forwarded_email_parser/email_parser.rb +916 -0
- data/lib/forwarded_email_parser/parsed_email.rb +20 -0
- data/lib/forwarded_email_parser/parser.rb +36 -0
- data/lib/forwarded_email_parser/utils.rb +87 -0
- data/lib/forwarded_email_parser/version.rb +5 -0
- data/lib/forwarded_email_parser.rb +11 -0
- data/sig/email_forward_parser.rbs +4 -0
- metadata +61 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: fa1c8fcd33e236217fd5629ff47809fc924b89a61af4ec5eb63f1a88c6eb972e
|
4
|
+
data.tar.gz: 70ba284ea1ee95aa1adf5489fd389b82796895397e242f0d21f123abb01eb0d7
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5d91f572f185391d21f1bf8afc83651889bf1f82666ecc578e147f5ce88e1ea6a2adb9283ba4e437205042abcb25fd584455e3b752cfa009ae67b57f33cccd45
|
7
|
+
data.tar.gz: 0f2d93a0222768b308eebebf0b90895992c38c936dbf82648de9a0f43cb70c29db18dcac17909fbb4fd2d02954536ffd91a1fcd6f20ae90bf3ac2199ed02127a
|
data/.byebug_history
ADDED
@@ -0,0 +1,223 @@
|
|
1
|
+
c
|
2
|
+
email
|
3
|
+
n
|
4
|
+
s
|
5
|
+
n
|
6
|
+
s
|
7
|
+
n
|
8
|
+
s
|
9
|
+
q
|
10
|
+
c
|
11
|
+
n
|
12
|
+
match
|
13
|
+
n
|
14
|
+
match
|
15
|
+
n
|
16
|
+
recipients
|
17
|
+
precipients
|
18
|
+
n
|
19
|
+
q
|
20
|
+
c
|
21
|
+
n
|
22
|
+
match
|
23
|
+
n
|
24
|
+
match
|
25
|
+
n
|
26
|
+
match
|
27
|
+
n
|
28
|
+
match
|
29
|
+
n
|
30
|
+
match
|
31
|
+
n
|
32
|
+
recipients
|
33
|
+
n
|
34
|
+
recipients
|
35
|
+
q
|
36
|
+
x
|
37
|
+
c
|
38
|
+
email_file
|
39
|
+
c
|
40
|
+
match
|
41
|
+
body
|
42
|
+
c
|
43
|
+
body
|
44
|
+
match
|
45
|
+
body
|
46
|
+
c
|
47
|
+
match
|
48
|
+
body
|
49
|
+
c
|
50
|
+
body
|
51
|
+
c
|
52
|
+
body
|
53
|
+
match
|
54
|
+
c
|
55
|
+
email
|
56
|
+
match
|
57
|
+
match[0]
|
58
|
+
body
|
59
|
+
email
|
60
|
+
n
|
61
|
+
match.length
|
62
|
+
match
|
63
|
+
c
|
64
|
+
result
|
65
|
+
c
|
66
|
+
body
|
67
|
+
n
|
68
|
+
body
|
69
|
+
n
|
70
|
+
c
|
71
|
+
n
|
72
|
+
c
|
73
|
+
result
|
74
|
+
c
|
75
|
+
result
|
76
|
+
c
|
77
|
+
result[:message]
|
78
|
+
result
|
79
|
+
c
|
80
|
+
Utils.trim_string(body)
|
81
|
+
body
|
82
|
+
n
|
83
|
+
match[3]
|
84
|
+
match.count
|
85
|
+
match.inspect
|
86
|
+
match
|
87
|
+
c
|
88
|
+
match
|
89
|
+
match[3]&.start_with?("\n\n")
|
90
|
+
match.length > 2
|
91
|
+
match
|
92
|
+
c
|
93
|
+
match
|
94
|
+
c
|
95
|
+
match
|
96
|
+
q
|
97
|
+
c
|
98
|
+
match
|
99
|
+
q
|
100
|
+
c
|
101
|
+
true.class
|
102
|
+
true.is_a?(bool)
|
103
|
+
true.is_a?(Boolean)
|
104
|
+
true.is_a?(Bool)
|
105
|
+
true.is_a?(String)
|
106
|
+
true.is_a?(string)
|
107
|
+
result.forwarded
|
108
|
+
result.forwarde
|
109
|
+
result
|
110
|
+
q
|
111
|
+
c
|
112
|
+
puts result[:message]
|
113
|
+
n
|
114
|
+
p forwarded
|
115
|
+
n
|
116
|
+
p result[:email]
|
117
|
+
n
|
118
|
+
subject
|
119
|
+
forwarded
|
120
|
+
n
|
121
|
+
forwarded
|
122
|
+
n
|
123
|
+
forwarded
|
124
|
+
c
|
125
|
+
match
|
126
|
+
puts body
|
127
|
+
puts match[0]
|
128
|
+
c
|
129
|
+
result[:message]
|
130
|
+
result
|
131
|
+
c
|
132
|
+
email.dig(:to,0,:name)
|
133
|
+
email.dig(:to,0)
|
134
|
+
email.dig(:to)
|
135
|
+
c
|
136
|
+
puts match
|
137
|
+
n
|
138
|
+
c
|
139
|
+
puts text
|
140
|
+
n
|
141
|
+
c
|
142
|
+
match[1]
|
143
|
+
match
|
144
|
+
n
|
145
|
+
c
|
146
|
+
puts email[:subject]
|
147
|
+
puts email.keys
|
148
|
+
puts email
|
149
|
+
n
|
150
|
+
c
|
151
|
+
author
|
152
|
+
c
|
153
|
+
n
|
154
|
+
c
|
155
|
+
author
|
156
|
+
c
|
157
|
+
mailboxes_line
|
158
|
+
mailboxes_line.count
|
159
|
+
mailboxes_line.length
|
160
|
+
n
|
161
|
+
MAILBOXES_SEPARATORS
|
162
|
+
n
|
163
|
+
mailboxes_line
|
164
|
+
n
|
165
|
+
address
|
166
|
+
n
|
167
|
+
mailbox_match.length
|
168
|
+
n
|
169
|
+
mailbox_match
|
170
|
+
n
|
171
|
+
p mailboxes_line
|
172
|
+
n
|
173
|
+
match.length
|
174
|
+
match
|
175
|
+
n
|
176
|
+
c
|
177
|
+
n
|
178
|
+
entry
|
179
|
+
n
|
180
|
+
key
|
181
|
+
entry.is_a?(Array)
|
182
|
+
c
|
183
|
+
display key_line
|
184
|
+
d key_line
|
185
|
+
c
|
186
|
+
puts @regexes[:non_breaking_space]
|
187
|
+
puts @regexes[:separator_line]
|
188
|
+
puts @regexes['separator_line']
|
189
|
+
puts @regexes.keys
|
190
|
+
puts @regexes
|
191
|
+
puts @regexes[:separator_line]
|
192
|
+
p body
|
193
|
+
p match
|
194
|
+
c
|
195
|
+
puts result
|
196
|
+
c
|
197
|
+
step 2
|
198
|
+
s2
|
199
|
+
c
|
200
|
+
s
|
201
|
+
pry
|
202
|
+
into
|
203
|
+
i
|
204
|
+
c
|
205
|
+
step
|
206
|
+
c
|
207
|
+
step
|
208
|
+
down
|
209
|
+
list
|
210
|
+
h
|
211
|
+
where
|
212
|
+
h
|
213
|
+
\h
|
214
|
+
?
|
215
|
+
c
|
216
|
+
puts email
|
217
|
+
puts email_file
|
218
|
+
puts subject_file
|
219
|
+
p subject
|
220
|
+
c
|
221
|
+
subject
|
222
|
+
parsed_subject
|
223
|
+
n
|
data/.rubocop.yml
ADDED
data/CHANGELOG.md
ADDED
data/CODE_OF_CONDUCT.md
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2024 Clayton Lengel-Zigich
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
# ForwardedEmailParser
|
2
|
+
|
3
|
+
A ruby gem to parse email forwarders.
|
4
|
+
|
5
|
+
Cloned from https://github.com/crisp-oss/email-forward-parser
|
6
|
+
|
7
|
+
# TODO
|
8
|
+
|
9
|
+
- Finish adding tests
|
10
|
+
|
11
|
+
## Installation
|
12
|
+
|
13
|
+
TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
|
14
|
+
|
15
|
+
Install the gem and add to the application's Gemfile by executing:
|
16
|
+
|
17
|
+
$ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
|
18
|
+
|
19
|
+
If bundler is not being used to manage dependencies, install the gem by executing:
|
20
|
+
|
21
|
+
$ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
|
22
|
+
|
23
|
+
## Usage
|
24
|
+
|
25
|
+
TODO: Write usage instructions here
|
26
|
+
|
27
|
+
## Development
|
28
|
+
|
29
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
|
+
|
31
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
32
|
+
|
33
|
+
## Contributing
|
34
|
+
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/clayton/forwarded_email_parser. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/clayton/forwarded_email_parser/blob/master/CODE_OF_CONDUCT.md).
|
36
|
+
|
37
|
+
## License
|
38
|
+
|
39
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
40
|
+
|
41
|
+
## Code of Conduct
|
42
|
+
|
43
|
+
Everyone interacting in the ForwardedEmailParser project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/clayton/forwarded_email_parser/blob/master/CODE_OF_CONDUCT.md).
|