فهرست منبع

removed code that was commited by accident

This code was used while testing a few things and I forgot to remove it
Siddharth Dushantha 5 سال پیش
والد
کامیت
29f4eb8534
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      tmpmail

+ 0 - 4
tmpmail

@@ -229,10 +229,6 @@ view_email() {
     HTML_BODY=$(printf %s "$DATA" | jq -r ".htmlBody")
     ATTACHMENTS=$(printf %s "$DATA" | jq -r ".attachments | length")
 
-    #printf %s "$DATA" | jq -r ".attachments| .[0] | .filename"
-    #printf %s "$DATA" | jq -r ".attachments| .[1] | .filename"
-    #printf %s "$DATA" | jq -r ".attachments| .[2] | .filename"
-    #exit
     # If you get an email that is in pure text, the .htmlBody field will be empty and
     # we will need to get the content from .textBody instead
     [ -z "$HTML_BODY" ] && HTML_BODY="<pre>$(printf %s "$DATA" | jq -r ".textBody")</pre>"