ข้อความใดที่ทำให้ Gmail เตือนเกี่ยวกับการลืมสิ่งที่แนบมา?


12

ฉันต้องการทราบว่าข้อความใดทำให้กล่องโต้ตอบป๊อปอัป Gmail ปรากฏขึ้นซึ่งเตือนว่าคุณอาจลืมแนบไฟล์ไปกับอีเมล

ฉันได้เยี่ยมชมหน้าเว็บจำนวนมากที่อธิบายถึงคุณสมบัติ แต่ส่วนใหญ่ของพวกเขาเพียงแค่ให้ตัวอย่างของสตริงข้อความและการพาดพิงถึงการมีมากขึ้น รายการที่ยาวที่สุดที่ฉันพบอยู่ที่นี่และแม้แต่ไซต์นั้นก็ไม่ได้บอกว่ามันมีรายการที่ครบถ้วนสมบูรณ์

มันให้:

  • "ฉันได้แนบ"
  • "ฉันได้แนบ"
  • "ฉันได้รวม"
  • "ฉันรวมอยู่ด้วย"
  • "ดูเอกสารแนบ"
  • "ไฟล์ที่แนบมา"

หากใครบางคนสามารถค้นหารายการที่ชัดเจนโปรดโพสต์มัน!

หมายเหตุ: ในกรณีที่ Gmail มีความลับเกี่ยวกับเรื่องนี้ (เพื่อให้พวกเขาสามารถเปลี่ยนแปลงได้ง่ายขึ้นในอนาคต) ฉันตั้งใจจะถอนคำตอบที่กล่าวถึงสตริงข้อความที่ไม่ได้อยู่ในรายการนี้และทำให้เกิดการเตือน (ฉัน จะทดสอบก่อนเป็นอันดับแรกและผู้อื่นควรลงคะแนนด้วย!) ด้วยวิธีนี้เราจะสามารถรวมกันคำตอบ

โปรดทราบว่าขึ้นอยู่กับคำตอบสำหรับคำถามนี้: ฉันสามารถกำหนดตัวแจ้งเตือนสิ่งที่แนบที่ขาดหายไปของ Gmail ได้หรือไม่ คุณอาจสามารถเปลี่ยนแปลงข้อความที่ทำให้เกิดการเตือน แต่ฉันยังต้องการทราบค่าเริ่มต้น


4
ฉันสงสัยว่าคุณจะสามารถค้นหารายการได้ หนึ่งอาจเป็นความลับทางการค้าที่อนุญาตให้ Gmail สร้างความแตกต่างให้ตัวเองและสองรายการพวกเขาจะต้องเก็บรักษาสองรายการ: รายการหนึ่งในรหัสและอีกรายการในหน้าสนับสนุน
เบียร์

“ ดูไฟล์แนบ” ได้ด้วย
อเล็กซ์

คุณไม่สามารถทำรายการทั้งหมดโดยการรวบรวมข้อความที่ทำให้เกิดข้อความ หากต้องการทราบว่าคุณมีรายการที่สมบูรณ์คุณต้องมีรายการข้อความทั้งหมดที่ไม่ทริกเกอร์ข้อความซึ่งเป็นไปไม่ได้แน่นอน
Mike Scott

1
@ MikeScott มันเป็นไปได้ มีการโหลดรหัส JavaScript ในเบราว์เซอร์และสามารถค้นหาโดยใช้Chrome Dev Tools
IsmailS

คำตอบ:


11

ฉันกำลังใช้คุณสมบัติที่คล้ายกันในแอปพลิเคชันอื่นและแทนที่จะคาดเดาวิธีของฉันฉันไปข้างหน้าและขโมยแหล่ง JavaScript จาก Gmail เอง ณ วันนี้ Gmail ตรงกับสิ่งต่อไปนี้:

see attached
see attachment
see included
is attached
attached is
are attached
attached are
attached to this email
attached to this message
I'm attaching
I am attaching
I've attached
I have attached
I attach
I attached
find attached
find the attached
find included
find the included
attached file
see the attached
see attachments
attached files
see the attachment

4

ใช้Chrome Dev Toolsขณะตรวจสอบ / ค้นหาภายในสคริปต์ที่โหลดทั้งหมดใน GMAIL ฉันพบรหัสนี้

if (!a && !c) {
  c = m_c(this, d, b, this.Jk);
  c = hZc(new cZc(this.rv(b)), c, b, "");
  if (Ea(c))
    c = null ;
  else {
    var e = this.Yp.zi("sx_dl"), 
    d = "see attached|see attachment|see included|is attached|attached is|are attached|attached are|attached to this email|attached to this message|I'm attaching|I am attaching|I've attached|I have attached|I attach|I attached|find attached|find the attached|find included|find the included|attached file|see the attached|see attachments|attached files|see the attachment";
    /^(zh|ja|ko)/.exec(e) ? d = "(" + d + ")" : (e = /[^!-~\s]/.exec(c) ? "(?:[\\s!-/:-@[-`{-~])" : "\\b",
    d = e + "(" + d + ")" + e);
    c = (c = (new RegExp(d,"i")).exec(c)) ? 
    c[1] : null 
  }
  if (c) {
    (d = !this.bx.dIa('It seems like you have forgotten to attach a file.\n\nYou wrote "' + (c + '" in your message, but there are no files attached. Send anyway?'))) ? this.Tq.ra(fRa, c.toLowerCase()) : this.Tq.ra(cRa, c.toLowerCase());
    c = d;
    break a
  }
}

การสังเกตรหัสอย่างใกล้ชิดมันบอกว่านี่เป็นคำที่ GMAIL ตรงกัน

see attached
see attachment
see included
is attached
attached is
are attached
attached are
attached to this email
attached to this message
I'm attaching
I am attaching
I've attached
I have attached
I attach
I attached
find attached
find the attached
find included
find the included
attached file
see the attached
see attachments
attached files
see the attachment

และการแจ้งเตือน It seems like you have forgotten to attach a file. You wrote <matched words> in your message, but there are no files attached. Send anyway?


1

ไม่มีรายการดังกล่าว

แต่คุณสามารถส่งข้อเสนอแนะไปยัง Google คลิกที่เฟืองขณะที่คุณอยู่ใน gmail และคลิกส่งข้อเสนอแนะ - โปรดทราบว่าไม่ใช่ว่าทุกบัญชีจะมีตัวเลือกนั้นถ้าคุณไม่มีให้คลิกที่เฟืองคลิกความช่วยเหลือคลิกส่งความคิดเห็น

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.