You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storage alternative to MIME, most probably a text include. Maybe base64 encoded. But! It could be pure text: the reason is that it will be more reviewable and remove the need for the monitor. Even if the lines will be broken into several (due to the length limit).
it could be fully commented include as well. To avoid unnessesary & and \n\t. Why not? The text will be parsed anyway.
what to do with delimiter? tabs can be lost occasionally. Maybe \n\t and \\ escaping
The text was updated successfully, but these errors were encountered:
&
and\n\t
. Why not? The text will be parsed anyway.\n\t
and\\
escapingThe text was updated successfully, but these errors were encountered: