-2
有人可以通過Gmail Api幫助我。Gmail API --- Java
它應該有這樣的功能。
1. Send an email.
2. Read an email and also download the attachments if any.
下載附件很重要。
這將是我即將到來的項目中的功能之一,請幫助我解決這個問題。
有人可以通過Gmail Api幫助我。Gmail API --- Java
它應該有這樣的功能。
1. Send an email.
2. Read an email and also download the attachments if any.
下載附件很重要。
這將是我即將到來的項目中的功能之一,請幫助我解決這個問題。
你試過用這個查詢命中谷歌嗎? – Santosh
可能的重複:http://stackoverflow.com/questions/483048/access-gmail-from-java – oers
Gmail可通過POP和IMAP訪問。你可以使用JavaMail。請參閱http://www.oracle.com/technetwork/java/javamail/index.html –