Commit graph

13 commits

Author SHA1 Message Date
Clément Vasseur
242ffb2a9e Fix notice undefined index charset 2012-11-13 09:43:12 +01:00
Sebastian Grodzicki
755d50a064 Fixed PHPDoc & PSR Coding Standards 2012-11-08 11:01:04 +01:00
Robert Hafner
baaae55c0c Merge pull request #3 from Wiakowe/message-move
Added method Message::moveToMailbox()
2012-10-04 10:16:27 -07:00
Robert Hafner
17b57c53ec Merge pull request #6 from Wiakowe/create-mailbox-method
Added methods for checking if a mailbox exists and to create a mailbox.
2012-10-04 10:16:05 -07:00
Robert Hafner
7484ff1897 Merge pull request #4 from Wiakowe/server-information-methods
Extra server information methods
2012-10-04 10:14:22 -07:00
sebh
8f96aef73c Fix imap_reopen 'mailbox not found' error
When this method was called and tried to reopen the imap connection, an
error was thrown because the second argument must be the complete
mailbox path and not only mailbox name
(http://lu.php.net/manual/fr/function.imap-reopen.php).
2012-10-04 12:04:34 +02:00
Roger Llopart Pla
ebeacf6edf Added methods for checking if a mailbox exists and to create a mailbox. 2012-09-18 12:58:41 +02:00
Roger Llopart Pla
f114f49803 Added the method Message::moveToMailbox() in order to be able to move a message to the given mailbox. 2012-09-18 12:31:30 +02:00
Roger Llopart Pla
35e80edaf3 Added a method to get the current mailbox and modified the visibility of getServerString to be able to get more information about the server. 2012-09-18 12:25:55 +02:00
Roger Llopart Pla
812e4eb048 Minor fixes for the Fetch Server and Message for the classes to work. 2012-09-10 12:54:55 +02:00
Robert Hafner
4eaec14f17 Changed class name to "Server" from "Imap" 2012-06-10 22:02:51 -07:00
Robert Hafner
e78fe27527 Updated class names to reflect new namespacing, and removed custom exceptions for built in ones. 2012-06-10 18:38:48 -07:00
Robert Hafner
e7d77468ad Migrated source code out of original project
This code used to sit in the Mortar project as part of it's library.
This moves the code out of that library and into it's own dedicated
spot.

At this point it has just been moved- it does not necessarily work yet,
as it needs a few more changes to match the new class names and
namespacing.
2012-06-10 18:03:45 -07:00