-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW] Integrated personal email gateway (GSoC'17) #7342
Merged
Merged
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
5e8a23a
Merge pull request #2 from RocketChat/develop
pkgodara a39ca5e
Phase-I
pkgodara c5e9905
Phase-I
pkgodara eaac7fb
Updated email footer
pkgodara 61aa422
IMAP implementation. Received emails & reply message
pkgodara d428eb0
improved email footer
pkgodara c818311
extract email info
pkgodara df8b8da
Email sending refactored.Reply-To along with Message-ID for backup
pkgodara 8883de3
remove unwanted deps
pkgodara da8e0a4
Constraint IMAP info & show error
pkgodara 585623b
fix eslint
pkgodara 75ebf82
resolve conflict in package.json
pkgodara 5b7c0f6
fix eslint
pkgodara 06ba639
resolve conflict in package.json
pkgodara 3ea675c
resolve conflict
pkgodara 2b64c84
Merge branch 'develop' into gsoc17
pkgodara cc32ba4
supporting comments
pkgodara b4e80b7
imap info Bug fix
pkgodara 1ab89bc
imap => direct_reply, settings
pkgodara b60b1f1
meteor fiber error
pkgodara 3219105
codecy fix
pkgodara 41aaae5
send Message
pkgodara 8bbe667
Merge branch 'develop' into gsoc17
pkgodara 923103e
fix eslint
pkgodara 4128ae6
fix eslint
pkgodara 9e7d70f
fix eslint
pkgodara e4bbcb7
reduce new-lines
pkgodara feb8287
Object oriented IMAP & Control IMAP
pkgodara 6260033
remove extra logs
pkgodara 0bbda5e
fix eslint
pkgodara beff246
Added email message info
pkgodara e72ba62
i18n for toastr messages
pkgodara d73629d
fix select values
pkgodara 00d4810
fix settings, unnecessary lint
pkgodara 6d08dbc
fix unnecessary lint
pkgodara 953d1e2
intercepter start on save settings
pkgodara 252279e
fix start
pkgodara b400c39
fix class definition, config, onload
pkgodara 3048a02
fix email sending, import, callbacks
pkgodara 03a7d1c
callbacks to arrow functions
pkgodara 9a7dfd3
using class variables
pkgodara 72dc724
direct callback
pkgodara fb58ea8
Icon to identify messages sent by emails
pkgodara 7bc6631
Icon to identify messages sent by emails
pkgodara 1d7f266
use common property name
pkgodara 88e0978
POP3 implementation
pkgodara 3350e43
fix eslint
pkgodara 3e20101
Merge branch 'develop' into gsoc17
pkgodara aed2ab8
fix eslint
pkgodara d2296d6
fix imap to pop swap issue
pkgodara 98a820d
allow email subject editing
pkgodara 8ef220c
using import, export replacing globals
pkgodara 01262cc
Merge branch 'develop' into gsoc17
pkgodara c93aecf
toplevel import, export
pkgodara aae9e98
remove older i18n translations
pkgodara 3517ae0
Merge branch 'develop' into gsoc17
pkgodara 747d503
Merge branch 'develop' into gsoc17
pkgodara 3bd791a
message ts sync & email subject editing
pkgodara 70c5c27
fix POP intercepter
pkgodara d1573c5
fix mention all subject editing
pkgodara c3a9a5e
IMAP delete emails option
pkgodara af1b739
settings for custom Separator
pkgodara 9909728
replace tag if exists in email provided
pkgodara 7724061
Merge branch 'develop' into gsoc17
pkgodara 3646237
Merge branch 'develop' into gsoc17
rodrigok File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are viewing a condensed version of this merge commit. You can view the full changes here.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to remove these two lines.
Offline_Mention_Email
&Offline_Mention_All_Email
. These has been changed to https://github.com/RocketChat/Rocket.Chat/pull/7342/files#diff-900a71156bf66b90776f869f3f63ccd9R1191 as subjects are moved to settings.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could do it later sometime.