Skip to content
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

Microsoft EWS Integration with phpEWS library into [mail] app #15

Open
wants to merge 80 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
469b184
EWS account creation in wizard, still errors left and SMTP
asig2016 Jul 26, 2017
0db6b91
Successfully create account with EWS as acc_imap_type
asig2016 Jul 31, 2017
99401ea
EWS account now displays folder tree
asig2016 Jul 31, 2017
fc2807d
Display Mail folders
asig2016 Aug 1, 2017
fbf4347
Get Message and attachments from EWS
asig2016 Aug 3, 2017
5721ec5
Fix git typo for zip download
asig2016 Aug 3, 2017
a3b19bf
Select inbox or public folders
asig2016 Aug 10, 2017
f6e7975
Added public folder settings
asig2016 Aug 28, 2017
7db160b
Switching between INBOX and public_folders type
asig2016 Aug 29, 2017
260b42b
Show only selected folders in tree
asig2016 Aug 29, 2017
6d291bf
Moving mails, deleting mails, setting read/unread
asig2016 Aug 29, 2017
85b54be
Check for permissions when deleting
asig2016 Aug 29, 2017
7ad0f10
Default Folder. Move Permissions
asig2016 Aug 30, 2017
74b044f
Embedded images displayed
asig2016 Aug 30, 2017
39d7319
Hide embedded from attachments, double check cids
asig2016 Aug 30, 2017
d53dd59
Fix bugs
asig2016 Aug 30, 2017
75872b4
Fix 'To' address
asig2016 Aug 30, 2017
0294816
Fetch special use folders. Sending, without storing to folder
asig2016 Sep 1, 2017
d2d91fe
Saving mail to drive/vfs. Saving copy of mail when sending
asig2016 Sep 7, 2017
e287770
Raw Header ok, js loop bug in EWS settings ok
asig2016 Sep 7, 2017
4bf33f1
Add mail_extra_actions hook
asig2016 Sep 7, 2017
2d6d819
Folder tree structure, ids in session, clean up
asig2016 Sep 7, 2017
b379187
Bug fixes, some documentation added
asig2016 Sep 7, 2017
bbe976f
Refactor getFolders. Add, move, rename, delete exchange folders
asig2016 Sep 8, 2017
eb82112
Unite permissions in ews_permissions. Apply permissions, order saved
asig2016 Sep 11, 2017
96e8c03
Global permissions flag
asig2016 Sep 11, 2017
5162e99
Delete hook, BINARY for folders
asig2016 Sep 11, 2017
30e54be
Filters functionality, build restrictions for phpEWS
asig2016 Sep 14, 2017
1f898c5
ews_folder is now case sensitive
asig2016 Sep 15, 2017
1096338
UI changes in EWS Folder settings
asig2016 Sep 15, 2017
8adb3fd
Add EWS Version in acc_imap_type
asig2016 Sep 18, 2017
59f7c13
Notifications for mails work
asig2016 Sep 18, 2017
e327504
Update DB table so that ews_folder field is case sensitive
asig2016 Sep 18, 2017
bdb8919
Add folder permissions, fix bugs
asig2016 Sep 18, 2017
2ebed9a
Custom folder permissions in popup
asig2016 Sep 18, 2017
e37b5c2
Add permissions file
asig2016 Sep 19, 2017
e9c5e05
Transition to popup, fixed bugs, fixed height
asig2016 Sep 19, 2017
3489852
UI improvements folder popup
asig2016 Sep 19, 2017
437e8c0
Save on apply, show all folders selected
asig2016 Sep 19, 2017
d15dc7b
Move to EWS functionality fixes
asig2016 Sep 19, 2017
7fbc866
Unknown error with some newsletters. Fall back to text
asig2016 Sep 19, 2017
0c9032f
Actually move to folder, refresh opener
asig2016 Sep 19, 2017
7974e68
Fix error when moving multiple items
asig2016 Sep 20, 2017
cbbc0d2
Get correct version, use appropriate port
asig2016 Sep 20, 2017
252a2d4
Add classes in rows in mail mobile
asig2016 Sep 20, 2017
b058685
Use folder names, not Ids
asig2016 Sep 20, 2017
50d661f
Include attachments when forwarding emails
asig2016 Sep 21, 2017
4640cd0
Checking for folder id ok
asig2016 Sep 21, 2017
c8060ef
Empty Trash
asig2016 Sep 21, 2017
12d57ec
Move to selected trash folder
asig2016 Sep 21, 2017
2f92362
Use unique identifiers for session
asig2016 Sep 22, 2017
a4b8064
Save mail to Sent in public folders
asig2016 Sep 22, 2017
79bee27
Do not create multiple drafts
asig2016 Sep 25, 2017
5419a27
Documentation, on copy to EWS, don't hide element
asig2016 Oct 2, 2017
76efdbe
Add hook after renaming folder
asig2016 Oct 2, 2017
3dfaf7b
Add hooks in mail_compose
asig2016 Oct 3, 2017
06986f3
Change hook placement in compose
asig2016 Oct 5, 2017
964b57d
Fix warning in compose
asig2016 Oct 5, 2017
d64c25c
Decode attachment id, fill in mimetype if missing
asig2016 Oct 10, 2017
92ab1ee
Displaying mails when attached to other mails
asig2016 Oct 11, 2017
fad324d
Get mail without body in case of corrupt XML
asig2016 Oct 24, 2017
39748bc
Disable not supported functionality
asig2016 Oct 30, 2017
0c19635
Identation fixes
asig2016 Nov 22, 2017
6169fea
Identation fixes
asig2016 Nov 22, 2017
16c502d
Disable flags for EWS
asig2016 Nov 22, 2017
7e4af2a
Custom Permissions Format like Acl
asig2016 Nov 22, 2017
4e21a7c
First merge with master
filkaris Nov 28, 2017
9f9cc26
New composer lockfile
asig2016 Nov 28, 2017
b081e96
Fix identation according to coding standards
filkaris Nov 28, 2017
73c8504
Merge branch 'ews_project' of https://github.com/filkaris/egroupware …
filkaris Nov 28, 2017
e7acdd6
More identation fixes
filkaris Nov 28, 2017
9ba678d
More Identation Fixes
filkaris Nov 28, 2017
4ca0231
More Identation Fixes
filkaris Nov 28, 2017
4da3a1a
More Identation Fixes
filkaris Nov 28, 2017
82fbe8e
More Identation Fixes
filkaris Nov 28, 2017
83337d0
More Identation Fixes
filkaris Nov 28, 2017
4de9e50
Last Identation Fixes
filkaris Nov 28, 2017
62ee140
Disable custom permissions for INBOX accounts
asig2016 Nov 29, 2017
fbafbb9
Disable custom permissions for INBOX accounts
asig2016 Nov 29, 2017
f4a82da
Added description for custom permissions
asig2016 Dec 19, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix warning in compose
  • Loading branch information
asig2016 committed Oct 5, 2017
commit 964b57d9818e89c9db474a84b1ae3f3c1bfa151c
1 change: 1 addition & 0 deletions mail/inc/class.mail_compose.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ function compose(array $_content=null,$msg=null, $_focusElement='to',$suppressSi
if ($activeProfile != $composeProfile) $this->changeProfile($activeProfile);
$insertSigOnTop = false;
$content = (is_array($_content)?$_content:array());
$preserv = array();

if ( Api\Hooks::count( 'mail_compose_index' ) ) {
$hooks= Api\Hooks::process( array(
Expand Down