pclubiitk / IITK-Mail-Client

Developing a Mail Client for the IITK Campus Community that would be available across various platforms including Android, iOS, Windows, Web, Linux and Mac
MIT License
3 stars 17 forks source link

Attachment Visibility #43

Closed AdarshRaj241408 closed 5 months ago

AdarshRaj241408 commented 5 months ago

Attachment visible on the email_view_page. No functionality yet.

bmerchant22 commented 5 months ago

Can you provide some more description for this PR, I see some files you have added just 100 lines of code commented, why??, also, is the issue of downloading attachments is resolved in this PR?

AdarshRaj241408 commented 5 months ago

Yes now the attachments are downloading. The file can be downloaded with the download button, and when the use clicks on the Attachment it opens the file for viewing and downloads it. It has been insured that multiple copies of the same file are not downloaded.

AdarshRaj241408 commented 5 months ago

Gitignore files removed from the pull request.

bmerchant22 commented 5 months ago

Remove .dart_tool and .idea as well

AdarshRaj241408 commented 5 months ago

after deleting these two folders i am getting a lot of errors,I have to push my code with these errors?