Inevio / Gmail

0 stars 1 forks source link

When you try to reply or forward a big email, the browser crash #6

Closed jorge9200 closed 6 years ago

jorge9200 commented 6 years ago

Emails like spam ones with lot of images and text.

burhan-project-manager commented 6 years ago

Can you forward that email to my email address? I will check it in my Gmail why it is crashing?

jorge9200 commented 6 years ago

@Robby2023 can you please forward Burhan? Ask me for his email

Robby2023 commented 6 years ago

It doesn't crash now but if I try to reply it says "Sending..." all the time and never sends the email

burhan-project-manager commented 6 years ago

We have tried it with different messages but it is working fine. May be it was testing at the time of development and cause some error?

If you see it again, kindly forward me that email message.

burhan-project-manager commented 6 years ago

It seems sometime when we send long message usersDraftSend returns following code from server.

{"error":{"errors":[{"domain":"global","reason":"notFound","message":"Not Found"}],"code":404,"message":"Not Found"}}

Although draft is saving successfully.

jorge9200 commented 6 years ago

what can be the reason @icastillejogomez ?

icastillejogomez commented 6 years ago

I'm looking the reason

icastillejogomez commented 6 years ago

simplemail bigmail attachment

icastillejogomez commented 6 years ago

the new endpoint interface is: getAttachment( messageId, attachmentId, callback )

burhan-project-manager commented 6 years ago

It is fixed.

jorge9200 commented 6 years ago

I cant test it until #35

jorge9200 commented 6 years ago

seems working