Gmail API ওভারভিউ
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Gmail API হল একটি RESTful API যা Gmail মেইলবক্স অ্যাক্সেস করতে এবং মেল পাঠাতে ব্যবহার করা যেতে পারে। বেশিরভাগ ওয়েব অ্যাপ্লিকেশনের জন্য Gmail API হল ব্যবহারকারীর Gmail ডেটাতে অনুমোদিত অ্যাক্সেসের জন্য সর্বোত্তম পছন্দ এবং বিভিন্ন অ্যাপ্লিকেশনের জন্য উপযুক্ত, যেমন:
- শুধুমাত্র পাঠযোগ্য মেল নিষ্কাশন, সূচীকরণ, এবং ব্যাকআপ
- স্বয়ংক্রিয় বা প্রোগ্রামেটিক বার্তা পাঠানো
- ইমেল অ্যাকাউন্ট মাইগ্রেশন
- ফিল্টারিং এবং বার্তা বাছাই সহ ইমেল সংস্থা
- একটি প্রতিষ্ঠান জুড়ে ইমেল স্বাক্ষরের মানককরণ
Gmail API-এ ব্যবহৃত সাধারণ পদগুলির একটি তালিকা নিচে দেওয়া হল:
- বার্তা
- প্রেরক, প্রাপক, বিষয় এবং মূল অংশ ধারণকারী একটি ইমেল বার্তা। একটি বার্তা তৈরি হওয়ার পরে, একটি বার্তা পরিবর্তন করা যাবে না। একটি বার্তা একটি বার্তা সংস্থান দ্বারা প্রতিনিধিত্ব করা হয়।
- থ্রেড
- একটি কথোপকথন গঠন সম্পর্কিত বার্তাগুলির একটি সংগ্রহ। একটি ইমেল ক্লায়েন্ট অ্যাপে, একটি থ্রেড তৈরি হয় যখন এক বা একাধিক প্রাপক তাদের নিজস্ব বার্তার সাথে একটি বার্তায় প্রতিক্রিয়া জানায়।
- লেবেল
বার্তা এবং থ্রেড সংগঠিত করার জন্য একটি প্রক্রিয়া। উদাহরণস্বরূপ, "কর" লেবেলটি ব্যবহারকারীর করের সাথে সম্পর্কিত সমস্ত বার্তা এবং থ্রেডগুলিতে তৈরি এবং প্রয়োগ করা যেতে পারে৷ দুই ধরনের লেবেল আছে:
- সিস্টেম লেবেল
- অভ্যন্তরীণভাবে তৈরি লেবেল, যেমন
INBOX
, TRASH
বা SPAM
৷ এই লেবেল মুছে ফেলা বা পরিবর্তন করা যাবে না. যাইহোক, কিছু সিস্টেম লেবেল, যেমন INBOX
বার্তা এবং থ্রেডগুলিতে প্রয়োগ বা সরানো যেতে পারে। - ব্যবহারকারী লেবেল
- একজন ব্যবহারকারীর দ্বারা তৈরি লেবেল। এই লেবেলগুলি ব্যবহারকারী বা একটি অ্যাপ্লিকেশন দ্বারা মুছে বা সংশোধন করা যেতে পারে৷ একটি ব্যবহারকারী লেবেল একটি লেবেল সংস্থান দ্বারা প্রতিনিধিত্ব করা হয়।
- খসড়া
একটি অপ্রেরিত বার্তা। খসড়ার মধ্যে থাকা একটি বার্তা প্রতিস্থাপন করা যেতে পারে। একটি খসড়া পাঠানো স্বয়ংক্রিয়ভাবে খসড়া মুছে দেয় এবং SENT
সিস্টেম লেবেল সহ একটি বার্তা তৈরি করে৷ একটি খসড়া একটি খসড়া সম্পদ দ্বারা প্রতিনিধিত্ব করা হয়।
পরবর্তী পদক্ষেপ
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Gmail API Overview\n\nThe Gmail API is a RESTful API that can be used to access Gmail mailboxes and\nsend mail. For most web applications the Gmail API is the best choice for\nauthorized access to a user's Gmail data and is suitable for various\napplications, such as:\n\n- Read-only mail extraction, indexing, and backup\n- Automated or programmatic message sending\n- Email account migration\n- Email organization including filtering and sorting of messages\n- Standardization of email signatures across an organization\n\nFollowing is a list of common terms used in the Gmail API:\n\n*Message*\n: An email message containing the sender, recipients, subject, and body. After a\n message has been created, a message cannot be changed. A message is represented\n by a [message resource](/workspace/gmail/api/reference/rest/v1/users.messages#Message).\n\n*Thread*\n: A collection of related messages forming a conversation. In an email client\n app, a thread is formed when one or more recipients respond to a message with\n their own message.\n\n*Label*\n\n: A mechanism for organizing messages and threads. For example,\n the label \"taxes\" might be created and applied to all messages and threads\n having to do with a user's taxes. There are two types of labels:\n\n *System labels*\n : Internally-created labels, such as `INBOX`, `TRASH`, or `SPAM`. These labels\n cannot be deleted or modified. However, some system labels, such as `INBOX`\n can be applied to, or removed from, messages and threads.\n\n *User labels*\n : Labels created by a user. These labels can be deleted or modified by the\n user or an application. A user label is represented by a\n [label resource](/workspace/gmail/api/reference/rest/v1/users.labels).\n\n*Draft*\n\n: An unsent message. A message contained within the draft can be replaced.\n Sending a draft automatically deletes the draft and creates a message with\n the `SENT` system label. A draft is represented by a\n [draft resource](/workspace/gmail/api/reference/rest/v1/users.drafts).\n\nNext steps\n----------\n\n- To learn about developing with Google Workspace APIs, including handling\n authentication and authorization, refer\n to [Get started as a Google Workspace developer](/workspace/guides/getstarted-overview).\n\n- To learn how to configure and run a simple Gmail API app, read the\n [Quickstarts overview](/workspace/gmail/api/guides/quickstarts-overview)."]]